sha256:0802c0067e5b487f99d816ead4fe00ee95d78e75f7ebb6da47c7d9f2d8e8201f
OS/ARCH
linux/amd64
Compressed size
223.39 MB
Last pushed
4 days by neomediatech
Type
Image
Manifest digest
sha256:cfd1d8a282c2b11fb6e15989b55c8b3504923818d0388eb96e3ef3857f371049
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.52 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_event437 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.330 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.33.tar.xz.asc0 B18ENV PHP_SHA256=e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f96760 B19RUN /bin/sh -c set -eux;12.15 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 opcache249 B24RUN /bin/sh -c docker-php-ext-enable sodium244 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 B31LABEL org.opencontainers.image.source=https://github.com/Neomediatech/php org.label-schema.version=8.3.330 B32ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Rome VERSION=8.3.330 B33RUN /bin/sh -c echo $TZ11.9 MB34ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ # buildkit39.51 KB35RUN /bin/sh -c chmod +x39.51 KB36ENV MODULES=apcu bcmath bz2 exif0 B37ENV MODULES=apcu bcmath bz2 exif0 B38RUN /bin/sh -c install-php-extensions $MODULES42.44 MB39RUN /bin/sh -c a2enmod rewrite492 B40RUN /bin/sh -c mkdir -p3.1 KB41COPY 0-custom.ini /usr/local/etc/php/conf.d/ # buildkit347 B42COPY zz-custom.conf /etc/apache2/conf-enabled/ # buildkit287 B43ENV APACHE_START_SERVERS=5 APACHE_MIN_SPARE_SERVERS=5 APACHE_MAX_SPARE_SERVERS=10 APACHE_MAX_REQUEST_WORKERS=1500 B44COPY --chmod=444 mpm_prefork.conf.template /etc/apache2/ #435 B45COPY --chmod=755 custom-entrypoint / #644 B46ENTRYPOINT ["/custom-entrypoint"]0 B47CMD ["apache2-foreground"]0 B48HEALTHCHECK {Test:[CMD-SHELL curl -sS localhost/server-status?auto0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1789689600'