forgejo-12.10.0
sha256:768febb79d76ac53dc4b4027dd5ec9f96f1076ed2bad932093df2447d7995ad8
OS/ARCH
Compressed size
220.66 MB
Last pushed
3 months by ravermeister
Type
Image
Manifest digest
sha256:a53951eb4a6b205e081eaacd763806139111d08920a49af8a3d9d0c858e0b2a2
Image Layers
1# debian.sh --arch 'amd64' out/29.36 MB2ARG FORGEJO_VERSION=12.10.00 B3ARG WOODPECKER_VERSION=3.14.00 B4ARG GITLAB_VERSION=18.11.20 B5ARG GO_VERSION=0 B6ARG DOCKER_BUILDX_VERSION=0.33.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.0/forgejo-runner-12.10.0-linux-amd64 /usr/local/bin/forgejo-runner #7.68 MB13ADD --chmod=755 https://gitlab-runner-downloads.s3.amazonaws.com/v18.11.2/binaries/gitlab-runner-linux-amd64 /usr/local/bin/gitlab-runner #31.74 MB14ADD --chmod=755 https://github.com/docker/buildx/releases/download/v0.33.0/buildx-v0.33.0.linux-amd64 /usr/local/lib/docker/cli-plugins/docker-buildx #21.5 MB15ADD https://github.com/woodpecker-ci/woodpecker/releases/download/v3.14.0/woodpecker-agent_linux_amd64.tar.gz /tmp/tools/woodpecker-agent.tar.gz # buildkit14.13 MB16COPY --chmod=755 assets/ci-runner /usr/local/bin/ #859 B17SHELL [/bin/sh -c]0 B18ENV LANG=C.UTF-80 B19RUN |10 FORGEJO_VERSION=12.10.0 WOODPECKER_VERSION=3.14.0 GITLAB_VERSION=18.11.2116.25 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' '@1776729600'