sha256:36bc77d900989388898f377110c974a0b325a6ba2f99742911f83c655aeca9ab
OS/ARCH
Compressed size
160.76 MB
Last pushed
about 2 months by huncrys
Type
Image
Manifest digest
sha256:cca624696b4004bf30a6fa57055877b6eec3ceaef6dff6075ccff7ef81c8a130
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS= autoconf dpkg-dev file0 B4ENV SED=/bin/sed0 B5RUN /bin/sh -c set -eux;105.07 MB6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;227 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.38 MB14COPY docker-php-source /usr/local/bin/ # buildkit493 B15COPY /out/usr/local/ /usr/local/ # buildkit8.3 MB16RUN /bin/sh -c set -eux;1.39 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable sodium243 B19RUN /bin/sh -c docker-php-ext-enable opcache249 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21COPY /out-cli/usr/local/ /usr/local/ # buildkit6.88 MB22RUN /bin/sh -c set -eux;32 B23CMD ["php" "-a"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'