sha256:fd0f5e18aa56f09c0a586839178efb49261bfb5fb4433e2204444de3ee5e75a2
OS/ARCH
Compressed size
41.96 MB
Last pushed
over 1 year by trafex
Type
Image
Manifest digest
sha256:f2c7cbfc99f11bae81c7e25ea94f3f85549e90a53e86d391152d7ba1625e884c
Image Layers
1ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit3.81 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html129 B6RUN /bin/sh -c apk add38.14 MB7RUN /bin/sh -c ln -s144 B8COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB9COPY config/conf.d /etc/nginx/conf.d/ # buildkit830 B10ENV PHP_INI_DIR=/etc/php840 B11COPY config/fpm-pool.conf /etc/php84/php-fpm.d/www.conf # buildkit1.11 KB12COPY config/php.ini /etc/php84/conf.d/custom.ini # buildkit223 B13COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit336 B14RUN /bin/sh -c chown -R973 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-aarch64.tar.gz / # buildkit