sha256:a88c62a712679fb3570afddbc0be13b1e5368c09c6472522bf858154fefcae2b
OS/ARCH
Compressed size
92.63 MB
Last pushed
2 months by milejko
Type
Image
Manifest digest
sha256:2ca314ef4a468ba2d73ea8b2c64c5e7e3586eea25452c3795b8aabf78cee7f92
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.4 ALLOW_URL_FOPEN=1 DEFAULT_SOCKET_TIMEOUT=600 B4RUN |2 PHP_VERSION=8.4 DEBIAN_FRONTEND=noninteractive /bin/sh47.34 MB5COPY ./etc/php/cli /etc/php/cli # buildkit754 B6COPY ./etc/php/mods-available /etc/php/mods-available # buildkit276 B7COPY ./docker-entrypoint.d /docker-entrypoint.d # buildkit587 B8COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit287 B9WORKDIR /var/www/html131 B10ENTRYPOINT ["/docker-entrypoint.sh"]0 B11CMD ["php" "-a"]0 B12ENV APACHE_LISTEN_PORT=80 APACHE_SERVER_NAME=localhost APACHE_TIMEOUT=300 APACHE_KEEPALIVE=On0 B13RUN /bin/sh -c set -eux;16.88 MB14COPY ./etc/php/apache2 /etc/php/apache2 # buildkit527 B15COPY ./etc/apache2 /etc/apache2 # buildkit714 B16COPY ./usr/sbin/apache2-foreground /usr/sbin/apache2-foreground # buildkit309 B17STOPSIGNAL SIGTERM0 B18EXPOSE map[80/tcp:{}]0 B19CMD ["/usr/sbin/apache2-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'