sha256:523245be810aae69730b5791f708ff59c1d3857b239e97cdb8ec5388d6f643bf
OS/ARCH
linux/amd64
Compressed size
453.99 MB
Last pushed
about 17 hours by openemrbot
Type
Image
Manifest digest
sha256:266491fa9f5bced8e63acca9a49281f833a8e5441245eb2dacc600fb880e88a8
Image Layers
1# debian.sh --arch 'amd64' out/28.45 MB2RUN /bin/sh -c set -eux;225 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;225 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.65 MB12COPY data/docker-php-source /usr/local/bin/ # buildkit492 B13RUN /bin/sh -c set -eux;20.9 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.84 MB25RUN /bin/sh -c curl -sL71.53 MB26ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ # buildkit39.51 KB27RUN /bin/sh -c chmod uga+x39.5 KB28RUN /bin/sh -c failed=""; 87.39 MB29RUN /bin/sh -c apt-get update20.39 MB30RUN /bin/sh -c apt-get update1.18 MB31RUN /bin/sh -c apt-get update45.9 KB32RUN /bin/sh -c install-php-extensions bcmath9.16 MB33RUN /bin/sh -c usermod -u493 B34COPY php-ini/php.ini /usr/local/etc/php/php.ini # buildkit22.28 KB35COPY xdebug.sh /usr/share/nginx/html/xdebug.sh # buildkit1.73 KB36RUN /bin/sh -c chmod +x1.72 KBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'