sha256:79fe82b12b8ab6b856303f858416096d252818086102bc75e50c57b2b2137d93
OS/ARCH
Compressed size
477.37 MB
Last pushed
6 months by quetzacoalt
Type
Image
Manifest digest
sha256:3607013df6b2b53b270b7065860effd095269c24fcf12dd2790e2a279419307e
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;72.62 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;227 B7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B10ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B11ENV PHP_VERSION=8.5.00 B12ENV 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 B13ENV PHP_SHA256=39cb6e4acd679b574d3d3276f148213e935fc25f90403eb84fb1b836a806ef1e0 B14RUN /bin/sh -c set -eux;13.75 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;26.47 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable sodium246 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;8.98 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B26ENV PS_DOMAIN=<to be defined> DB_SERVER=<to0 B27RUN /bin/sh -c apt-get update36.79 MB28RUN /bin/sh -c if [[32 B29RUN /bin/sh -c docker-php-ext-configure gd24.08 MB30RUN /bin/sh -c docker-php-ext-install iconv1.19 MB31RUN /bin/sh -c docker-php-source extract32 B32COPY config_files/ps-extractor.sh config_files/docker_run.sh config_files/docker_nightly_run.sh config_files/docker_branch_run.sh2.96 KB33COPY config_files/docker_updt_ps_domains.php /tmp/ # buildkit1.14 KB34COPY config_files/defines_custom.inc.php /tmp/ # buildkit787 B35RUN /bin/sh -c chown www-data:www-data792 B36RUN /bin/sh -c if [32 B37COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.91 KB38CMD ["/tmp/docker_run.sh"]0 B40ENV PS_VERSION=nightly0 B41COPY /tmp/prestashop.zip /tmp/prestashop.zip # buildkit98.26 MB42RUN /bin/sh -c mkdir -p181.33 MBCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1763337600'