Sign inSign up

wayofdev/nginx:dev-alpine-2.0.24

Multi-platform
Web servers
Index digest

sha256:91858e5a36e4659bc668dfcbb910a5f8dafcfcffd96b43a0b38d25d4ae042885

OS/ARCH

Compressed size

23.2 MB

Last pushed

over 1 year by lotyp

Type

Image

Manifest digest

sha256:8734794d15240e7e3ae5891d9ee5b7e9edbdd1eed5c13d094741bc389a906bc0

Image Layers

1ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit3.81 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
4ENV NGINX_VERSION=1.27.50 B
5ENV PKG_RELEASE=10 B
6ENV DYNPKG_RELEASE=10 B
7RUN /bin/sh -c set -x1.7 MB
8COPY docker-entrypoint.sh / # buildkit627 B
9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B
10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B
11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB
12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
13ENTRYPOINT ["/docker-entrypoint.sh"]0 B
14EXPOSE map[80/tcp:{}]0 B
15STOPSIGNAL SIGQUIT0 B
16CMD ["nginx" "-g" "daemon off;"]0 B
17ENV NJS_VERSION=0.8.100 B
18ENV NJS_RELEASE=10 B
19RUN /bin/sh -c set -x15.28 MB
20LABEL maintainer=lotyp <[email protected]>0 B
21LABEL vendor=wayofdev0 B
22LABEL org.opencontainers.image.authors=lotyp <[email protected]>0 B
23LABEL org.opencontainers.image.url=https://hub.docker.com/r/wayofdev/nginx0 B
24LABEL org.opencontainers.image.documentation=https://github.com/wayofdev/docker-nginx0 B
25LABEL org.opencontainers.image.source=https://github.com/wayofdev/docker-nginx0 B
26LABEL org.opencontainers.image.vendor=wayofdev0 B
27LABEL org.opencontainers.image.licenses=MIT0 B
28LABEL org.opencontainers.image.ref.name=dev-alpine0 B
29LABEL org.opencontainers.image.title=nginx-dev-alpine0 B
30LABEL org.opencontainers.image.description=nginx-dev-alpine0 B
31ENV LANG=en_US.UTF-80 B
32ENV LC_ALL=en_US.UTF-80 B
33ENV LANGUAGE=en_US.UTF-80 B
34ENV PHP_UPSTREAM_CONTAINER=app0 B
35ENV PHP_UPSTREAM_PORT=90000 B
36RUN /bin/sh -c set -eux;2.4 MB
37COPY ./configs/00-set-upstream.sh /docker-entrypoint.d # buildkit283 B
38COPY ./configs/00_upstream.conf /etc/nginx/conf.d/00_upstream.conf # buildkit172 B
39COPY ./configs/default.conf /etc/nginx/conf.d/default.conf # buildkit1.13 KB
40COPY ./configs/nginx.conf /etc/nginx/ # buildkit610 B
41COPY ./certs/ /etc/nginx/ssl/ # buildkit3.88 KB
42COPY ./certs/dhparam.pem /etc/nginx/ssl/dhparam.pem # buildkit32 B
43RUN /bin/sh -c set -eux4.23 KB
44ENTRYPOINT ["/docker-entrypoint.sh"]0 B
45EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
46STOPSIGNAL SIGQUIT0 B
47CMD ["nginx"]0 B

Command

ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit