sha256:d5182000d47ccdb94dc30c08667e5a4d83d44e887135d966bb8cd76dc362a5dc
OS/ARCH
Compressed size
320.2 MB
Last pushed
4 days by cliuser
Type
Image
Manifest digest
sha256:84318e76d608a829a25a6fcb1b69569f21d95a6fb87aad7ae584322d9e6eafd8
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.62 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 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.210 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.21.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.21.tar.xz.asc0 B13ENV PHP_SHA256=7cf5d8ab12c3b2016875bcfaec71bef1ef0b07bed6148f2c447577074431f9840 B14RUN /bin/sh -c set -eux;13.19 MB15COPY docker-php-source /usr/local/bin/ # buildkit487 B16RUN /bin/sh -c set -eux;37.64 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache251 B19RUN /bin/sh -c docker-php-ext-enable sodium244 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app92 B23RUN /bin/sh -c apt-get update168.81 KB24RUN /bin/sh -c set -eux;473 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit894 B26RUN /bin/sh -c ln /etc/caddy/Caddyfile38.08 KB27CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B28HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics0 B29ENV XDG_CONFIG_HOME=/config0 B30ENV XDG_DATA_HOME=/data0 B31EXPOSE [80/tcp]0 B32EXPOSE [443/tcp]0 B33EXPOSE [443/udp]0 B34EXPOSE [2019/tcp]0 B35LABEL org.opencontainers.image.title=FrankenPHP0 B36LABEL org.opencontainers.image.description=The modern PHP app0 B37LABEL org.opencontainers.image.url=https://frankenphp.dev0 B38LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B39LABEL org.opencontainers.image.licenses=MIT0 B40LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B41ENV GODEBUG=cgocheck=00 B42COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit171.16 KB43RUN /bin/sh -c apt-get install4.24 KB44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit16.61 MB45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B47LABEL org.opencontainers.image.version=2.00 B48LABEL org.opencontainers.image.description=This file generates a0 B49LABEL org.opencontainers.image.vendor=ERF Medien e.V.0 B50ARG NODE_VERSION=200 B51COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit17.41 MB52COPY ./config/custom.ini /usr/local/etc/php/conf.d/custom.ini # buildkit379 B53COPY ./config/apcu.ini /usr/local/etc/php/conf.d/apcu.ini # buildkit256 B54COPY ./config/opcache.ini /usr/local/etc/php/conf.d/opcache.ini # buildkit359 B55COPY ./config/.bashrc /etc/bash.bashrc # buildkit940 B56SHELL [/bin/bash -o pipefail -c]0 B57ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ #38.42 KB58RUN |1 NODE_VERSION=20 /bin/bash -o114.48 MBCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'