sha256:269a3f3af98f7458628ff14a6de38ca857adf6bd69e963097b24cdd1ab408afc
OS/ARCH
linux/amd64
Compressed size
406.49 MB
Last pushed
about 1 month by wehostasia
Type
Image
Manifest digest
sha256:7e523bff97cf3ccd0f3cd2c9ecdeadf27d920c8f2ad09b76d0eca2d7964095f6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.37 MB5CMD ["/bin/bash"]0 B6ENV TZ=Asia/Phnom_Penh0 B7ENV PHP_VERSION=8.30 B8RUN /bin/sh -c apt-get -qq88.1 MB9RUN /bin/sh -c curl -fsSL8.05 KB10RUN /bin/sh -c echo "deb259 B11RUN /bin/sh -c apt-get -qq289.21 MB12RUN /bin/sh -c curl -sS814.15 KB13RUN /bin/sh -c ln -snf193 B14RUN /bin/sh -c mkdir -p150 B15RUN /bin/sh -c apt-get -q653 B16RUN /bin/sh -c usermod -s588 B17RUN /bin/sh -c update-alternatives --set2.06 KB18COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.01 KB19COPY docker/default.conf /etc/nginx/conf.d/default.conf # buildkit587 B20COPY docker/custom-php.ini /etc/php/8.3/fpm/conf.d/custom-php.ini # buildkit354 B21COPY docker/www.conf /etc/php/8.3/fpm/pool.d/www.conf # buildkit450 B22COPY docker/suppervisord/*.conf /etc/supervisor/conf.d/ # buildkit619 B23RUN /bin/sh -c (crontab -u402 B24COPY docker/entrypoint.sh /entrypoint.sh # buildkit260 B25RUN /bin/sh -c chmod 0755260 B26ENTRYPOINT ["/entrypoint.sh"]0 B27EXPOSE [80/tcp 9000/tcp]0 B28WORKDIR /var/www/html32 B29CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE