sha256:3234759ecc13675e59bc41f6dd0b8dd99330167695c558ba795ee7ed92bcfe56
OS/ARCH
Compressed size
323.07 MB
Last pushed
about 1 year by dimenziokft
Type
Image
Manifest digest
sha256:af914b710ddc7738d1af202438c325d22eb7aaa8ad6411e9a6852f78b1017332
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.58 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 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_event428 B11RUN /bin/sh -c { echo481 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/ # buildkit488 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 opcache253 B24RUN /bin/sh -c docker-php-ext-enable sodium247 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit894 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31RUN /bin/sh -c apt-get update133.32 MB32RUN /bin/sh -c echo "upload_max_filesize233 B33RUN /bin/sh -c rm /etc/apache2/sites-enabled/*186 B34COPY ./000-vhost.conf /etc/apache2/sites-enabled/000-vhost.conf # buildkit418 B35RUN /bin/sh -c a2enmod rewrite381 B36RUN /bin/sh -c docker-php-ext-configure intl192.07 KB37RUN /bin/sh -c docker-php-ext-configure gd177.04 KB38RUN /bin/sh -c docker-php-ext-install pdo106.11 KB39RUN /bin/sh -c docker-php-ext-install curl188.73 KB40RUN /bin/sh -c docker-php-ext-install bz241.89 KB41RUN /bin/sh -c docker-php-ext-install mbstring667.3 KB42RUN /bin/sh -c CFLAGS="-I/usr/src/php" docker-php-ext-install26.52 KB43RUN /bin/sh -c docker-php-ext-configure pcntl15.56 KB44RUN /bin/sh -c docker-php-ext-configure ldap35.79 KB45RUN /bin/sh -c git clone21.48 MB46RUN /bin/sh -c git clone900.08 KB47RUN /bin/sh -c docker-php-ext-install opcache1.9 MB48COPY ./opcache.ini /usr/local/etc/php/conf.d/opcache.ini # buildkit442 B49RUN /bin/sh -c git clone424.5 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.internal163.1 KB54ENV COMPOSER_ALLOW_SUPERUSER=10 B55RUN |3 WITH_XDEBUG=true XDEBUG_MODE=develop,debug XDEBUG_CLIENT_HOST=host.docker.internal736.77 KB56RUN |3 WITH_XDEBUG=true XDEBUG_MODE=develop,debug XDEBUG_CLIENT_HOST=host.docker.internal393 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1749513600'