Sign inSign up

jetsung/nginx-php:8.1

Multi-platform
Index digest

sha256:79d278a64029caf804892f33a030877b82ec0f9dd7db914dbd8ebdfcb98534f6

OS/ARCH

Compressed size

179.36 MB

Last pushed

over 1 year by jetsung

Type

Image

Manifest digest

sha256:31c6d788002000246a4863fd7f62d0c5a0cab429f6f2b6abb4637fa257f8cfb0

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 27.56 MB
6CMD ["/bin/bash"]0 B
7LABEL maintainer=Jetsung Chan<[email protected]>0 B
8ARG NGINX_VERSION=1.26.30 B
9ARG PHP_VERSION=8.1.320 B
10ENV NGX_WWW_ROOT=/data/wwwroot0 B
11ENV NGX_LOG_ROOT=/data/wwwlogs0 B
12ENV TMP=/tmp/nginx-php/0 B
13ENV DEBIAN_FRONTEND=noninteractive0 B
14RUN |2 NGINX_VERSION=1.26.3 PHP_VERSION=8.1.32 /bin/sh128 B
15RUN |2 NGINX_VERSION=1.26.3 PHP_VERSION=8.1.32 /bin/sh151.8 MB
16VOLUME [/data/wwwroot /data/wwwlogs]0 B
17WORKDIR /app92 B
18EXPOSE map[443/tcp:{} 80/tcp:{} 9000/tcp:{}]0 B
19COPY nginx.conf /usr/local/nginx/conf/ # buildkit630 B
20COPY vhost /usr/local/nginx/conf/vhost/ # buildkit828 B
21COPY www /data/wwwroot # buildkit232 B
22COPY supervisord /etc/supervisor/conf.d/ # buildkit376 B
23COPY entrypoint.sh /app # buildkit600 B
24RUN |2 NGINX_VERSION=1.26.3 PHP_VERSION=8.1.32 /bin/sh751 B
25ENTRYPOINT ["/app/entrypoint.sh"]0 B
26CMD ["-D"]0 B

Command

 ARG RELEASE