sha256:3af3cff4dab0d429bd6628dd46239636821078f06cea803962eb698f182dde39
OS/ARCH
Compressed size
318.38 MB
Last pushed
9 months by caelumek
Type
Image
Manifest digest
sha256:4868f8270236a3a3189417bd95acd18672c146034e6f8ed798104c26dc34cc9f
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;223 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;223 B7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B10ENV GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.150 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.15.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.15.tar.xz.asc0 B13ENV PHP_SHA256=a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e0 B14RUN /bin/sh -c set -eux;13.16 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;13.03 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable opcache250 B19RUN /bin/sh -c docker-php-ext-enable sodium245 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.98 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B26LABEL org.opencontainers.image.title=aquila-php org.opencontainers.image.description=PHP‐FPM image preconfigured0 B27COPY /usr/bin/install-php-extensions /usr/local/bin/ # buildkit35.36 KB28RUN /bin/sh -c apt update66.55 MB29RUN /bin/sh -c echo "pl_PL.UTF-81.59 MB30COPY /usr/bin/composer /usr/bin/composer # buildkit759.74 KB31ENV COMPOSER_ALLOW_SUPERUSER=10 B32COPY ../config/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit903 B33COPY ../config/php/scripts/ /usr/local/bin/ # buildkit405 B34RUN /bin/sh -c chmod +x32 B35RUN /bin/sh -c xdebug-toggle off428 B36WORKDIR /var/www/html32 B37COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit2.77 MB38COPY /usr/local/bin/node /usr/local/bin/node # buildkit40.84 MB39COPY /usr/local/bin/symfony /usr/local/bin/symfony # buildkit5.88 MB40RUN /bin/sh -c apt update32.97 MB41RUN /bin/sh -c rm /usr/local/etc/php/conf.d/prod.ini22.13 KBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'