sha256:f274cad0aea01a7e2f23a4c9a0ec207c242270c5254def785294f6604528b6a5
OS/ARCH
Compressed size
22.27 MB
Last pushed
over 1 year by lotyp
Type
Image
Manifest digest
sha256:fe045e339b2f26fe383d3ecc14d86f1d645b2f9357d0916a3a47beee413bc0e4
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.27.40 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x1.71 MB8COPY docker-entrypoint.sh / # buildkit627 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit402 B11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 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.66 MB21LABEL vendor=wayofdev0 B23LABEL org.opencontainers.image.url=https://hub.docker.com/r/wayofdev/nginx0 B24LABEL org.opencontainers.image.documentation=https://github.com/wayofdev/docker-nginx0 B25LABEL org.opencontainers.image.source=https://github.com/wayofdev/docker-nginx0 B26LABEL org.opencontainers.image.vendor=wayofdev0 B27LABEL org.opencontainers.image.licenses=MIT0 B28LABEL org.opencontainers.image.ref.name=k8s-alpine0 B29LABEL org.opencontainers.image.title=nginx-k8s-alpine0 B30LABEL org.opencontainers.image.description=nginx-k8s-alpine0 B31ENV LANG=en_US.UTF-80 B32ENV LC_ALL=en_US.UTF-80 B33ENV LANGUAGE=en_US.UTF-80 B34ENV PHP_UPSTREAM_CONTAINER=app0 B35ENV PHP_UPSTREAM_PORT=90000 B36RUN /bin/sh -c set -eux;2.41 MB37COPY ./configs/00-set-upstream.sh /docker-entrypoint.d # buildkit285 B38COPY ./configs/00_upstream.conf /etc/nginx/conf.d/00_upstream.conf # buildkit175 B39COPY ./configs/default.conf /etc/nginx/conf.d/default.conf # buildkit1.13 KB40COPY ./configs/nginx.conf /etc/nginx/ # buildkit597 B41COPY ./certs/ /etc/nginx/ssl/ # buildkit3.88 KB42COPY ./certs/dhparam.pem /etc/nginx/ssl/dhparam.pem # buildkit32 B43RUN /bin/sh -c set -eux4.24 KB44USER 820 B45ENTRYPOINT ["/docker-entrypoint.sh"]0 B46EXPOSE map[8443/tcp:{} 8880/tcp:{}]0 B47STOPSIGNAL SIGQUIT0 B48CMD ["nginx"]0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit