Sign inSign up

druidfi/frankenphp:1.12.6-php8.4.23

Multi-platform
Index digest

sha256:b95a8a06733dae1f7293af7cbfcf89f2d65bb51b0ba1d8e9cf0cd1a678a3eb08

OS/ARCH

Compressed size

246.64 MB

Last pushed

about 2 months by back295

Type

Image

Manifest digest

sha256:39a7ddadb9b99d314a47eade2c2acd242873501533d9f630d81ad01bd5d06a66

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2RUN /bin/sh -c set -eux;224 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;112.38 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;226 B
7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
10ENV GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B
11ENV PHP_VERSION=8.4.230 B
12ENV PHP_URL=https://www.php.net/distributions/php-8.4.23.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.23.tar.xz.asc0 B
13ENV PHP_SHA256=1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a720 B
14RUN /bin/sh -c set -eux;13.24 MB
15COPY docker-php-source /usr/local/bin/ # buildkit485 B
16RUN /bin/sh -c set -eux;22.88 MB
17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB
18RUN /bin/sh -c docker-php-ext-enable opcache250 B
19RUN /bin/sh -c docker-php-ext-enable sodium244 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21CMD ["php" "-a"]0 B
22WORKDIR /app93 B
23RUN /bin/sh -c apt-get update171.41 KB
24RUN /bin/sh -c set -eux;417 B
25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit894 B
26COPY package/content/index.php /app/public/index.php # buildkit33.03 KB
27RUN /bin/sh -c ln /etc/caddy/Caddyfile39.14 KB
28CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B
29HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:2019/metrics0 B
30ENV XDG_CONFIG_HOME=/config0 B
31ENV XDG_DATA_HOME=/data0 B
32EXPOSE [80/tcp]0 B
33EXPOSE [443/tcp]0 B
34EXPOSE [443/udp]0 B
35EXPOSE [2019/tcp]0 B
36LABEL org.opencontainers.image.title=FrankenPHP0 B
37LABEL org.opencontainers.image.description=The modern PHP app0 B
38LABEL org.opencontainers.image.url=https://frankenphp.dev0 B
39LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B
40LABEL org.opencontainers.image.licenses=MIT0 B
41LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B
42ENV GODEBUG=cgocheck=00 B
43COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit175.5 KB
44RUN /bin/sh -c apt-get install4.96 KB
45COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.14 MB
46RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B
47ENV APP_ENV=dev0 B
48ENV XDEBUG_MODE=off0 B
49ENV FRANKENPHP_WORKER_CONFIG=watch0 B
50WORKDIR /app32 B
51VOLUME [/app/var/]0 B
52RUN /bin/sh -c set -eux;50.17 MB
53ENV COMPOSER_ALLOW_SUPERUSER=10 B
54ENV MERCURE_TRANSPORT_URL=bolt:///data/mercure.db0 B
55ENV PHP_INI_SCAN_DIR=:/usr/local/etc/php/app.conf.d0 B
56ENV PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/app/vendor/bin:/root/.composer/vendor/bin0 B
57COPY frankenphp/conf.d/10-app.ini /usr/local/etc/php/app.conf.d/ # buildkit431 B
58COPY --chmod=755 frankenphp/docker-entrypoint.sh /usr/local/bin/docker-entrypoint #880 B
59COPY frankenphp/Caddyfile /etc/frankenphp/Caddyfile # buildkit844 B
60COPY frankenphp/.bashrc /root/.bashrc # buildkit381 B
61COPY frankenphp/all.jsonc /root/.config/fastfetch/all.jsonc # buildkit438 B
62ENTRYPOINT ["docker-entrypoint"]0 B
63HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:2019/metrics0 B
64CMD ["frankenphp" "run" "--config" "/etc/frankenphp/Caddyfile"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'