Sign inSign up

sashas777/magento-nginx:latest

Multi-platform
Index digest

sha256:e53a5cb46099faf5b010882154e68aae7366b95a6a2a3316f2033a46e6adacdb

OS/ARCH

Compressed size

76.86 MB

Last pushed

3 months by sashas777

Type

Image

Manifest digest

sha256:da2a13f179527e42905e79b26d14e7e7a314e1af534a5e7fc36f27f212e93fe1

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
3ENV NGINX_VERSION=1.31.20 B
4ENV NJS_VERSION=0.9.90 B
5ENV NJS_RELEASE=1~trixie0 B
6ENV ACME_VERSION=0.4.10 B
7ENV PKG_RELEASE=1~trixie0 B
8ENV DYNPKG_RELEASE=1~trixie0 B
9RUN /bin/sh -c set -x31.78 MB
10COPY docker-entrypoint.sh / # buildkit629 B
11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 B
12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B
13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB
14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
15ENTRYPOINT ["/docker-entrypoint.sh"]0 B
16EXPOSE map[80/tcp:{}]0 B
17STOPSIGNAL SIGQUIT0 B
18CMD ["nginx" "-g" "daemon off;"]0 B
19ENV TZ=America/New_York0 B
20RUN /bin/sh -c ln -snf196 B
21RUN /bin/sh -c apt-get update16.67 MB
22ENV UPLOAD_MAX_FILESIZE=64M0 B
23ENV FPM_HOST=fpm0 B
24ENV FPM_PORT=90000 B
25ENV MAGENTO_ROOT=/var/www/magento0 B
26ENV MAGENTO_RUN_MODE=developer0 B
27ENV NGINX_WORKER_PROCESSES=10 B
28ENV NGINX_WORKER_CONNECTIONS=10240 B
29ENV UPSTREAM_HOST=web0 B
30ENV UPSTREAM_PORT=80800 B
31ENV DEBUG=false0 B
32COPY nginx/shared/etc/nginx.conf /etc/nginx/ # buildkit650 B
33COPY nginx/shared/etc/vhost.conf /etc/nginx/conf.d/default.conf # buildkit715 B
34COPY nginx/shared/etc/mapping.conf /etc/nginx/conf.d/a-mapping.conf # buildkit241 B
35COPY nginx/shared/etc/nginx.conf.sample /etc/nginx/magento.conf.sample # buildkit2.47 KB
36COPY nginx/shared/docker-entrypoint.sh /docker-entrypoint.sh # buildkit479 B
37COPY nginx/shared/docker-healthcheck.sh /docker-healthcheck.sh # buildkit273 B
38RUN /bin/sh -c mkdir /etc/nginx/ssl132 B
39RUN /bin/sh -c openssl req2.19 KB
40EXPOSE [443/tcp]0 B
41RUN chmod +x /docker-entrypoint.sh #478 B
42RUN chmod +x /docker-healthcheck.sh #32 B
43ENTRYPOINT ["/docker-entrypoint.sh"]0 B
44CMD ["nginx" "-g" "daemon off;"]0 B
45HEALTHCHECK &{["CMD" "/docker-healthcheck.sh"] "5s" "1s"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'