sha256:36bc77d900989388898f377110c974a0b325a6ba2f99742911f83c655aeca9ab
OS/ARCH
Compressed size
168 MB
Last pushed
about 2 months by huncrys
Type
Image
Manifest digest
sha256:3e2f7c7576b0767cc4473fc2f99dba35d35d57692b710464670970b2c4da2f02
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS= autoconf dpkg-dev file0 B4ENV SED=/bin/sed0 B5RUN /bin/sh -c set -eux;112.38 MB6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;224 B8ENV PHP_CFLAGS=-std=gnu99 -fstack-protector-strong -fpic -fpie0 B9ENV PHP_CPPFLAGS=-std=gnu99 -fstack-protector-strong -fpic -fpie0 B10ENV PHP_CXXFLAGS=-std=gnu99 -fstack-protector-strong -fpic -fpie0 B11ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B12ENV ICU_CXXFLAGS=-std=c++170 B13COPY /src/php.tar.xz /usr/src/php.tar.xz # buildkit10.29 MB14COPY docker-php-source /usr/local/bin/ # buildkit496 B15COPY /out/usr/local/ /usr/local/ # buildkit8.44 MB16RUN /bin/sh -c set -eux;1.47 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.41 KB18RUN /bin/sh -c docker-php-ext-enable sodium245 B19RUN /bin/sh -c docker-php-ext-enable opcache251 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21COPY /out-cli/usr/local/ /usr/local/ # buildkit7.02 MB22RUN /bin/sh -c set -eux;32 B23CMD ["php" "-a"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'