sha256:0e8eaa4631510d343c828b585632ebd45bfb44ad4231cd2dd88c18f01bd0acad
OS/ARCH
Compressed size
967.59 MB
Last pushed
3 months by lalop
Type
Image
Manifest digest
sha256:a0c3a22fc61a361dfd62f95a1cbc0247c713a2265bebc2c96673456ebb6c0846
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.07 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;224 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.220 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.22.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.22.tar.xz.asc0 B13ENV PHP_SHA256=696c0f6ad92e94c59059c1eb6e300842b8d050934226efcdf00f2a413cb083cf0 B14RUN /bin/sh -c set -eux;13.24 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;22.49 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 sodium246 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app93 B23RUN /bin/sh -c apt-get update173.98 KB24RUN /bin/sh -c set -eux;471 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit895 B26RUN /bin/sh -c ln /etc/caddy/Caddyfile39.14 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/ # buildkit168.53 KB43RUN /bin/sh -c apt-get install4.7 KB44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit17.2 MB45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B46ARG user=ninja0 B47ARG php_require=bcmath gd mbstring pdo_mysql0 B48ARG php_suggest=exif imagick intl pcntl0 B49ARG php_extra=opcache0 B50ARG php_amd64=saxon-12.5.00 B51RUN |5 user=ninja php_require=bcmath gd1.08 KB52RUN |5 user=ninja php_require=bcmath gd17.2 MB53RUN |5 user=ninja php_require=bcmath gd526.57 MB54RUN |5 user=ninja php_require=bcmath gd51.65 MB55RUN |5 user=ninja php_require=bcmath gd201 B56COPY php/php.ini /usr/local/etc/php/conf.d/invoiceninja.ini # buildkit556 B57RUN |5 user=ninja php_require=bcmath gd502 B58RUN |5 user=ninja php_require=bcmath gd124 B59RUN |5 user=ninja php_require=bcmath gd160 B60COPY --chown=ninja:ninja /app /app #185.03 MB61COPY --chmod=0755 scripts/init.sh /usr/local/bin/init.sh #1.47 KB62USER ninja0 B63HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost/health]0 B64ENTRYPOINT ["/usr/local/bin/init.sh"]0 B65CMD ["frankenphp" "php-cli" "artisan" "octane:frankenphp"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'