sha256:1d9f6041eb3af8e1d51ce0bc7638314ef8392f1e299c5f0d52542612a1be1951
OS/ARCH
Compressed size
75.71 MB
Last pushed
4 months by yashshuffle
Type
Image
Manifest digest
sha256:40f5b464a1f935a9fa0e0b399eb26af45cf3372a667a6c076cd544facb24daa3
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.30 B4ENV NJS_VERSION=0.9.40 B5ENV NJS_RELEASE=1~trixie0 B6ENV PKG_RELEASE=1~trixie0 B7ENV DYNPKG_RELEASE=1~trixie0 B8RUN /bin/sh -c set -x28.58 MB9COPY docker-entrypoint.sh / # buildkit629 B10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB14ENTRYPOINT ["/docker-entrypoint.sh"]0 B15EXPOSE map[80/tcp:{}]0 B16STOPSIGNAL SIGQUIT0 B17CMD ["nginx" "-g" "daemon off;"]0 B18RUN /bin/sh -c mkdir -p180 B19RUN /bin/sh -c mkdir -p176 B20RUN /bin/sh -c mkdir -p177 B21RUN /bin/sh -c mkdir -p177 B22COPY /usr/src/app/build /usr/share/nginx/html # buildkit2.93 MB23COPY /usr/src/app/certs/fullchain.pem /etc/nginx/fullchain.cert.pem # buildkit1.05 KB24COPY /usr/src/app/certs/privkey.pem /etc/nginx/privkey.pem # buildkit1.42 KB25RUN /bin/sh -c apt-get update15.8 MB26COPY ./confd/templates/nginx.conf /etc/nginx/nginx.conf.tmpl # buildkit1.17 KB27COPY ./entrypoint.sh / # buildkit207 B28ENV BACKEND_HOSTNAME=shuffle-backend0 B29ENTRYPOINT ["/entrypoint.sh"]0 B30CMD ["nginx" "-g" "daemon off;"]0 B31EXPOSE [80/tcp]0 B32EXPOSE [443/tcp]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'