sha256:1b6b57bbf15c5b26856fa138236aebe6469cc6de0f9387df3dd7f381495c1865
OS/ARCH
Compressed size
375.75 MB
Last pushed
almost 2 years by reymonzakhary
Type
Image
Manifest digest
sha256:abbeaa222fdf5ed8daf9fb1784e293b5c9216548e9a66708bf679d995929860a
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 / 28.17 MB6CMD ["/bin/bash"]0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update227.55 MB10RUN /bin/sh -c apt-key adv3.76 MB11RUN /bin/sh -c add-apt-repository ppa:ondrej/php440.62 KB12RUN /bin/sh -c apt-get install35.36 MB13RUN /bin/sh -c pecl install7.02 MB14RUN /bin/sh -c curl -sS722.57 KB15RUN /bin/sh -c curl -fsSL47.06 MB16RUN /bin/sh -c apt-get install6.73 MB17RUN /bin/sh -c apt-get install4.53 MB18RUN /bin/sh -c apt-get install11.91 MB19RUN /bin/sh -c apt-get install2.52 MB20COPY ./config/php.ini /etc/php/8.3/fpm/php.ini # buildkit354 B21COPY ./config/www.conf /etc/php/8.3/fpm/pool.d/www.conf # buildkit357 B22COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit444 B23COPY ./config/v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.75 KB24COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.18 KB25RUN /bin/sh -c rm -f179 B26RUN /bin/sh -c mkdir -p790 B27RUN /bin/sh -c mkdir -p161 B28EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B29WORKDIR /var/www32 B30CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE