sha256:6a806eba5adb4dfa2d68bcd275dc3c0a35661714247528753ccccd4b378b6e79
OS/ARCH
Compressed size
42.41 MB
Last pushed
5 months by lahiru98s
Type
Image
Manifest digest
sha256:f72f41f99976e5378891e58ca6ee252b3a5cdd2f11fedf57f4d308ef5ec61c98
Image Layers
1ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit3.9 MB2CMD ["/bin/sh"]0 B3ARG PHP_VERSION=820 B4ARG APP_USER=www-data0 B5ARG APP_GROUP=www-data0 B6LABEL org.opencontainers.image.authors=nooblk-98 org.opencontainers.image.description=Lightweight container with0 B7ENV PHP_VERSION=82 PHP_INI_DIR=/etc/php82 PHP_FPM_BIN=php-fpm82 PHP_BIN=php820 B8WORKDIR /var/www/html130 B9RUN |3 PHP_VERSION=82 APP_USER=www-data APP_GROUP=www-data38.5 MB10RUN |3 PHP_VERSION=82 APP_USER=www-data APP_GROUP=www-data1.15 KB11COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB12COPY nginx/conf.d /etc/nginx/conf.d/ # buildkit1.09 KB13COPY supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit360 B14COPY php/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit615 B15COPY php/php.ini /etc/php82/conf.d/99-custom.ini # buildkit571 B16RUN |3 PHP_VERSION=82 APP_USER=www-data APP_GROUP=www-data889 B17USER www-data0 B18COPY --chown=www-data:www-data src/ /var/www/html/ #2.7 KB19EXPOSE [80/tcp]0 B20STOPSIGNAL SIGTERM0 B21ENTRYPOINT ["/sbin/tini" "--"]0 B22CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B23HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit