sha256:32689fcd9638828a92b57bde230eb8622e18102236a076e365ec7e8607476e52
OS/ARCH
linux/amd64
Compressed size
416.79 MB
Last pushed
10 months by idcttech
Type
Image
Manifest digest
sha256:32689fcd9638828a92b57bde230eb8622e18102236a076e365ec7e8607476e52
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.5 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.150 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.15.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.15.tar.xz.asc0 B13ENV PHP_SHA256=a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e0 B14RUN /bin/sh -c set -eux;13.13 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;37.83 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable opcache252 B19RUN /bin/sh -c docker-php-ext-enable sodium247 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app93 B23RUN /bin/sh -c apt-get update165.77 KB24RUN /bin/sh -c set -eux;472 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit948 B26RUN /bin/sh -c ln /etc/caddy/Caddyfile36.09 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/ # buildkit149.84 KB43RUN /bin/sh -c apt-get install4.27 KB44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit17.07 MB45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B46COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit16.9 MB47ENV GODEBUG=cgocheck=00 B48ENV GOMEMLIMIT=512MiB0 B49ARG USER=10000 B50WORKDIR /app32 B51VOLUME [/etc/secrets]0 B52VOLUME [/var/applog]0 B53VOLUME [/etc/caddy/]0 B54RUN |1 USER=1000 /bin/sh -c16.9 MB55RUN |1 USER=1000 /bin/sh -c242 B56RUN |1 USER=1000 /bin/sh -c11.67 MB57RUN |1 USER=1000 /bin/sh -c176.54 MB58USER 10000 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'