sha256:634574de32a209d403244e271cddcef23d2757a9dbafd451a769f456329e9006
OS/ARCH
linux/amd64
Compressed size
252.33 MB
Last pushed
9 months by kaluzki
Type
Image
Manifest digest
sha256:634574de32a209d403244e271cddcef23d2757a9dbafd451a769f456329e9006
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.49 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;224 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.60 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.6.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.6.tar.xz.asc0 B13ENV PHP_SHA256=089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e2256310 B14RUN /bin/sh -c set -eux;13.09 MB15COPY docker-php-source /usr/local/bin/ # buildkit487 B16RUN /bin/sh -c set -eux;38.95 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium242 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21RUN /bin/sh -c apt-get update
apt-get11.29 MB22RUN /bin/sh -c mv /usr/local/bin/php5.07 MB23COPY <<EOF /usr/local/bin/php # buildkit286 B24COPY <<EOF /usr/local/bin/php-dev # buildkit262 B25COPY <<EOF /usr/local/etc/php/conf.d/xdebug.ini # buildkit277 B26COPY /usr/bin/composer /usr/local/bin/composer # buildkit733.03 KB27COPY /usr/bin/rr /usr/local/bin/rr # buildkit18.05 MB28RUN /bin/sh -c chmod +x38.76 MB29RUN /bin/sh -c <<EOF cat1.09 KB30COPY <<EOF /etc/bashrc.d/10-xampp.sh # buildkit728 B31COPY <<EOF /etc/starship.d/starship.toml # buildkit292 B32COPY <<EOF /etc/bashrc.d/90-starship.sh # buildkit291 B33ARG user=app0 B34RUN |1 user=app /bin/sh -c1.21 KB35USER app0 B36WORKDIR /app94 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'