sha256:a93ca46c6a070ab36300823a4e1d14271cb55ebcf56173cf4ca1c7fbe11cf0fa
OS/ARCH
Compressed size
216.07 MB
Last pushed
over 1 year by lamgc
Type
Image
Manifest digest
sha256:5f390797b70d6b6d48197d4db80c69f1c5196abaf81e5a3359dfaf218765de95
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.51 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.19 MB10RUN /bin/sh -c a2dismod mpm_event429 B11RUN /bin/sh -c { echo482 B12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B15ENV GPG_KEYS=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD0 B16ENV PHP_VERSION=8.1.310 B17ENV PHP_URL=https://www.php.net/distributions/php-8.1.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.31.tar.xz.asc0 B18ENV PHP_SHA256=c4f244d46ba51c72f7d13d4f66ce6a9e9a8d6b669c51be35e01765ba58e7afca0 B19RUN /bin/sh -c set -eux;11.49 MB20COPY docker-php-source /usr/local/bin/ # buildkit486 B21RUN /bin/sh -c set -eux;10.64 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable sodium247 B24ENTRYPOINT ["docker-php-entrypoint"]0 B25STOPSIGNAL SIGWINCH0 B26COPY apache2-foreground /usr/local/bin/ # buildkit889 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B30RUN /bin/sh -c apt-get update36.45 MB31RUN /bin/sh -c docker-php-ext-install -j$(nproc)202.36 KB32COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit516 B33RUN /bin/sh -c chmod +x511 B34ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B35CMD ["apache2-foreground"]0 B36COPY poweradmin/ /var/www/html/ # buildkit11.68 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'