sha256:dc49ea0c5b6985288b6eac8eb3c08984a6d1df29bc6e3522b8d9400bde983a55
OS/ARCH
linux/amd64
Compressed size
244.52 MB
Last pushed
15 days by deinerdmas
Type
Image
Manifest digest
sha256:18e7818146fef232942179966d945512c1dae1b4bdbe95574d1cc549d883b5ea
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;115.22 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;227 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.250 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.25.tar.xz.asc0 B13ENV PHP_SHA256=dc1ad8b4109898d9db49744450403874858c23efc685b1032a50bd1e839068480 B14RUN /bin/sh -c set -eux;13.26 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;22.9 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 sodium247 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app92 B23RUN /bin/sh -c apt-get update145.77 KB24RUN /bin/sh -c set -eux;400 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit887 B26COPY package/content/index.php /app/public/index.php # buildkit33.03 KB27RUN /bin/sh -c ln /etc/caddy/Caddyfile39.12 KB28CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B29HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:2019/metrics0 B30ENV XDG_CONFIG_HOME=/config0 B31ENV XDG_DATA_HOME=/data0 B32EXPOSE [80/tcp]0 B33EXPOSE [443/tcp]0 B34EXPOSE [443/udp]0 B35EXPOSE [2019/tcp]0 B36LABEL org.opencontainers.image.title=FrankenPHP0 B37LABEL org.opencontainers.image.description=The modern PHP app0 B38LABEL org.opencontainers.image.url=https://frankenphp.dev0 B39LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B40LABEL org.opencontainers.image.licenses=MIT0 B41LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B42ENV GODEBUG=cgocheck=00 B43COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit175.47 KB44RUN /bin/sh -c apt-get install2.84 KB45COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.15 MB46RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B47RUN /bin/sh -c install-php-extensions 26.66 MB48WORKDIR /app32 B49COPY . . # buildkit12.83 MB50COPY /app/vendor ./vendor # buildkit5.38 MB51COPY /app/public/build ./public/build # buildkit305.7 KB52COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit416 B53RUN /bin/sh -c sed -i25.15 KB54ENV SERVER_NAME=:80800 B55EXPOSE [8080/tcp]0 B56HEALTHCHECK &{["CMD-SHELL" "curl -f http://127.0.0.1:8080/up0 B57ENTRYPOINT ["entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'