sha256:aa7473854eda740215898c326e8370439988960d268c9faeed846d7eae98b814
OS/ARCH
Compressed size
499.41 MB
Last pushed
8 months by heesriconet
Type
Image
Manifest digest
sha256:1915883bce0ab5df2b56713aef0aacee64486ecf486ba9251f9d7216a3cafbd6
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;4.03 MB10RUN /bin/sh -c a2dismod mpm_event434 B11RUN /bin/sh -c { echo484 B12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B15ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.280 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.28.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.28.tar.xz.asc0 B18ENV PHP_SHA256=25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a3223260 B19RUN /bin/sh -c set -eux;12.18 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;11.17 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache252 B24RUN /bin/sh -c docker-php-ext-enable sodium247 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit891 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31SHELL [/bin/bash -o pipefail -c]0 B32ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ # buildkit35.32 KB33RUN /bin/bash -o pipefail -c27.31 MB34RUN /bin/bash -o pipefail -c760.78 KB35RUN /bin/bash -o pipefail -c368 B36RUN /bin/bash -o pipefail -c141.14 MB37RUN /bin/bash -o pipefail -c162.02 MB38COPY ./build/configs/msmtprc /etc/msmtprc # buildkit168 B39COPY ./build/configs/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini # buildkit367 B40COPY ./build/configs/error_reporting.ini /usr/local/etc/php/conf.d/error_reporting.ini # buildkit246 B41COPY ./build/configs/php.ini /usr/local/etc/php/conf.d/z99-additional-php.ini # buildkit610 B42COPY ./build/configs/vhost.conf /etc/apache2/sites-enabled/000-default.conf # buildkit398 B43COPY ./build/configs/config /root/.ssh/config # buildkit187 B44RUN /bin/bash -o pipefail -c186 B45RUN /bin/bash -o pipefail -c589 B46RUN /bin/bash -o pipefail -c160 B47RUN /bin/bash -o pipefail -c32 B48VOLUME [/var/www/html]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'