sha256:e83086cb6ec82c4b704452d22acfc87f16027b9a93517fcbae9d2b2b97cb6dd6
OS/ARCH
linux/amd64
Compressed size
451.64 MB
Last pushed
9 days by reymonzakhary
Type
Image
Manifest digest
sha256:e83086cb6ec82c4b704452d22acfc87f16027b9a93517fcbae9d2b2b97cb6dd6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.37 MB5CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update255.76 MB9RUN /bin/sh -c add-apt-repository ppa:ondrej/php10.06 MB10RUN /bin/sh -c apt-get install26.61 MB11RUN /bin/sh -c pecl install7.7 MB12RUN /bin/sh -c curl -sS814.15 KB13RUN /bin/sh -c curl -fsSL55.73 MB14RUN /bin/sh -c apt-get install6.25 MB15RUN /bin/sh -c apt-get install6.35 MB16RUN /bin/sh -c apt-get install14.26 MB17RUN /bin/sh -c apt-get install3.11 MB18COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit639 B19COPY ./config/php.ini /etc/php/8.4/cli/php.ini # buildkit639 B20COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit364 B21COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit450 B22COPY ./config/v-host2.conf /etc/nginx/conf.d/default.conf # buildkit1.6 KB23COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.32 KB24RUN /bin/sh -c sed -i275 B25RUN /bin/sh -c rm -f175 B26RUN /bin/sh -c mkdir -p808 B27RUN /bin/sh -c mkdir -p156 B28EXPOSE [80/tcp 8080/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 B34COPY . . # buildkit150.8 KB35RUN /bin/sh -c if [23.76 MB36RUN /bin/sh -c mkdir -p10.55 MB37RUN /bin/sh -c chmod -R2.18 MB38RUN /bin/sh -c (crontab -l389 B39COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit480 B40RUN /bin/sh -c chmod +x474 B41EXPOSE map[80/tcp:{} 8080/tcp:{}]0 B42CMD ["/usr/local/bin/entrypoint.sh"]0 BCommand
ARG RELEASE