sha256:6043b12bce80abbe16239f93c509e5d1c9af08218ac728d9cb3ac87cb9a47bfb
OS/ARCH
linux/amd64
Compressed size
404.7 MB
Last pushed
13 days by wehostasia
Type
Image
Manifest digest
sha256:0f5aca61b47c6c875b6e30543694c95546fc87e673e4094cf0c2ab48c0b70b64
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.50 B8RUN /bin/sh -c apt-get -qq89.62 MB9RUN /bin/sh -c curl -fsSL8.04 KB10RUN /bin/sh -c echo "deb259 B11RUN /bin/sh -c apt-get -qq285.89 MB12RUN /bin/sh -c sed -i2.67 KB13RUN /bin/sh -c curl -sS814.85 KB14RUN /bin/sh -c ln -snf193 B15RUN /bin/sh -c mkdir -p160 B16RUN /bin/sh -c apt-get -q653 B17RUN /bin/sh -c update-alternatives --set1.92 KB18COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.27 KB19COPY docker/default.conf /etc/nginx/conf.d/default.conf # buildkit734 B20COPY docker/custom-php.ini /etc/php/8.5/fpm/conf.d/custom-php.ini # buildkit364 B21COPY docker/www.conf /etc/php/8.5/fpm/pool.d/www.conf # buildkit451 B22COPY docker/suppervisord/*.conf /etc/supervisor/conf.d/ # buildkit595 B23COPY docker/ssl/*.pem /ssl/ # buildkit3.88 KB24RUN /bin/sh -c (crontab -u399 B25RUN /bin/sh -c chown -R397 B26RUN /bin/sh -c chmod 60032 B27COPY docker/entrypoint.sh /entrypoint.sh # buildkit260 B28RUN /bin/sh -c chmod 0755259 B29ENTRYPOINT ["/entrypoint.sh"]0 B30EXPOSE [443/tcp 80/tcp]0 B31WORKDIR /var/www/html32 B32CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ARG RELEASE