sha256:2cf0931510794becc56f4911a332f9d23b755102bffd45701a340cce06c44367
OS/ARCH
Compressed size
66.27 MB
Last pushed
8 days by byjg
Type
Image
Manifest digest
sha256:fd4d5a107c8612c066dabcb859291b4e4b8db112dbf8b9d4bbd6cf12bd47d744
Image Layers
1ADD alpine-minirootfs-20260805-aarch64.tar.gz / # buildkit4 MB2CMD ["/bin/sh"]0 B3USER root0 B4ENV DOCKER_IMAGE=byjg/php:8.4-base0 B5ENV PHP_VERSION=8.40 B6ENV PHP_VARIANT=php840 B7ENV BUILD_DATE=2026-09-08 15:56:150 B8WORKDIR /srv32 B9COPY assets/entrypoint.sh / # buildkit834 B10COPY assets/script/install-sqlsvr.sh /install-sqlsvr.sh # buildkit714 B11RUN /bin/sh -c apk --no-cache55.85 MB12USER app0 B13ENTRYPOINT ["/entrypoint.sh"]0 B14USER root0 B15ENV DOCKER_IMAGE=byjg/php:8.4-fpm0 B16ENV PHP_VERSION=8.40 B17ENV PHP_VARIANT=php840 B18ENV BUILD_DATE=2026-09-08 15:58:060 B19COPY assets/fpm/conf/www.conf /etc/php84/php-fpm.d/www.conf # buildkit258 B20COPY assets/fpm/conf/base.conf /etc/php84/php-fpm.d/base.conf # buildkit447 B21COPY assets/script/start-fpm.sh /start-fpm.sh # buildkit917 B22RUN /bin/sh -c apk add2.13 MB23CMD ["/start-fpm.sh"]0 B24USER app0 B25USER root0 B26ENV DOCKER_IMAGE=byjg/php:8.4-fpm-nginx0 B27ENV PHP_VERSION=8.40 B28ENV PHP_VARIANT=php840 B29ENV BUILD_DATE=2026-09-08 15:59:250 B30COPY assets/fpm-nginx/conf/nginx.conf /etc/nginx/nginx.conf # buildkit1.62 KB31COPY assets/fpm-nginx/conf/nginx.vh.default.conf /etc/nginx/http.d/default.conf # buildkit815 B32COPY assets/fpm-nginx/conf/supervisord.conf /etc/supervisord.conf # buildkit837 B33COPY assets/script/exit-event-listener.py /exit-event-listener.py # buildkit375 B34COPY assets/script/start-nginx.sh /start-nginx.sh # buildkit604 B35COPY assets/index.html /var/www/html/index.html # buildkit5.47 KB36RUN /bin/sh -c apk add4.28 MB37RUN /bin/sh -c sed -i5.47 KB38CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisord.conf"]0 B39USER app0 BCommand
ADD alpine-minirootfs-20260805-aarch64.tar.gz / # buildkit