sha256:fd0f5e18aa56f09c0a586839178efb49261bfb5fb4433e2204444de3ee5e75a2
OS/ARCH
Compressed size
41.32 MB
Last pushed
over 1 year by trafex
Type
Image
Manifest digest
sha256:9adecbbf8c814adf5b596d5b984d27d1ad83cbc5596d01d4b87db3bede7706ea
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html129 B6RUN /bin/sh -c apk add37.84 MB7RUN /bin/sh -c ln -s144 B8COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB9COPY config/conf.d /etc/nginx/conf.d/ # buildkit832 B10ENV PHP_INI_DIR=/etc/php840 B11COPY config/fpm-pool.conf /etc/php84/php-fpm.d/www.conf # buildkit1.12 KB12COPY config/php.ini /etc/php84/conf.d/custom.ini # buildkit226 B13COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit338 B14RUN /bin/sh -c chown -R972 B15USER nobody0 B16COPY --chown=nobody src/ /var/www/html/ #267 B17EXPOSE map[8080/tcp:{}]0 B18CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B19HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit