sha256:7054cfb8ce6c9c0ec9a093c1bb74c95c4ffe87da832e1c5600ecb957f5a9047f
OS/ARCH
Compressed size
195.29 MB
Last pushed
over 1 year by caelumek
Type
Image
Manifest digest
sha256:e3735f10360cb219667171f5f09405f437b932adf44bb9741136260e55ec361c
Image Layers
1# debian.sh --arch 'arm64' out/26.76 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.4 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B10ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B11ENV PHP_VERSION=8.3.150 B12ENV PHP_URL=https://www.php.net/distributions/php-8.3.15.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.15.tar.xz.asc0 B13ENV PHP_SHA256=3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f0 B14RUN /bin/sh -c set -eux;12.05 MB15COPY docker-php-source /usr/local/bin/ # buildkit487 B16RUN /bin/sh -c set -eux;26.48 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium245 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;8.96 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B25ENV COMPOSER_ALLOW_SUPERUSER=10 B26COPY /usr/bin/composer /usr/bin/composer # buildkit724.83 KB27COPY /usr/bin/install-php-extensions /usr/local/bin/ # buildkit32.78 KB28RUN /bin/sh -c apt update35.85 MB29COPY ./../config/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit536 B30COPY ./../config/php/scripts/ /usr/local/bin/ # buildkit401 B31RUN /bin/sh -c chmod +x427 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1734912000'