sha256:f42edad71e68b3b860122866c8c435e53a2d93432d8aa168653afef0ceb9330f
OS/ARCH
Compressed size
157.35 MB
Last pushed
about 1 month by huncrys
Type
Image
Manifest digest
sha256:84161494af98eab43aeea1b84ececa6d9fc8af4d5990d1c2c10453085cc40e81
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-fpm/usr/local/ /usr/local/ # buildkit3.46 MB22WORKDIR /var/www/html32 B23RUN /bin/sh -c set -eux;8.61 KB24STOPSIGNAL SIGQUIT0 B25EXPOSE [9000/tcp]0 B26CMD ["php-fpm"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'