Cloud

Toolchain for self-hosted infrastructure

Kuzbass

runner_image (latest)

Published 2024-09-01 15:57:36 +07:00 by gogacoder

Installation

docker pull git.gogacoder.ru/cloud/runner_image:latest
sha256:6543b28959b2a3f2060011d569774a576d10aa25a3edd0d17dd6a89c1bdc40ae

Image Layers

ADD file:3d9897cfe027ecc7cbdb16e74a676ed143725ea2d08dbb0dde23309e041de0f3 in /
CMD ["bash"]
RUN /bin/sh -c apt-get update && apt install curl wget postgresql-client python3 python3-pip python3-requests ca-certificates docker.io docker-registry sed nodejs git jq -y # buildkit
RUN /bin/sh -c wget -P /usr/bin/ https://git.gogacoder.com/cloud/cd_scripts/raw/branch/main/deploy.py # buildkit
RUN /bin/sh -c chmod +x /usr/bin/deploy.py # buildkit
RUN /bin/sh -c echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list # buildkit
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get install nfpm -y # buildkit
Details
Container
2024-09-01 15:57:36 +07:00
42
OCI / Docker
linux/amd64
356 MiB
Versions (1) View all
latest 2024-09-01