sha256:0c5c3b56ccc9672a3731189113dc9ec3898366a4f91e3e1e1fb3170d58bc9a8e
OS/ARCH
Compressed size
94.9 MB
Last pushed
7 months by lahiru98s
Type
Image
Manifest digest
sha256:ea68a3d668df6250ed1aa74ccfdd80501fa3b15d291368e0f7cce68dd58de7f9
Image Layers
1ADD alpine-minirootfs-3.20.9-aarch64.tar.gz / # buildkit3.9 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/html129 B9RUN |3 PHP_VERSION=83 APP_USER=www-data APP_GROUP=www-data38.61 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 # buildkit361 B14COPY php/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit619 B15COPY php/php.ini /etc/php83/conf.d/99-custom.ini # buildkit573 B16RUN |3 PHP_VERSION=83 APP_USER=www-data APP_GROUP=www-data884 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.30 B26ARG PHP_VERSION=830 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=830 B31WORKDIR /var/www/html32 B32LABEL Maintainer=nooblk-98 Description=WordPress on top0 B33RUN |5 PHP_TAG=8.3 PHP_VERSION=83 WORDPRESS_VERSION=latest1.42 MB34RUN |5 PHP_TAG=8.3 PHP_VERSION=83 WORDPRESS_VERSION=latest50.95 MB35COPY php/php.ini /etc/php83/conf.d/99-wordpress.ini # buildkit582 B36COPY php/php-fpm-www.conf /etc/php83/php-fpm.d/www.conf # buildkit542 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.3 PHP_VERSION=83 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-aarch64.tar.gz / # buildkit