sha256:408b66d389f785d273d02e9b717726a79f42466249802ca6d1e42abac1453a36
OS/ARCH
Compressed size
192.04 MB
Last pushed
6 months by quetzacoalt
Type
Image
Manifest digest
sha256:513a17d2df7d55fea85f57b8a88e4ede0080c85cc79bb0dd5db682c6da7a856e
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.63 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.98 MB10RUN /bin/sh -c a2dismod mpm_event429 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=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B16ENV PHP_VERSION=8.2.300 B17ENV PHP_URL=https://www.php.net/distributions/php-8.2.30.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.30.tar.xz.asc0 B18ENV PHP_SHA256=bc90523e17af4db46157e75d0c9ef0b9d0030b0514e62c26ba7b513b8c4eb0150 B19RUN /bin/sh -c set -eux;11.71 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;9.37 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache248 B24RUN /bin/sh -c docker-php-ext-enable sodium244 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit890 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 update36.81 MB34RUN /bin/sh -c if [[32 B35RUN /bin/sh -c docker-php-ext-configure gd19.46 MB36RUN /bin/sh -c docker-php-ext-install iconv1.14 MB37RUN /bin/sh -c docker-php-source extract68.73 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/ # buildkit789 B41RUN /bin/sh -c chown www-data:www-data796 B42RUN /bin/sh -c if [314 B43COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.91 KB44CMD ["/tmp/docker_run.sh"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1773619200'