sha256:1841b5e06a8bf52fbc35ad2386f741dda8776da0fc95608f03a0f59e12683b05
OS/ARCH
Compressed size
68.41 MB
Last pushed
8 days by byjg
Type
Image
Manifest digest
sha256:c963f769af47a6c043e5e9fcdb6fea91a2ba2962d529c4ff202609cbb6137643
Image Layers
1ADD alpine-minirootfs-20260805-aarch64.tar.gz / # buildkit4 MB2CMD ["/bin/sh"]0 B3USER root0 B4ENV DOCKER_IMAGE=byjg/php:8.5-base0 B5ENV PHP_VERSION=8.50 B6ENV PHP_VARIANT=php850 B7ENV BUILD_DATE=2026-09-08 15:56:130 B8WORKDIR /srv32 B9COPY assets/entrypoint.sh / # buildkit832 B10COPY assets/script/install-sqlsvr.sh /install-sqlsvr.sh # buildkit714 B11RUN /bin/sh -c apk --no-cache56.28 MB12USER app0 B13ENTRYPOINT ["/entrypoint.sh"]0 B14USER root0 B15ENV DOCKER_IMAGE=byjg/php:8.5-fpm0 B16ENV PHP_VERSION=8.50 B17ENV PHP_VARIANT=php850 B18ENV BUILD_DATE=2026-09-08 15:58:220 B19COPY assets/fpm/conf/www.conf /etc/php85/php-fpm.d/www.conf # buildkit258 B20COPY assets/fpm/conf/base.conf /etc/php85/php-fpm.d/base.conf # buildkit448 B21COPY assets/script/start-fpm.sh /start-fpm.sh # buildkit920 B22RUN /bin/sh -c apk add3.5 MB23CMD ["/start-fpm.sh"]0 B24USER app0 B25USER root0 B26ENV DOCKER_IMAGE=byjg/php:8.5-fpm-apache0 B27ENV PHP_VERSION=8.50 B28ENV PHP_VARIANT=php850 B29ENV BUILD_DATE=2026-09-08 15:59:210 B30COPY assets/fpm-apache/conf/httpd.conf /etc/apache2/httpd.conf # buildkit5.49 KB31COPY assets/fpm-apache/conf/vhost.conf /etc/apache2/conf.d/ # buildkit831 B32COPY assets/fpm-apache/conf/supervisord.conf /etc/supervisord.conf # buildkit870 B33COPY assets/script/exit-event-listener.py /exit-event-listener.py # buildkit375 B34COPY assets/index.html /tmp/index.html # buildkit5.45 KB35RUN /bin/sh -c apk add4.61 MB36RUN /bin/sh -c sed -i5.5 KB37CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisord.conf"]0 B38USER app0 BCommand
ADD alpine-minirootfs-20260805-aarch64.tar.gz / # buildkit