sha256:78c29a148f5a938f19ff2856892e39140328dd9ae9774f23bf4c427117f2df3e
OS/ARCH
linux/amd64
Compressed size
21.22 MB
Last pushed
21 days by rcourt
Type
Image
Manifest digest
sha256:78c29a148f5a938f19ff2856892e39140328dd9ae9774f23bf4c427117f2df3e
Image Layers
1ADD alpine-minirootfs-3.20.6-x86_64.tar.gz / # buildkit3.46 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.26.30 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=20 B7RUN /bin/sh -c set -x1.67 MB8COPY docker-entrypoint.sh / # buildkit628 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB13ENTRYPOINT ["/docker-entrypoint.sh"]0 B14EXPOSE map[80/tcp:{}]0 B15STOPSIGNAL SIGQUIT0 B16CMD ["nginx" "-g" "daemon off;"]0 B17ENV NJS_VERSION=0.8.90 B18ENV NJS_RELEASE=10 B19RUN /bin/sh -c set -x14.49 MB20LABEL maintainer=VirtualFlyBrain0 B21LABEL description=NGINX caching proxy for0 B22ENV UPSTREAM_SERVER=owl.virtualflybrain.org:800 B23ENV CACHE_MAX_SIZE=20g0 B24ENV CACHE_STALE_TIME=6M0 B25ENV DNS_RESOLVER=8.8.8.80 B26ENV WORKER_PROCESSES=auto0 B27ENV WORKER_CONNECTIONS=40960 B28ENV WORKER_RLIMIT_NOFILE=655350 B29ENV CACHE_ARCHIVE_DIR=/cache0 B30ENV CACHE_BACKUP_SCHEDULE=daily0 B31ENV CACHE_BACKUP_TIME=03:000 B32ENV CACHE_BACKUP_JITTER_MINUTES=1200 B33ARG NGINX_CONF=nginx.conf.template0 B34COPY nginx.conf.template /etc/nginx/nginx.conf.template # buildkit3.18 KB35COPY ip-maps.sh /usr/local/bin/ip-maps.sh # buildkit3.09 KB36COPY health-monitor.sh /usr/local/bin/health-monitor.sh # buildkit3.83 KB37COPY test/ip-maps-test.sh /usr/local/bin/ip-maps-test.sh # buildkit2.64 KB38COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit3.04 KB39COPY purge-cached-404s.sh /usr/local/bin/purge-cached-404s.sh # buildkit1.59 KB40COPY cache-lib.sh /usr/local/bin/cache-lib.sh # buildkit4.32 KB41COPY cache-restore.sh /usr/local/bin/cache-restore.sh # buildkit4.37 KB42COPY cache-backup.sh /usr/local/bin/cache-backup.sh # buildkit2.58 KB43COPY test/cache-sync-test.sh /usr/local/bin/cache-sync-test.sh # buildkit3.77 KB44RUN |1 NGINX_CONF=nginx.conf.template /bin/sh -c1.56 MB45RUN |1 NGINX_CONF=nginx.conf.template /bin/sh -c32 B46RUN |1 NGINX_CONF=nginx.conf.template /bin/sh -c32 B47EXPOSE map[80/tcp:{} 8080/tcp:{}]0 B48VOLUME [/var/cache/nginx /cache /logs]0 B49CMD ["/usr/local/bin/docker-entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.20.6-x86_64.tar.gz / # buildkit