sha256:452710badd2766f574d71584b2dea754e481874e01fbfa4a9805c8fe8f10a991
OS/ARCH
Compressed size
145.27 MB
Last pushed
12 months by garzarobmdocker
Type
Image
Manifest digest
sha256:be7a406940b2fb580f7ed760dde0d897ac1bc7e2320b3b657c831e89e65da144
Image Layers
1add root layout1.57 KB2mount /out from exec sh83.01 MB3build php28.58 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.04 MB18RUN |2 UID=1034 GID=100 /bin/sh35.96 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.13 KB22COPY infrastructure/docker/willowcms/config/php/php.ini /etc/php83/conf.d/custom.ini # buildkit525 B23RUN |2 UID=1034 GID=100 /bin/sh403 B24RUN |2 UID=1034 GID=100 /bin/sh383 B25RUN |2 UID=1034 GID=100 /bin/sh489 B26COPY --chown=1034:100 /var/www/html /var/www/html/ #3.6 MB27RUN |2 UID=1034 GID=100 /bin/sh1.17 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