sha256:abebdd89c8aff92fc930ca6dd8b29d9b7619819af6b3f5b432b321e558b27c33
OS/ARCH
Compressed size
93.36 MB
Last pushed
7 months by lahiru98s
Type
Image
Manifest digest
sha256:c6df73f882faae2cd88a46a17ede8d471e5a1ceef967436055d16dbd8f41ce70
Image Layers
1ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit3.46 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-data37.51 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.1 KB13COPY supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit364 B14COPY php/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit617 B15COPY php/php.ini /etc/php82/conf.d/99-custom.ini # buildkit572 B16RUN |3 PHP_VERSION=82 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 B24USER root0 B25ARG PHP_TAG=8.20 B26ARG PHP_VERSION=820 B27ARG WORDPRESS_VERSION=latest0 B28ARG APP_USER=www-data0 B29ARG APP_GROUP=www-data0 B30ENV WORDPRESS_PATH=/var/www/html WORDPRESS_VERSION=latest WP_CLI_BIN=/usr/local/bin/wp PHP_VERSION=820 B31WORKDIR /var/www/html32 B32LABEL Maintainer=nooblk-98 Description=WordPress on top0 B33RUN |5 PHP_TAG=8.2 PHP_VERSION=82 WORDPRESS_VERSION=latest1.42 MB34RUN |5 PHP_TAG=8.2 PHP_VERSION=82 WORDPRESS_VERSION=latest50.95 MB35COPY php/php.ini /etc/php82/conf.d/99-wordpress.ini # buildkit582 B36COPY php/php-fpm-www.conf /etc/php82/php-fpm.d/www.conf # buildkit540 B37COPY php/wp-config-docker.php /usr/src/wordpress/wp-config-docker.php # buildkit2.54 KB38COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit871 B39COPY nginx/conf.d /etc/nginx/conf.d/ # buildkit1 KB40COPY --chmod=755 docker/entrypoint.sh /usr/local/bin/docker-entrypoint.sh #2.37 KB41RUN |5 PHP_TAG=8.2 PHP_VERSION=82 WORDPRESS_VERSION=latest2.37 KB42USER root0 B43EXPOSE [80/tcp]0 B44ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B45CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B46HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit