sha256:5b53cda3af73320e3cc55b88d701fd332fbd81bf3cfad136489a73a5af61e66e
OS/ARCH
Compressed size
27.97 MB
Last pushed
about 23 hours by lotyp
Type
Image
Manifest digest
sha256:e9b417e2a46c3abf5ef01a4ad336c83f1779736abf0b8b75cfd1a3d1ba697e47
Image Layers
1ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.60 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x1.86 MB8COPY docker-entrypoint.sh / # buildkit628 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit403 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=1.0.10 B18ENV NJS_RELEASE=10 B19ENV ACME_VERSION=0.4.10 B20RUN /bin/sh -c set -x19.16 MB22LABEL vendor=wayofdev0 B24LABEL org.opencontainers.image.url=https://hub.docker.com/r/wayofdev/nginx0 B25LABEL org.opencontainers.image.documentation=https://github.com/wayofdev/docker-nginx0 B26LABEL org.opencontainers.image.source=https://github.com/wayofdev/docker-nginx0 B27LABEL org.opencontainers.image.vendor=wayofdev0 B28LABEL org.opencontainers.image.licenses=MIT0 B29LABEL org.opencontainers.image.ref.name=k8s-alpine0 B30LABEL org.opencontainers.image.title=nginx-k8s-alpine0 B31LABEL org.opencontainers.image.description=nginx-k8s-alpine0 B32ENV LANG=en_US.UTF-80 B33ENV LC_ALL=en_US.UTF-80 B34ENV LANGUAGE=en_US.UTF-80 B35ENV PHP_UPSTREAM_CONTAINER=app0 B36ENV PHP_UPSTREAM_PORT=90000 B37RUN /bin/sh -c set -eux;2.94 MB38COPY ./configs/00-set-upstream.sh /docker-entrypoint.d # buildkit282 B39COPY ./configs/00_upstream.conf /etc/nginx/conf.d/00_upstream.conf # buildkit173 B40COPY ./configs/default.conf /etc/nginx/conf.d/default.conf # buildkit1.13 KB41COPY ./configs/nginx.conf /etc/nginx/ # buildkit597 B42COPY ./certs/ /etc/nginx/ssl/ # buildkit3.88 KB43COPY ./certs/dhparam.pem /etc/nginx/ssl/dhparam.pem # buildkit32 B44RUN /bin/sh -c set -eux4.23 KB45USER 820 B46ENTRYPOINT ["/docker-entrypoint.sh"]0 B47EXPOSE [8443/tcp 8880/tcp]0 B48STOPSIGNAL SIGQUIT0 B49CMD ["nginx"]0 BCommand
ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit