sha256:5d1ed392c8bd5c43be8fa03e9492a06af4bff50aa6372305d0a5ec75db404e4e
OS/ARCH
Compressed size
164.82 MB
Last pushed
12 months by garzarobmdocker
Type
Image
Manifest digest
sha256:d60af82521bd8f9ced6049155d089c2ce1b3c4a62a8cca836a87d4d67a97a7bb
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 KB9WORKDIR /var/www/html32 B10RUN /bin/sh -c apk add48.87 MB11RUN /bin/sh -c echo "requirepass35.92 KB12COPY infrastructure/docker/willowcms/config/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit283 B13COPY infrastructure/docker/willowcms/config/nginx/nginx-cms.conf /etc/nginx/conf.d/default.conf # buildkit718 B14ENV PHP_INI_DIR=/etc/php830 B15COPY infrastructure/docker/willowcms/config/php/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit1.12 KB16COPY infrastructure/docker/willowcms/config/php/php.ini /etc/php83/conf.d/custom.ini # buildkit524 B17RUN /bin/sh -c echo "extension=/usr/lib/php83/modules/igbinary.so"388 B18RUN /bin/sh -c mkdir -p735.36 KB19RUN /bin/sh -c echo '#!/bin/bash'287 B20ARG UID=5010 B21ARG GID=200 B22ENV UID=5010 B23ENV GID=200 B24RUN |2 UID=501 GID=20 /bin/sh486 B25COPY --chown=nobody:nobody app/ /var/www/html/ #3.59 MB26RUN |2 UID=501 GID=20 /bin/sh1.13 KB27USER nobody0 B28EXPOSE &{[{{128 0} {128 0}}]0 B29CMD ["/usr/local/bin/start-services.sh"]0 B30HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
add root layout