sha256:4d22b43c55a83477ee47c5a29a2031bf154261e83c9b1324331ad31af6f2868a
OS/ARCH
Compressed size
216.09 MB
Last pushed
over 1 year by lamgc
Type
Image
Manifest digest
sha256:723295cee77190b4b5f21ab2dbb1fd0ee68a00da64fa3980eac5b5681d728250
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2RUN /bin/sh -c set -eux;226 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_event431 B11RUN /bin/sh -c { echo485 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/ # buildkit491 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 sodium246 B24ENTRYPOINT ["docker-php-entrypoint"]0 B25STOPSIGNAL SIGWINCH0 B26COPY apache2-foreground /usr/local/bin/ # buildkit891 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B30RUN /bin/sh -c apt-get update36.46 MB31RUN /bin/sh -c docker-php-ext-install -j$(nproc)202.37 KB32COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit518 B33RUN /bin/sh -c chmod +x513 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' '@1740355200'