sha256:5c9402aff7f104336587fd44dd8e84af56f1562a6ef3891b6d3bbc70fbd6beee
OS/ARCH
Compressed size
190.07 MB
Last pushed
over 1 year by jetsung
Type
Image
Manifest digest
sha256:8a3929ad4cba096acd2ca282c716f7518e21082ccb5e4b48e2ae2d3a6961ee5b
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.55 MB6CMD ["/bin/bash"]0 B8ARG NGINX_VERSION=1.26.20 B9ARG PHP_VERSION=8.4.30 B10ENV NGX_WWW_ROOT=/data/wwwroot0 B11ENV NGX_LOG_ROOT=/data/wwwlogs0 B12ENV TMP=/tmp/nginx-php/0 B13ENV DEBIAN_FRONTEND=noninteractive0 B14RUN |2 NGINX_VERSION=1.26.2 PHP_VERSION=8.4.3 /bin/sh128 B15RUN |2 NGINX_VERSION=1.26.2 PHP_VERSION=8.4.3 /bin/sh162.51 MB16VOLUME [/data/wwwroot /data/wwwlogs]0 B17WORKDIR /app93 B18EXPOSE map[443/tcp:{} 80/tcp:{} 9000/tcp:{}]0 B19COPY nginx.conf /usr/local/nginx/conf/ # buildkit627 B20COPY vhost /usr/local/nginx/conf/vhost/ # buildkit824 B21COPY www /data/wwwroot # buildkit233 B22COPY supervisord /etc/supervisor/conf.d/ # buildkit376 B23COPY entrypoint.sh /app # buildkit598 B24RUN |2 NGINX_VERSION=1.26.2 PHP_VERSION=8.4.3 /bin/sh748 B25ENTRYPOINT ["/app/entrypoint.sh"]0 B26CMD ["-D"]0 BCommand
ARG RELEASE