sha256:155a373b158b5a421cc1108502206bdbd1168e23440eaa819a2249aa9626d12e
OS/ARCH
linux/amd64
Compressed size
368.75 MB
Last pushed
3 days by semhoun
Type
Image
Manifest digest
sha256:0f5df3afb69380446d299053303c60af0574f01fb872a4b11a3b21f2aa0908e9
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B11ENV PHP_VERSION=8.5.90 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.9.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.9.tar.xz.asc0 B13ENV PHP_SHA256=0db7855f25bcd0ab1d592cdb35e284d6f6a5d2ae0f6f621122e364cc39b708f40 B14RUN /bin/sh -c set -eux;13.9 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;26 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium246 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21WORKDIR /app92 B22RUN /bin/sh -c apt-get update145.77 KB23RUN /bin/sh -c set -eux;400 B24COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit887 B25COPY package/content/index.php /app/public/index.php # buildkit33.03 KB26RUN /bin/sh -c ln /etc/caddy/Caddyfile39.12 KB27CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B28HEALTHCHECK {Test:[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/ # buildkit175.47 KB43RUN /bin/sh -c apt-get install2.84 KB44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.15 MB45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B46COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit18.33 MB47ENV DEBIAN_FRONTEND=noninteractive TERM=linux0 B48RUN /bin/sh -c apt-get update79.39 MB49RUN /bin/sh -c mkdir -p531 B50ARG VERSION=dev0 B51COPY docker/rootfs / # buildkit233.53 KB52COPY LICENSE composer.json composer.lock console64.38 KB53COPY config /opt/www/config # buildkit10.98 KB54COPY migrations /opt/www/migrations # buildkit4.53 KB55COPY public /opt/www/public # buildkit3.57 MB56COPY src /opt/www/src # buildkit261.43 KB57COPY tmpl /opt/www/tmpl # buildkit6.13 KB58COPY frontend/shell.html /opt/www/frontend/shell.html # buildkit724 B59COPY /app/vendor /opt/www/vendor # buildkit48.07 MB60COPY /src/public/build /opt/www/public/build # buildkit125.26 KB61COPY /src/public/js/embed.js /opt/www/public/js/embed.js # buildkit127.13 KB62ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBUG_MODE=false0 B63RUN |1 VERSION=2.1.0 /bin/sh -c18.34 MB64VOLUME [/opt/data /opt/addons]0 B65WORKDIR /opt/www32 B66EXPOSE map[443/tcp:{} 80/tcp:{}]0 B67HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost/health0 B68ENTRYPOINT ["/opt/bin/entrypoint.sh"]0 B69CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'