sha256:e76f95459aa62bece46f828dd9e3f7cf30d371ec37523a9a662582eab13f7512
OS/ARCH
Compressed size
201.95 MB
Last pushed
over 1 year by caelumek
Type
Image
Manifest digest
sha256:c5fd0c91c1d92654bb0babf794c040c5dfe12271cc67913db6cd41fa1ef741f6
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.33 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 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=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD0 B11ENV PHP_VERSION=8.1.310 B12ENV PHP_URL=https://www.php.net/distributions/php-8.1.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.31.tar.xz.asc0 B13ENV PHP_SHA256=c4f244d46ba51c72f7d13d4f66ce6a9e9a8d6b669c51be35e01765ba58e7afca0 B14RUN /bin/sh -c set -eux;11.47 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;26.06 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium246 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;8.67 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B25ENV COMPOSER_ALLOW_SUPERUSER=10 B26COPY /usr/bin/composer /usr/bin/composer # buildkit724.83 KB27COPY /usr/bin/install-php-extensions /usr/local/bin/ # buildkit32.79 KB28RUN /bin/sh -c apt update37.42 MB29COPY ./../config/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit536 B30COPY ./../config/php/scripts/ /usr/local/bin/ # buildkit403 B31RUN /bin/sh -c chmod +x428 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'