Sign inSign up

lihaixin/dockerfile:latest

Multi-platform
Index digest

sha256:5b8c9d1f05433924fd08be874022a92ff41ebcb7462069ddab83d5400afecd03

OS/ARCH

Compressed size

81.71 MB

Last pushed

7 months by lihaixin

Type

Image

Manifest digest

sha256:16a33829a2733809854a7624f6612be7ac275197a04a31e021572f3fa7a1ff53

Image Layers

1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
4ENV NGINX_VERSION=1.28.20 B
5ENV PKG_RELEASE=10 B
6ENV DYNPKG_RELEASE=10 B
7RUN /bin/sh -c set -x1.75 MB
8COPY docker-entrypoint.sh / # buildkit625 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.9.50 B
18ENV NJS_RELEASE=10 B
19ENV ACME_VERSION=0.3.10 B
20RUN /bin/sh -c set -x19.3 MB
21ARG TARGETARCH=amd640 B
22EXPOSE [80/tcp]0 B
23RUN |1 TARGETARCH=amd64 /bin/sh -c52.03 MB
24COPY --chmod=755 ./logo /usr/share/nginx/html/logo/ #1.14 MB
25COPY --chmod=755 ./stacks /usr/share/nginx/html/ #3.74 MB
26COPY --chmod=755 ./robots.txt /usr/share/nginx/html/robots.txt #232 B
27COPY --chmod=755 ./favicon.ico /usr/share/nginx/html/favicon.ico #2.62 KB
28COPY --chmod=755 ./logo.png /usr/share/nginx/html/logo.png #60.46 KB
29COPY --chmod=755 ./README.md /usr/share/nginx/html/ #2.19 KB
30COPY --chmod=755 ./merge_json_files.sh /usr/bin/merge_json_files.sh #921 B
31COPY --chmod=755 ./convert_md_to_html.sh /usr/bin/convert_md_to_html.sh #330 B
32COPY --chmod=755 ./entrypoint.sh /entrypoint.sh #447 B
33ENTRYPOINT ["/entrypoint.sh"]0 B

Command

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit