sha256:452710badd2766f574d71584b2dea754e481874e01fbfa4a9805c8fe8f10a991
OS/ARCH
Compressed size
149.82 MB
Last pushed
12 months by garzarobmdocker
Type
Image
Manifest digest
sha256:a93df36135988ac684369a3c92a3f7bc48bb6acd76e4ef3db0695e60ea099e77
Image Layers
1add root layout1.84 KB2mount /out from exec sh87.3 MB3build php28.77 MB4add users and groups378 B5mkdir /var/www/html118 B6mkdir /opt/php-8.3/etc/php/conf.d16 B7mkfile /opt/php-8.3/etc/php/conf.d/opcache.ini229 B8add metadata3.84 KB9ARG UID=10340 B10ARG GID=1000 B11ENV UID=10340 B12ENV GID=1000 B13ENV APP_DIR=/var/www/html0 B14ENV APP_ENV=production0 B15ENV PHP_INI_DIR=/etc/php830 B16WORKDIR /var/www/html32 B17RUN |2 UID=1034 GID=100 /bin/sh30.1 MB18RUN |2 UID=1034 GID=100 /bin/sh35.95 KB19COPY infrastructure/docker/willowcms/config/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit280 B20COPY infrastructure/docker/willowcms/config/nginx/nginx-cms.conf /etc/nginx/conf.d/default.conf # buildkit715 B21COPY infrastructure/docker/willowcms/config/php/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit1.12 KB22COPY infrastructure/docker/willowcms/config/php/php.ini /etc/php83/conf.d/custom.ini # buildkit524 B23RUN |2 UID=1034 GID=100 /bin/sh404 B24RUN |2 UID=1034 GID=100 /bin/sh384 B25RUN |2 UID=1034 GID=100 /bin/sh492 B26COPY --chown=1034:100 /var/www/html /var/www/html/ #3.6 MB27RUN |2 UID=1034 GID=100 /bin/sh1.16 KB28USER willowcms0 B29EXPOSE map[80/tcp:{}]0 B30CMD ["/usr/local/bin/start-services.sh"]0 B31HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B33LABEL description=WillowCMS - A modern0 B34LABEL version=1.0.00 B35LABEL org.opencontainers.image.source=https://github.com/matthewdeaves/willow0 B36LABEL org.opencontainers.image.vendor=WillowCMS0 B37LABEL org.opencontainers.image.licenses=MIT0 B38LABEL org.opencontainers.image.title=WillowCMS0 B39LABEL org.opencontainers.image.description=Production-ready WillowCMS with multi-platform0 BCommand
add root layout