sha256:966b65ae17998018561ae28ada7668d50ef1fcf545d8caf8bf8032250dc09f69
OS/ARCH
linux/amd64
Compressed size
428.44 MB
Last pushed
5 months by bradymiller
Type
Image
Manifest digest
sha256:9b399bb737fd1bf0b829b60b7d67429922eb92388835b976c77604606a79be8a
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.33 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;227 B7ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi0 B8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B11RUN /bin/sh -c set -eux;14.23 MB12COPY data/docker-php-source /usr/local/bin/ # buildkit493 B13RUN /bin/sh -c set -eux;20.17 MB14COPY data/docker-php-ext-* data/docker-php-entrypoint /usr/local/bin/ #2.15 KB15RUN /bin/sh -c docker-php-ext-enable sodium246 B16ENTRYPOINT ["docker-php-entrypoint"]0 B17WORKDIR /var/www/html32 B18COPY data/php.ini /usr/local/etc/php/php.ini # buildkit371 B19RUN /bin/sh -c set -eux;8.84 KB20STOPSIGNAL SIGQUIT0 B21RUN /bin/sh -c set -x32 B22EXPOSE [9000/tcp]0 B23CMD ["php-fpm"]0 B24RUN /bin/sh -c apt-get update87.6 MB25RUN /bin/sh -c curl -sL69.91 MB26RUN /bin/sh -c apt-get update82.58 MB27RUN /bin/sh -c apt-get update1014.36 KB28ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ # buildkit37.1 KB29RUN /bin/sh -c chmod uga+x12.15 MB30RUN /bin/sh -c usermod -u491 B31COPY php.ini /usr/local/etc/php/php.ini # buildkit22.29 KB32COPY xdebug.sh /usr/share/nginx/html/xdebug.sh # buildkit1.73 KB33RUN /bin/sh -c chmod +x1.73 KBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'