sha256:9ba5d5792b53a818a4ab3e237024eb9a851749d77ee9973b4d4ec39a389c0f8f
OS/ARCH
Compressed size
371.15 MB
Last pushed
10 months by reymonzakhary
Type
Image
Manifest digest
sha256:e61eb1655c27ae4b65456da9bb04a300c9cae2e68e36fbdc1a65c62f2ae7501c
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 26.09 MB6CMD ["/bin/bash"]0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9ENV PHP_VERSION=8.40 B10RUN /bin/sh -c apt-get update213.81 MB11RUN /bin/sh -c add-apt-repository ppa:ondrej/php42.53 MB12RUN /bin/sh -c curl -fsSL30.89 KB13RUN /bin/sh -c apt-get update81.02 MB14RUN /bin/sh -c pecl install6.93 MB15RUN /bin/sh -c curl -sS735.12 KB16RUN /bin/sh -c pip3 install8.58 KB17COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit360 B18COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit362 B19COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit452 B20COPY ./config/v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.75 KB21COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.65 KB22RUN /bin/sh -c rm -f183 B23RUN /bin/sh -c mkdir -p846 B24EXPOSE &{[{{125 0} {125 0}}]0 B25WORKDIR /var/www32 B26CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE