sha256:fd0f5e18aa56f09c0a586839178efb49261bfb5fb4433e2204444de3ee5e75a2
OS/ARCH
Compressed size
38.22 MB
Last pushed
over 1 year by trafex
Type
Image
Manifest digest
sha256:414fc06483b71a221f5fc72b88d54a2d35de42a00c5d517721d13f940f8e29e8
Image Layers
1ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit2.95 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html129 B6RUN /bin/sh -c apk add35.26 MB7RUN /bin/sh -c ln -s145 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 # buildkit225 B13COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit338 B14RUN /bin/sh -c chown -R980 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-armv7.tar.gz / # buildkit