sha256:12d096ac0b0435ff178ae6da8e23ecf046a76c050e2edd0f087949a667389b43
OS/ARCH
Compressed size
164.28 MB
Last pushed
about 2 months by huncrys
Type
Image
Manifest digest
sha256:315b0872ec2c77ed790f9535f1468bf07e6871b1935542bd118ac4cbbd04edea
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 B15ENV APACHE_CONFDIR=/etc/apache20 B16ENV APACHE_ENVVARS=/etc/apache2/envvars0 B17RUN /bin/sh -c set -eux;4.06 MB18RUN /bin/sh -c a2dismod mpm_event432 B19RUN /bin/sh -c { echo490 B20COPY /out/usr/local/ /usr/local/ # buildkit5 MB21COPY /out-modules/ /usr/lib/apache2/modules/ # buildkit3.45 MB22RUN /bin/sh -c set -eux;725.63 KB23COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB24RUN /bin/sh -c docker-php-ext-enable sodium241 B25RUN /bin/sh -c docker-php-ext-enable opcache248 B26ENTRYPOINT ["docker-php-entrypoint"]0 B27STOPSIGNAL SIGWINCH0 B28COPY apache2-foreground /usr/local/bin/ # buildkit899 B29WORKDIR /var/www/html32 B30EXPOSE [80/tcp]0 B31CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'