sha256:a9a362375c83ace4d920d7465a77aa06aba5fdc43f25ab4fedb94b23e40633b7
OS/ARCH
Compressed size
41.12 MB
Last pushed
5 months by lahiru98s
Type
Image
Manifest digest
sha256:2adb6d91c659f85ec7ebeb9dae9b0c2fa82d3eb756694e556f0cee08e06cc9f8
Image Layers
1ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit3.46 MB2CMD ["/bin/sh"]0 B3ARG PHP_VERSION=830 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=83 PHP_INI_DIR=/etc/php83 PHP_FPM_BIN=php-fpm83 PHP_BIN=php830 B8WORKDIR /var/www/html130 B9RUN |3 PHP_VERSION=83 APP_USER=www-data APP_GROUP=www-data37.65 MB10RUN |3 PHP_VERSION=83 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.1 KB13COPY supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit363 B14COPY php/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit616 B15COPY php/php.ini /etc/php83/conf.d/99-custom.ini # buildkit572 B16RUN |3 PHP_VERSION=83 APP_USER=www-data APP_GROUP=www-data881 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-x86_64.tar.gz / # buildkit