sha256:5d1ed392c8bd5c43be8fa03e9492a06af4bff50aa6372305d0a5ec75db404e4e
OS/ARCH
Compressed size
169.31 MB
Last pushed
12 months by garzarobmdocker
Type
Image
Manifest digest
sha256:88b91db60f5dca0a43f51282928b7366390b63316244f456b6d81c26b31b30f7
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 KB9WORKDIR /var/www/html32 B10RUN /bin/sh -c apk add48.88 MB11RUN /bin/sh -c echo "requirepass35.92 KB12COPY infrastructure/docker/willowcms/config/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit281 B13COPY infrastructure/docker/willowcms/config/nginx/nginx-cms.conf /etc/nginx/conf.d/default.conf # buildkit717 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 # buildkit523 B17RUN /bin/sh -c echo "extension=/usr/lib/php83/modules/igbinary.so"390 B18RUN /bin/sh -c mkdir -p735.36 KB19RUN /bin/sh -c echo '#!/bin/bash'286 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.12 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