sha256:c4dd56460d6a26c1f828a7ebaa7a07ba435c790b300e34e338b83421042a780a
OS/ARCH
Compressed size
511.6 MB
Last pushed
6 months by quetzacoalt
Type
Image
Manifest digest
sha256:df17573b6febbcc5fa3b486f0e86bcd0ebe3510f9cd41a0181f6dde28003b9dd
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.62 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.23 MB10RUN /bin/sh -c a2dismod mpm_event434 B11RUN /bin/sh -c { echo486 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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B16ENV PHP_VERSION=8.5.00 B17ENV PHP_URL=https://www.php.net/distributions/php-8.5.0.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.0.tar.xz.asc0 B18ENV PHP_SHA256=39cb6e4acd679b574d3d3276f148213e935fc25f90403eb84fb1b836a806ef1e0 B19RUN /bin/sh -c set -eux;13.77 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;13.83 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/ # buildkit892 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B31ENV PS_DOMAIN=<to be defined> DB_SERVER=<to0 B32RUN /bin/sh -c apt-get update39.37 MB33RUN /bin/sh -c if [[32 B34RUN /bin/sh -c docker-php-ext-configure gd24.08 MB35RUN /bin/sh -c docker-php-ext-install iconv1.28 MB36RUN /bin/sh -c docker-php-source extract32 B37COPY config_files/ps-extractor.sh config_files/docker_run.sh config_files/docker_nightly_run.sh config_files/docker_branch_run.sh2.96 KB38COPY config_files/docker_updt_ps_domains.php /tmp/ # buildkit1.14 KB39COPY config_files/defines_custom.inc.php /tmp/ # buildkit789 B40RUN /bin/sh -c chown www-data:www-data794 B41RUN /bin/sh -c if [316 B42COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.92 KB43CMD ["/tmp/docker_run.sh"]0 B45ENV PS_VERSION=9.1.x0 B46COPY /tmp/prestashop.zip /tmp/prestashop.zip # buildkit98.26 MB47RUN /bin/sh -c mkdir -p181.33 MBCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'