sha256:19f1a17c456a181b548cf5f6d9f426feeb5c5d07343ae161fa142ee5e8aab661
OS/ARCH
Compressed size
500.14 MB
Last pushed
6 months by quetzacoalt
Type
Image
Manifest digest
sha256:54af24db5f33798442e852e724635555c927d66e8fd90c03b752e1e2452bad39
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 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 C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B11ENV PHP_VERSION=8.3.280 B12ENV PHP_URL=https://www.php.net/distributions/php-8.3.28.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.28.tar.xz.asc0 B13ENV PHP_SHA256=25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a3223260 B14RUN /bin/sh -c set -eux;12.12 MB15COPY docker-php-source /usr/local/bin/ # buildkit486 B16RUN /bin/sh -c set -eux;26.54 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache250 B19RUN /bin/sh -c docker-php-ext-enable sodium246 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.97 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B27ENV PS_DOMAIN=<to be defined> DB_SERVER=<to0 B28RUN /bin/sh -c apt-get update39.35 MB29RUN /bin/sh -c if [[32 B30RUN /bin/sh -c docker-php-ext-configure gd20.16 MB31RUN /bin/sh -c docker-php-ext-install iconv1.23 MB32RUN /bin/sh -c docker-php-source extract694.18 KB33COPY config_files/ps-extractor.sh config_files/docker_run.sh config_files/docker_nightly_run.sh config_files/docker_branch_run.sh2.96 KB34COPY config_files/docker_updt_ps_domains.php /tmp/ # buildkit1.14 KB35COPY config_files/defines_custom.inc.php /tmp/ # buildkit789 B36RUN /bin/sh -c chown www-data:www-data794 B37RUN /bin/sh -c if [32 B38COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.91 KB39CMD ["/tmp/docker_run.sh"]0 B41ENV PS_VERSION=nightly0 B42COPY /tmp/prestashop.zip /tmp/prestashop.zip # buildkit98.26 MB43RUN /bin/sh -c mkdir -p181.33 MBCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'