sha256:f9cbce347078c6b3538c27d2651fe397166e8fd127e56cc7cf088b2ff4fd6c19
OS/ARCH
Compressed size
190.99 MB
Last pushed
10 months by psjarvis
Type
Image
Manifest digest
sha256:a05c0464b4d5c71937a7fc4ad948df368eae5557bfc9dbe0965af60f36627b6c
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c set -eux;225 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 APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;17.99 MB10RUN /bin/sh -c a2dismod mpm_event432 B11RUN /bin/sh -c { echo482 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=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD0 B16ENV PHP_VERSION=8.1.330 B17ENV PHP_URL=https://www.php.net/distributions/php-8.1.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.33.tar.xz.asc0 B18ENV PHP_SHA256=9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d10 B19RUN /bin/sh -c set -eux;11.47 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;9.14 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache251 B24RUN /bin/sh -c docker-php-ext-enable sodium246 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit891 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.82 MB34RUN /bin/sh -c if [[32 B35RUN /bin/sh -c docker-php-ext-configure gd18.99 MB36RUN /bin/sh -c docker-php-ext-install iconv1.04 MB37RUN /bin/sh -c docker-php-source extract65.46 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-data793 B42RUN /bin/sh -c if [318 B43COPY config_files/php.ini /usr/local/etc/php/ # buildkit21.92 KB44CMD ["/tmp/docker_run.sh"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1763337600'