sha256:517d87774e96ca731e62f4999658fbf29be2ae91c40191ca90be53f400d25efd
OS/ARCH
Compressed size
810.22 MB
Last pushed
7 months by jefriherditriyanto
Type
Image
Manifest digest
sha256:a5037d6ea9f5fca493c6776b68d9336fcdf83949f303fb06ca92c249f2c82fc8
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.06 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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B11ENV PHP_VERSION=8.5.30 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.3.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.3.tar.xz.asc0 B13ENV PHP_SHA256=ce65725b8af07356b69a6046d21487040b11f2acfde786de38b2bfb712c36eb90 B14RUN /bin/sh -c set -eux;13.81 MB15COPY docker-php-source /usr/local/bin/ # buildkit491 B16RUN /bin/sh -c set -eux;25.07 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable sodium245 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21WORKDIR /app92 B22RUN /bin/sh -c apt-get update173.9 KB23RUN /bin/sh -c set -eux;472 B24COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit891 B25RUN /bin/sh -c ln /etc/caddy/Caddyfile36.63 KB26CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B27HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics0 B28ENV XDG_CONFIG_HOME=/config0 B29ENV XDG_DATA_HOME=/data0 B30EXPOSE [80/tcp]0 B31EXPOSE [443/tcp]0 B32EXPOSE [443/udp]0 B33EXPOSE [2019/tcp]0 B34LABEL org.opencontainers.image.title=FrankenPHP0 B35LABEL org.opencontainers.image.description=The modern PHP app0 B36LABEL org.opencontainers.image.url=https://frankenphp.dev0 B37LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B38LABEL org.opencontainers.image.licenses=MIT0 B39LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B40ENV GODEBUG=cgocheck=00 B41COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit168.53 KB42RUN /bin/sh -c apt-get install4.75 KB43COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit16.49 MB44RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B45ENV DEBIAN_FRONTEND=noninteractive0 B46RUN /bin/sh -c apt-get update176.03 MB47RUN /bin/sh -c docker-php-ext-configure gd584.25 KB48RUN /bin/sh -c pecl install9.76 MB49COPY /usr/bin/composer /usr/bin/composer # buildkit759.28 KB50COPY /usr/local/bin/node /usr/local/bin/node # buildkit42.9 MB51COPY /usr/local/bin/npm /usr/local/bin/npm # buildkit226 B52COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit2.36 MB53RUN /bin/sh -c curl -fsSL38.1 MB54RUN /bin/sh -c curl -fsSL46.11 MB55RUN /bin/sh -c curl -fsSL57.37 MB56RUN /bin/sh -c curl -fsSL246.73 MB57WORKDIR /app32 B58COPY Caddyfile /etc/frankenphp/Caddyfile # buildkit236 B59COPY entrypoint.sh /entrypoint.sh # buildkit1.33 KB60RUN /bin/sh -c chmod +x1.33 KB61EXPOSE [80/tcp]0 B62EXPOSE [8080/tcp]0 B63HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:80/0 B64ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'