Sign inSign up

rcourt/docker-nginx-fileserver:v1offline

Web servers
Manifest digest

sha256:782f7c8b6dc435d57f5e9d25f0fc7ff32d0155945165644db2b008004796e55c

OS/ARCH

linux/amd64

Compressed size

17.53 MB

Last pushed

about 2 years by rcourt

Type

Image

Manifest digest

sha256:782f7c8b6dc435d57f5e9d25f0fc7ff32d0155945165644db2b008004796e55c

Image Layers

1ADD file ... in / 3.26 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
4ENV NGINX_VERSION=1.26.10 B
5ENV PKG_RELEASE=20 B
6RUN /bin/sh -c set -x1.83 MB
7COPY docker-entrypoint.sh / # buildkit629 B
8COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B
9COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit394 B
10COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB
11COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
12ENTRYPOINT ["/docker-entrypoint.sh"]0 B
13EXPOSE map[80/tcp:{}]0 B
14STOPSIGNAL SIGQUIT0 B
15CMD ["nginx" "-g" "daemon off;"]0 B
16ENV NJS_VERSION=0.8.40 B
17ENV NJS_RELEASE=20 B
18RUN /bin/sh -c set -x12.44 MB
19VOLUME [/usr/share/nginx/html]0 B
20COPY default.conf /etc/nginx/conf.d/default.conf # buildkit436 B
21COPY nginx.conf /etc/nginx/nginx.conf # buildkit623 B
22COPY *.html /usr/share/nginx/html/ # buildkit784 B
23RUN /bin/sh -c chmod -R1.03 KB

Command

ADD file:c644b15c170e2ca46176a566910d40a21dce66518ed8fdfd34ebcf0e9dc90c55 in /