sha256:b0f5f330704472528d8757d6583548e32e814853a8fa7842d6014babc537ba93
OS/ARCH
Compressed size
366.04 MB
Last pushed
over 1 year by reymonzakhary
Type
Image
Manifest digest
sha256:b246e8f8275f8b5f8467cf5b9af8465e61a57d8feaff0b11602a6d3faa902b8a
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 B9RUN /bin/sh -c apt-get update225.93 MB10RUN /bin/sh -c apt-key adv1.35 KB11RUN /bin/sh -c add-apt-repository ppa:ondrej/php459.88 KB12RUN /bin/sh -c apt-get install33.26 MB13RUN /bin/sh -c pecl install7.05 MB14RUN /bin/sh -c curl -sS724.28 KB15RUN /bin/sh -c curl -fsSL47.14 MB16RUN /bin/sh -c apt-get install6.73 MB17RUN /bin/sh -c apt-get install4.41 MB18RUN /bin/sh -c apt-get install11.82 MB19RUN /bin/sh -c apt-get install2.46 MB20COPY ./config/php.ini /etc/php/8.3/fpm/php.ini # buildkit356 B21COPY ./config/www.conf /etc/php/8.3/fpm/pool.d/www.conf # buildkit360 B22COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit447 B23COPY ./config/v-host2.conf /etc/nginx/conf.d/default.conf # buildkit1.52 KB24COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.2 KB25RUN /bin/sh -c rm -f174 B26RUN /bin/sh -c mkdir -p788 B27RUN /bin/sh -c mkdir -p155 B28EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B29WORKDIR /var/www32 B30CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE