sha256:27c8bb8df9f26e92f576929f45d7eb6f72e4e5bdf2f7e9085286ce86f9ac61a9
OS/ARCH
Compressed size
22.55 MB
Last pushed
3 months by emilymclean
Type
Image
Manifest digest
sha256:b863f5f1643971f608150520c6d4ccc3f69ff7ed99bf18e723058be4e7636a07
Image Layers
1ADD alpine-minirootfs-3.23.4-armv7.tar.gz / # buildkit3.13 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.20 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x3.49 MB8COPY docker-entrypoint.sh / # buildkit626 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 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.9.90 B18ENV NJS_RELEASE=10 B19ENV ACME_VERSION=0.4.10 B20RUN /bin/sh -c set -x15.93 MB22LABEL org.opencontainers.image.url=https://github.com/emilymclean/docker-http-simple-proxy0 B23LABEL org.opencontainers.image.documentation=https://github.com/emilymclean/docker-http-simple-proxy/blob/main/README.md0 B24LABEL org.opencontainers.image.source=https://github.com/emilymclean/docker-http-simple-proxy.git0 B25LABEL org.opencontainers.image.licenses=MIT0 B26RUN /bin/sh -c mkdir /entrypoint;100 B27EXPOSE [80/tcp]0 B28ENV FORWARD_HOST=webhost0 B29ENV FORWARD_PORT=800 B30ENV FORWARD_PROT=http0 B31ENV PROXY_READ_TIMEOUT=6000 B32ENV MAX_BODY_SIZE=100M0 B33ENV MAX_BUFFER_SIZE=10M0 B34ENV DNS=0 B35ENV DNS_VALID_TIMEOUT=10s0 B36RUN /bin/sh -c echo '#!/bin/sh'1.08 KB37ENTRYPOINT ["/entrypoint/primer.sh"]0 B38CMD ["nginx" "-g" "daemon off;"]0 BCommand
ADD alpine-minirootfs-3.23.4-armv7.tar.gz / # buildkit