gitlab-18.11.3
sha256:29b2fa728106e477de9e7421bd56944af0a29b453ab07c9749b4d73ccdfab419
OS/ARCH
Compressed size
220.71 MB
Last pushed
2 months by ravermeister
Type
Image
Manifest digest
sha256:777ed5ff8af796003fd1722f868515770af4ad7d6424e3dac8c90e036be425c0
Image Layers
1# debian.sh --arch 'amd64' out/29.36 MB2ARG FORGEJO_VERSION=12.10.10 B3ARG WOODPECKER_VERSION=3.14.10 B4ARG GITLAB_VERSION=18.11.30 B5ARG GO_VERSION=0 B6ARG DOCKER_BUILDX_VERSION=0.34.00 B7ARG FORGEJO_ARCH=linux-amd640 B8ARG GITLAB_ARCH=linux-amd640 B9ARG WOODPECKER_ARCH=linux_amd640 B10ARG GO_ARCH=0 B11ARG DOCKER_BUILDX_ARCH=linux-amd640 B12ADD --chmod=755 https://code.forgejo.org/forgejo/runner/releases/download/v12.10.1/forgejo-runner-12.10.1-linux-amd64 /usr/local/bin/forgejo-runner #6.8 MB13ADD --chmod=755 https://gitlab-runner-downloads.s3.amazonaws.com/v18.11.3/binaries/gitlab-runner-linux-amd64 /usr/local/bin/gitlab-runner #31.74 MB14ADD --chmod=755 https://github.com/docker/buildx/releases/download/v0.34.0/buildx-v0.34.0.linux-amd64 /usr/local/lib/docker/cli-plugins/docker-buildx #21.92 MB15ADD https://github.com/woodpecker-ci/woodpecker/releases/download/v3.14.1/woodpecker-agent_linux_amd64.tar.gz /tmp/tools/woodpecker-agent.tar.gz # buildkit14.15 MB16COPY --chmod=755 assets/ci-runner /usr/local/bin/ #860 B17SHELL [/bin/sh -c]0 B18ENV LANG=C.UTF-80 B19RUN |10 FORGEJO_VERSION=12.10.1 WOODPECKER_VERSION=3.14.1 GITLAB_VERSION=18.11.3116.75 MB20ENV CI_RUNNER=forgejo0 B21WORKDIR /root32 B22HEALTHCHECK &{["CMD-SHELL" "ci-runner health"] "10s"0 B23ENTRYPOINT ["ci-runner" "run"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1777939200'