sha256:0298bb49019b2f625be62076dd6171543065576f5674a7da3ea8ea6e6b886f43
OS/ARCH
linux/amd64
Compressed size
221.62 MB
Last pushed
9 months by kaluzki
Type
Image
Manifest digest
sha256:0298bb49019b2f625be62076dd6171543065576f5674a7da3ea8ea6e6b886f43
Image Layers
1# debian.sh --arch 'amd64' out/26.9 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.50 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.5.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.5.tar.xz.asc0 B13ENV PHP_SHA256=0d3270bbce4d9ec617befce52458b763fd461d475f1fe2ed878bb8573faed3270 B14RUN /bin/sh -c set -eux;13.08 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;28.88 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.98 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B25RUN /bin/sh -c 17.35 MB26ARG xdebug=stable0 B27RUN |1 xdebug=stable /bin/sh -c1.61 MB28COPY /etc/bash.bashrc /etc/bash.bashrc # buildkit1.09 KB29COPY /etc/xampp.d/ /etc/xampp.d/ # buildkit1.09 KB30COPY /etc/gitconfig /etc/gitconfig # buildkit394 B31COPY /usr/local/bin/starship /usr/local/bin/starship # buildkit4.88 MB32COPY /usr/bin/composer /usr/local/bin/composer # buildkit758.18 KB33COPY /usr/bin/rr /usr/local/bin/rr # buildkit18.49 MB34RUN |1 xdebug=stable /bin/sh -c5.72 KB35ARG user=app0 B36ARG uid=10000 B37RUN |3 xdebug=stable user=app uid=10001.21 KB38RUN |3 xdebug=stable user=app uid=10005.09 MB39COPY --chmod=755 <<EOF /usr/local/bin/php #284 B40COPY --chmod=755 <<EOF /usr/local/bin/php-dev #307 B41COPY <<EOF /usr/local/etc/php/conf.d/xdebug.ini # buildkit331 B42COPY <<EOF /usr/local/etc/php-fpm.d/zz-xampp.conf # buildkit274 B43RUN |3 xdebug=stable user=app uid=10005.09 MB44COPY --chmod=755 <<EOF /usr/local/sbin/php-fpm #287 B45COPY --chmod=755 <<EOF /usr/local/sbin/php-fpm-dev #284 B46USER app0 B47WORKDIR /app94 B48ENV PHP_IDE_CONFIG=serverName=app.localhost0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'