sha256:12d096ac0b0435ff178ae6da8e23ecf046a76c050e2edd0f087949a667389b43
OS/ARCH
Compressed size
157.29 MB
Last pushed
about 2 months by huncrys
Type
Image
Manifest digest
sha256:4d1d7c71597ba2eec7b9310402aefbf51f6720e9608e4afd1c91b6257ad13cc6
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 B15ENV APACHE_CONFDIR=/etc/apache20 B16ENV APACHE_ENVVARS=/etc/apache2/envvars0 B17RUN /bin/sh -c set -eux;4.13 MB18RUN /bin/sh -c a2dismod mpm_event435 B19RUN /bin/sh -c { echo488 B20COPY /out/usr/local/ /usr/local/ # buildkit4.93 MB21COPY /out-modules/ /usr/lib/apache2/modules/ # buildkit3.38 MB22RUN /bin/sh -c set -eux;675.24 KB23COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB24RUN /bin/sh -c docker-php-ext-enable sodium243 B25RUN /bin/sh -c docker-php-ext-enable opcache248 B26ENTRYPOINT ["docker-php-entrypoint"]0 B27STOPSIGNAL SIGWINCH0 B28COPY apache2-foreground /usr/local/bin/ # buildkit897 B29WORKDIR /var/www/html32 B30EXPOSE [80/tcp]0 B31CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'