sha256:d1f5fc275309e3e96fe104db4e44d9d28d9aee6b77cf393c072dabb38a75b26f
OS/ARCH
linux/amd64
Compressed size
282.81 MB
Last pushed
3 months by sonnyblaine
Type
Image
Manifest digest
sha256:d1f5fc275309e3e96fe104db4e44d9d28d9aee6b77cf393c072dabb38a75b26f
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.51 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.21 MB10RUN /bin/sh -c a2dismod mpm_event428 B11RUN /bin/sh -c { echo487 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.310 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.31.tar.xz.asc0 B18ENV PHP_SHA256=66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa370 B19RUN /bin/sh -c set -eux;12.14 MB20COPY docker-php-source /usr/local/bin/ # buildkit487 B21RUN /bin/sh -c set -eux;11.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/ # buildkit892 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31ENV NR_ENABLED=false NR_DISTRIBUTED_TRACING_ENABLED=false NR_APPLICATION_LOGGING_ENABLED=false NR_IGNORE_DEFAULT_EXCEPTION=false0 B32RUN /bin/sh -c apt-get update71.51 MB33RUN /bin/sh -c a2enmod rewrite384 B34RUN /bin/sh -c docker-php-ext-configure gd773.75 KB35RUN /bin/sh -c echo "--->1.3 MB36RUN /bin/sh -c echo "--->1.18 MB37RUN /bin/sh -c echo "--->788.21 KB38RUN /bin/sh -c echo "--->557.02 KB39RUN /bin/sh -c echo "--->429.35 KB40RUN /bin/sh -c echo "--->366.63 KB41RUN /bin/sh -c echo "--->21.09 MB42RUN /bin/sh -c echo "--->1013 B43COPY /usr/bin/composer /usr/bin/composer # buildkit804.02 KB44RUN /bin/sh -c echo "--->148 B45COPY configs/ports.conf /etc/apache2/ports.conf # buildkit351 B46COPY configs/headers.conf /etc/apache2/conf-enabled/headers.conf # buildkit233 B47COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf # buildkit411 B48COPY configs/php-errors.ini /usr/local/etc/php/conf.d/php-errors.ini # buildkit311 B49COPY apache-run.sh /usr/bin/apache-run # buildkit202 B50COPY ./bin /usr/bin/ # buildkit1.78 KB51RUN /bin/sh -c chmod a+x32 B52USER www-data0 B53WORKDIR /var/www/html32 B54EXPOSE map[8080/tcp:{} 9001/tcp:{}]0 B55CMD ["/tini" "--" "/usr/bin/apache-run"]0 B56USER root0 B57RUN /bin/sh -c echo "--->15.17 MB58USER www-data:www-data0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'