sha256:e2fa72fe8b35e67b4e32da0e1a2ad9160d6c950716afe492c78d5a14f39da51e
OS/ARCH
Compressed size
173.72 MB
Last pushed
10 months by migbertweb
Type
Image
Manifest digest
sha256:2437721531a2eb33cd7be1eb6b55b7a1d8eaab0f247a7b0b8b0d5ab273fd7cbd
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 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=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B11ENV PHP_VERSION=8.3.270 B12ENV PHP_URL=https://www.php.net/distributions/php-8.3.27.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.27.tar.xz.asc0 B13ENV PHP_SHA256=c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba0 B14RUN /bin/sh -c set -eux;12.15 MB15COPY docker-php-source /usr/local/bin/ # buildkit487 B16RUN /bin/sh -c set -eux;19.27 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache250 B19RUN /bin/sh -c docker-php-ext-enable sodium245 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22RUN /bin/sh -c docker-php-ext-install sockets44.52 KB23RUN /bin/sh -c pecl install1.48 MB24WORKDIR /app93 B25COPY app/ /app # buildkit1.24 KB26CMD ["php" "-S" "0.0.0.0:80" "index.php"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'