sha256:3234759ecc13675e59bc41f6dd0b8dd99330167695c558ba795ee7ed92bcfe56
OS/ARCH
Compressed size
330.54 MB
Last pushed
about 1 year by dimenziokft
Type
Image
Manifest digest
sha256:8803e3cb87512abbf20c033b16d2a28579a6b4a630c0ac063fcf00552f1a5250
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 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.19 MB10RUN /bin/sh -c a2dismod mpm_event429 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=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.220 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.22.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.22.tar.xz.asc0 B18ENV PHP_SHA256=66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf360 B19RUN /bin/sh -c set -eux;12.1 MB20COPY docker-php-source /usr/local/bin/ # buildkit491 B21RUN /bin/sh -c set -eux;11.12 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 sodium245 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit888 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31RUN /bin/sh -c apt-get update135.31 MB32RUN /bin/sh -c echo "upload_max_filesize230 B33RUN /bin/sh -c rm /etc/apache2/sites-enabled/*186 B34COPY ./000-vhost.conf /etc/apache2/sites-enabled/000-vhost.conf # buildkit419 B35RUN /bin/sh -c a2enmod rewrite384 B36RUN /bin/sh -c docker-php-ext-configure intl191.58 KB37RUN /bin/sh -c docker-php-ext-configure gd181.2 KB38RUN /bin/sh -c docker-php-ext-install pdo108.21 KB39RUN /bin/sh -c docker-php-ext-install curl195.47 KB40RUN /bin/sh -c docker-php-ext-install bz242.8 KB41RUN /bin/sh -c docker-php-ext-install mbstring673.64 KB42RUN /bin/sh -c CFLAGS="-I/usr/src/php" docker-php-ext-install27.2 KB43RUN /bin/sh -c docker-php-ext-configure pcntl15.93 KB44RUN /bin/sh -c docker-php-ext-configure ldap36.69 KB45RUN /bin/sh -c git clone21.48 MB46RUN /bin/sh -c git clone900.51 KB47RUN /bin/sh -c docker-php-ext-install opcache1.28 MB48COPY ./opcache.ini /usr/local/etc/php/conf.d/opcache.ini # buildkit438 B49RUN /bin/sh -c git clone456.15 KB50ARG WITH_XDEBUG=true0 B51ARG XDEBUG_MODE=develop,debug0 B52ARG XDEBUG_CLIENT_HOST=host.docker.internal0 B53RUN |3 WITH_XDEBUG=true XDEBUG_MODE=develop,debug XDEBUG_CLIENT_HOST=host.docker.internal170.03 KB54ENV COMPOSER_ALLOW_SUPERUSER=10 B55RUN |3 WITH_XDEBUG=true XDEBUG_MODE=develop,debug XDEBUG_CLIENT_HOST=host.docker.internal736.76 KB56RUN |3 WITH_XDEBUG=true XDEBUG_MODE=develop,debug XDEBUG_CLIENT_HOST=host.docker.internal391 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'