sha256:8566b9c32802e91a3f8d3745546830c0d32d62e8972f0c33d9657531f0df77df
OS/ARCH
Compressed size
75.71 MB
Last pushed
about 1 month by keeper
Type
Image
Manifest digest
sha256:390e38fa232b7ab0f82ced0b03393f9eded8b5a787f66266714affc2dff4406a
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB3ENV NGINX_VERSION=1.30.40 B4ENV NJS_VERSION=1.0.00 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.4.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x29.8 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB15ENTRYPOINT ["/docker-entrypoint.sh"]0 B16EXPOSE map[80/tcp:{}]0 B17STOPSIGNAL SIGQUIT0 B18CMD ["nginx" "-g" "daemon off;"]0 B19COPY /opt/keeper/share/docker /opt/keeper/share/docker # buildkit3.37 KB20COPY /opt/keeper/kcm-release /opt/keeper/kcm-release # buildkit167 B21RUN /bin/sh -c apt-get -yq17.15 MB22RUN /bin/sh -c mkdir -p152 B23RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf180 B24COPY *.conf /etc/nginx/conf.d/ # buildkit827 B25ENV NGINX_ENTRYPOINT_QUIET_LOGS=10 B26ENV ADDITIONAL_CONFIG= ADDITIONAL_PROXY_CONFIG= CONTENT_SECURITY_POLICY=Y GUACAMOLE_CONTEXT_PATH=0 B27VOLUME [/etc/keeper/ssl /etc/letsencrypt]0 B28COPY ffdhe2048.txt /opt/glyptodon/ # buildkit498 B29COPY entrypoint.sh foreach-server.py maintain-config.sh /opt/keeper/share/docker/6.94 KB30ENTRYPOINT ["/opt/keeper/share/docker/entrypoint.sh"]0 B31CMD ["nginx" "-g" "daemon off;"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'