sha256:864691e54ecb13a5fac950c496f6b19d8f18a8d9841b6c48f87f607074da2965
OS/ARCH
Compressed size
503.82 MB
Last pushed
about 1 month by streamware
Type
Image
Manifest digest
sha256:bd8882688afb0d022c7902e936ed7fd7953ad6a9523de7fcd847b78e65e2ddf0
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV LANG=C.UTF-80 B3RUN /bin/sh -c apt-get update6.81 MB4COPY scripts/ /scripts # buildkit1.24 KB5RUN /bin/sh -c chown -R32 B6COPY /gomplate /usr/local/bin/gomplate # buildkit27.48 MB7COPY /gitlab-logger /usr/local/bin/gitlab-logger # buildkit1.86 MB8ENV CONFIG_TEMPLATE_DIRECTORY=/etc0 B9ENTRYPOINT ["/scripts/entrypoint.sh"]0 B10ARG DATADIR=/var/opt/gitlab0 B11ARG CONFIG=/srv/gitlab/config0 B12ARG GITLAB_USER=git0 B13RUN |3 DATADIR=/var/opt/gitlab CONFIG=/srv/gitlab/config GITLAB_USER=git3.39 KB14COPY /usr/local/bin/gitlab-* /usr/local/bin/ # buildkit68.23 MB15COPY --chown=git /srv/gitlab/public/ /srv/gitlab/public/ #316.33 MB16COPY --chown=git /srv/gitlab/doc/ /srv/gitlab/doc/ #39.91 MB17RUN |3 DATADIR=/var/opt/gitlab CONFIG=/srv/gitlab/config GITLAB_USER=git11.01 MB18COPY / / # buildkit5.25 MB19USER git:git0 B20COPY scripts/ /scripts/ # buildkit1023 B21CMD ["/scripts/start-workhorse"]0 B22HEALTHCHECK &{["CMD-SHELL" "/scripts/healthcheck"] "30s" "30s"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'