sha256:ff818078f1295733e23060b5c58c70a4458627bc0b7fa7e4196a7bbce0e6eb5c
OS/ARCH
Compressed size
85.41 MB
Last pushed
2 months by milejko
Type
Image
Manifest digest
sha256:a64692bcf8d9dccc73a8e46ee5a8c54510376fae0f6e1ccfcb2d990450ca2cc6
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ARG PHP_VERSION=8.5 DEBIAN_FRONTEND=noninteractive0 B3ENV WORKDIR=/var/www/html PHP_VERSION=8.5 ALLOW_URL_FOPEN=1 DEFAULT_SOCKET_TIMEOUT=600 B4RUN |2 PHP_VERSION=8.5 DEBIAN_FRONTEND=noninteractive /bin/sh47.69 MB5COPY ./etc/php/cli /etc/php/cli # buildkit755 B6COPY ./etc/php/mods-available /etc/php/mods-available # buildkit277 B7COPY ./docker-entrypoint.d /docker-entrypoint.d # buildkit588 B8COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit287 B9WORKDIR /var/www/html131 B10ENTRYPOINT ["/docker-entrypoint.sh"]0 B11CMD ["php" "-a"]0 B12ENV FPM_LISTEN_PORT=9000 FPM_LOG_LEVEL=notice FPM_PM_MAX_CHILDREN=90 FPM_PM_START_SERVERS=100 B13RUN /bin/sh -c set -eux;9.31 MB14COPY ./etc/php/fpm /etc/php/fpm # buildkit1.06 KB15STOPSIGNAL SIGQUIT0 B16EXPOSE map[9000/tcp:{}]0 B17CMD ["/usr/bin/php-fpm"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'