705164a
sha256:e9e19811fe978d4e37ce8519aecf5f28295ed3e59c4370b6b030c34dd3c264f2
OS/ARCH
linux/amd64
Compressed size
381.8 MB
Last pushed
10 months by reymonzakhary
Type
Image
Manifest digest
sha256:e9e19811fe978d4e37ce8519aecf5f28295ed3e59c4370b6b030c34dd3c264f2
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 update234.36 MB10RUN /bin/sh -c apt-key adv1.35 KB11RUN /bin/sh -c add-apt-repository ppa:ondrej/php460.22 KB12RUN /bin/sh -c apt-get install35.38 MB13RUN /bin/sh -c pecl install7.03 MB14RUN /bin/sh -c curl -sS724.28 KB15RUN /bin/sh -c curl -fsSL47.18 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.53 MB20COPY ./config/php.ini /etc/php/8.3/fpm/php.ini # buildkit360 B21COPY ./config/www.conf /etc/php/8.3/fpm/pool.d/www.conf # buildkit364 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.21 KB25RUN /bin/sh -c rm -f174 B26RUN /bin/sh -c mkdir -p789 B27RUN /bin/sh -c mkdir -p158 B28EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B29WORKDIR /var/www32 B30CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B31USER root0 B32WORKDIR /var/www32 B33RUN /bin/sh -c groupadd -r32 B34RUN /bin/sh -c useradd -r32 B35COPY . . # buildkit428.88 KB36RUN /bin/sh -c mkdir -p428.87 KB37RUN /bin/sh -c chmod -R2 MB38RUN /bin/sh -c chmod -R558 B39RUN /bin/sh -c (crontab -l390 B40EXPOSE map[80/tcp:{}]0 B41CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE