sha256:9ba7beceabd0fb7f57edbe985f6f65d9a841fd22ee694fce6d7f2156b984f73c
OS/ARCH
Compressed size
178.16 MB
Last pushed
over 1 year by jetsung
Type
Image
Manifest digest
sha256:c1f008afea73c665b7fa6ad062d5793177a8e75b9896a4dc8e1cec0f8f3250bf
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.51 MB6CMD ["/bin/bash"]0 B8ARG NGINX_VERSION=1.26.30 B9ARG PHP_VERSION=8.3.200 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.3 PHP_VERSION=8.3.20 /bin/sh128 B15RUN |2 NGINX_VERSION=1.26.3 PHP_VERSION=8.3.20 /bin/sh150.65 MB16VOLUME [/data/wwwroot /data/wwwlogs]0 B17WORKDIR /app92 B18EXPOSE map[443/tcp:{} 80/tcp:{} 9000/tcp:{}]0 B19COPY nginx.conf /usr/local/nginx/conf/ # buildkit631 B20COPY vhost /usr/local/nginx/conf/vhost/ # buildkit829 B21COPY www /data/wwwroot # buildkit232 B22COPY supervisord /etc/supervisor/conf.d/ # buildkit376 B23COPY entrypoint.sh /app # buildkit599 B24RUN |2 NGINX_VERSION=1.26.3 PHP_VERSION=8.3.20 /bin/sh748 B25ENTRYPOINT ["/app/entrypoint.sh"]0 B26CMD ["-D"]0 BCommand
ARG RELEASE