sha256:ab67e75deda31fb39a3ca13f748608ed42a713b6505387606d68a54c69e219c5
OS/ARCH
Compressed size
165.17 MB
Last pushed
about 1 year by rizkikotet
Type
Image
Manifest digest
sha256:1f575b315bfef41b12a323deea4c00dd0a773a1efca2f54e48eb8d03e9f94c32
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c set -eux;224 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;225 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_event433 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 C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.210 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.21.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.21.tar.xz.asc0 B18ENV PHP_SHA256=4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd60 B19RUN /bin/sh -c set -eux;12.1 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;9.59 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable sodium249 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 B30LABEL maintainer=@rizkikotet description=PHPNuxBill - PHP0 B31ENV APACHE_DOCUMENT_ROOT=/var/www/html0 B32RUN /bin/sh -c set -eux;16.4 MB33RUN /bin/sh -c a2enmod rewrite314 B34COPY php.ini /usr/local/etc/php/conf.d/custom.ini # buildkit662 B35COPY --chown=www-data:www-data src/ /var/www/html #6.81 MB36WORKDIR /var/www/html32 B37RUN /bin/sh -c chmod -R6.81 MB38HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/0 B39EXPOSE map[80/tcp:{}]0 B40CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1745798400'