sha256:95230f69ce92262b9c65246d0108bbf320404c1312a66fa2e75b6372a5747b3e
OS/ARCH
linux/amd64
Compressed size
66.69 MB
Last pushed
6 months by tuwen
Type
Image
Manifest digest
sha256:95230f69ce92262b9c65246d0108bbf320404c1312a66fa2e75b6372a5747b3e
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.50 B4ENV NJS_VERSION=0.9.50 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.3.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x31.6 MB10COPY docker-entrypoint.sh / # buildkit626 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 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 B19RUN /bin/sh -c apt-get update6.67 MB20ENV NGINX_ENVSUBST_OUTPUT_DIR=/etc/nginx0 B21COPY nginx.prod.conf /etc/nginx/templates/nginx.conf.template # buildkit2.55 KB22RUN /bin/sh -c rm -rf161 B23COPY 80-listen-on-ipv6-by-default.sh /docker-entrypoint.d/80-listen-on-ipv6-by-default.sh # buildkit453 B24RUN /bin/sh -c chmod +x449 B25COPY error.html /usr/share/nginx/html/error.html # buildkit1.65 KB26ENV PROXY_RATE_LIMIT_WEBHOOKS_PER_SECOND=100 B27ENV PROXY_RATE_LIMIT_API_PER_SECOND=500 B28ENV PROXY_TIMEOUT_SECONDS=1200 B29ENV APPS_UPSTREAM_URL=http://app-service:40020 B30ENV WORKER_UPSTREAM_URL=http://worker-service:40030 B31ENV MINIO_UPSTREAM_URL=http://minio-service:90000 B32ENV COUCHDB_UPSTREAM_URL=http://couchdb-service:59840 B33ENV RESOLVER=127.0.0.110 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'