Sign inSign up

aapjeisbaas/wp-frankenphp:v0.1.0

Manifest digest

sha256:ef8bebb681bdfd02cb2f634d6c1b42ded1eb93c1483fa58ef96e0fbf4c27b801

OS/ARCH

linux/amd64

Compressed size

247.82 MB

Last pushed

4 months by aapjeisbaas

Type

Image

Manifest digest

sha256:ef8bebb681bdfd02cb2f634d6c1b42ded1eb93c1483fa58ef96e0fbf4c27b801

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;224 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.200 B
12ENV PHP_URL=https://www.php.net/distributions/php-8.4.20.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.20.tar.xz.asc0 B
13ENV PHP_SHA256=e454c6f7c89a42f41ebb06dc5c3578e8c8b5f1a3f0da6675665affab04e221f70 B
14RUN /bin/sh -c set -eux;13.19 MB
15COPY docker-php-source /usr/local/bin/ # buildkit488 B
16RUN /bin/sh -c set -eux;22.65 MB
17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB
18RUN /bin/sh -c docker-php-ext-enable opcache249 B
19RUN /bin/sh -c docker-php-ext-enable sodium242 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21CMD ["php" "-a"]0 B
22WORKDIR /app93 B
23RUN /bin/sh -c apt-get update171.28 KB
24RUN /bin/sh -c set -eux;471 B
25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit891 B
26RUN /bin/sh -c ln /etc/caddy/Caddyfile37.98 KB
27CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B
28HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics0 B
29ENV XDG_CONFIG_HOME=/config0 B
30ENV XDG_DATA_HOME=/data0 B
31EXPOSE [80/tcp]0 B
32EXPOSE [443/tcp]0 B
33EXPOSE [443/udp]0 B
34EXPOSE [2019/tcp]0 B
35LABEL org.opencontainers.image.title=FrankenPHP0 B
36LABEL org.opencontainers.image.description=The modern PHP app0 B
37LABEL org.opencontainers.image.url=https://frankenphp.dev0 B
38LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B
39LABEL org.opencontainers.image.licenses=MIT0 B
40LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B
41ENV GODEBUG=cgocheck=00 B
42COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit175.5 KB
43RUN /bin/sh -c apt-get install4.94 KB
44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit18.22 MB
45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B
46RUN /bin/sh -c apt-get update48.64 MB
47RUN /bin/sh -c docker-php-ext-install bcmath361.91 KB
48RUN /bin/sh -c pecl install2.17 MB
49RUN /bin/sh -c curl -sSL1.42 MB
50COPY 99-custom.ini /usr/local/etc/php/conf.d/99-custom.ini # buildkit436 B
51COPY auto-start.sh /auto-start.sh # buildkit1.36 KB
52RUN /bin/sh -c chmod +x1.4 KB
53ENTRYPOINT ["/auto-start.sh"]0 B
54CMD ["frankenphp" "run" "--config" "/etc/frankenphp/Caddyfile"0 B
55ENV SERVER_NAME=:80800 B
56RUN /bin/sh -c chown -R151 B
57EXPOSE [8080/tcp]0 B

Command

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