sha256:c3fbfcd20a9b89398059e1d9d40208e2e7fd2159f6fcfe6b66be7017c481e6ac
OS/ARCH
linux/amd64
Compressed size
159.01 MB
Last pushed
2 months by liuzhen932
Type
Image
Manifest digest
sha256:98b1c4f40bc5107778dedd0e148b9893318506b5906266e54191c2026a4de3e3
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add13.14 MB4COPY /usr/local/openresty /usr/local/openresty # buildkit46.71 MB5ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin:/usr/local/openresty/openssl/bin0 B6COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit910 B7CMD ["/usr/local/openresty/bin/openresty" "-g" "daemon off;"]0 B8STOPSIGNAL SIGQUIT0 B9WORKDIR /var/www/html131 B10RUN /bin/sh -c apk add38.4 MB11COPY config/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit1.37 KB12COPY config/conf.d /etc/nginx/conf.d/ # buildkit903 B13ENV PHP_INI_DIR=/etc/php840 B14COPY config/fpm-pool.conf /etc/php84/php-fpm.d/www.conf # buildkit1.12 KB15COPY config/php.ini /etc/php84/conf.d/custom.ini # buildkit401 B16RUN /bin/sh -c { 348 B17COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B18RUN /bin/sh -c mkdir -p46.71 MB19USER nobody0 B20COPY --chown=nobody src/ /var/www/html/ #10.38 MB21EXPOSE [8080/tcp]0 B22CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B23HEALTHCHECK {Test:[CMD-SHELL curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit