sha256:953e865dfd1804136be18d516f883405b4243a3fdac90828b351216572c873e4
OS/ARCH
linux/arm64
Compressed size
368.89 MB
Last pushed
about 1 year by reymonzakhary
Type
Image
Manifest digest
sha256:5c9385f540e8429d7428aedf73dd9ec5032a6c72ca6fd82d5d43c6ba2756ee54
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 update215.86 MB11RUN /bin/sh -c add-apt-repository ppa:ondrej/php38.26 MB12RUN /bin/sh -c curl -fsSL28.87 KB13RUN /bin/sh -c apt-get update81.11 MB14RUN /bin/sh -c pecl install6.81 MB15RUN /bin/sh -c curl -sS734.74 KB16RUN /bin/sh -c pip3 install8.54 KB17COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit357 B18COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit361 B19COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit450 B20COPY ./config/12.v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.53 KB21COPY ./config/12.supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.18 KB22RUN /bin/sh -c rm -f177 B23RUN /bin/sh -c mkdir -p836 B24EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B25WORKDIR /var/www32 B26CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE