sha256:db2d5ddefca0451db9142ed3383b3a12347612b8357585d1836472fe91c35671
OS/ARCH
Compressed size
509.78 MB
Last pushed
6 months by quetzacoalt
Type
Image
Manifest digest
sha256:14bf56eb2024eb6dc1861da22d17175f196ad7878f90dfddcb39b5060be151a5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.2 MB10RUN /bin/sh -c a2dismod mpm_event432 B11RUN /bin/sh -c { echo484 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 C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.280 B17ENV 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 B18ENV PHP_SHA256=25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a3223260 B19RUN /bin/sh -c set -eux;12.14 MB20COPY docker-php-source /usr/local/bin/ # buildkit487 B21RUN /bin/sh -c set -eux;11.13 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.41 KB23RUN /bin/sh -c docker-php-ext-enable opcache252 B24RUN /bin/sh -c docker-php-ext-enable sodium246 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit893 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B32ENV PS_DOMAIN=<to be defined> DB_SERVER=<to0 B33RUN /bin/sh -c apt-get update39.43 MB34RUN /bin/sh -c if [[32 B35RUN /bin/sh -c docker-php-ext-configure gd20.16 MB36RUN /bin/sh -c docker-php-ext-install iconv1.25 MB37RUN /bin/sh -c docker-php-source extract429.34 KB38COPY config_files/ps-extractor.sh config_files/docker_run.sh config_files/docker_nightly_run.sh config_files/docker_branch_run.sh2.96 KB39COPY config_files/docker_updt_ps_domains.php /tmp/ # buildkit1.14 KB40COPY config_files/defines_custom.inc.php /tmp/ # buildkit788 B41RUN /bin/sh -c chown www-data:www-data794 B42RUN /bin/sh -c if [314 B43COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.91 KB44CMD ["/tmp/docker_run.sh"]0 B46ENV PS_VERSION=nightly0 B47COPY /tmp/prestashop.zip /tmp/prestashop.zip # buildkit98.26 MB48RUN /bin/sh -c mkdir -p181.33 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'