sha256:2e33df17a57c972904937cf4f0b60da332e62f978c528a4d34973182f938000b
OS/ARCH
Compressed size
219.75 MB
Last pushed
over 1 year by caelumek
Type
Image
Manifest digest
sha256:e709510336cd47e37e3f344d9d44c6f921237cbdd633c090bb0f0cf25e142492
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=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B11ENV PHP_VERSION=8.2.270 B12ENV PHP_URL=https://www.php.net/distributions/php-8.2.27.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.27.tar.xz.asc0 B13ENV PHP_SHA256=3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b0 B14RUN /bin/sh -c set -eux;11.69 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;26.27 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.97 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.84 MB29COPY ./../config/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit538 B30COPY ./../config/php/scripts/ /usr/local/bin/ # buildkit402 B31RUN /bin/sh -c chmod +x428 B32COPY /usr/bin/caddy /usr/bin/caddy # buildkit12.92 MB33RUN /bin/sh -c apt update12.11 MB34COPY ./config/caddy/ /etc/caddy/ # buildkit268 B35COPY ./config/supervisor/ /etc/supervisor/conf.d/ # buildkit343 B36EXPOSE map[80/tcp:{}]0 B37CMD ["/usr/bin/supervisord"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1734912000'