sha256:57ebc68efdb9c12a5506cbc80a3f2db8cfbc2caec1e29ee34c7c128859926be3
OS/ARCH
Compressed size
201.23 MB
Last pushed
10 months by psjarvis
Type
Image
Manifest digest
sha256:2abb82f7934aae7148ec40db5bbeba6a30ef0dd22055f6aaa64fae0efbdaac0a
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;226 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;17.99 MB10RUN /bin/sh -c a2dismod mpm_event426 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=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/ # buildkit490 B21RUN /bin/sh -c set -eux;11.9 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable sodium247 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 B31ENV PS_DOMAIN=<to be defined> DB_SERVER=<to0 B32RUN /bin/sh -c apt-get update36.82 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.19 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-data793 B41RUN /bin/sh -c if [312 B42COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.92 KB43CMD ["/tmp/docker_run.sh"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1763337600'