sha256:489465bd03b2cd1be3c7c7df108a33bae387a15cfd1730f59c0a66852b217ded
OS/ARCH
Compressed size
1.01 GB
Last pushed
about 1 month by lalop
Type
Image
Manifest digest
sha256:bb927c627d7b7dd4dc6e8b99609802a5a4ac1d45850c77469b38c40da7e236d6
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;223 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.240 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.24.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.24.tar.xz.asc0 B13ENV PHP_SHA256=e127be09a8506f4327c5cfa78a614b00d210714484ec215ce0011b4a03c007310 B14RUN /bin/sh -c set -eux;13.26 MB15COPY docker-php-source /usr/local/bin/ # buildkit486 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 opcache249 B19RUN /bin/sh -c docker-php-ext-enable sodium244 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app93 B23RUN /bin/sh -c apt-get update171.33 KB24RUN /bin/sh -c set -eux;401 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit889 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 install4.92 KB45COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.14 MB46RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B47ARG user=ninja0 B48ARG php_require=bcmath gd mbstring pdo_mysql0 B49ARG php_suggest=exif imagick intl pcntl0 B50ARG php_extra=opcache0 B51ARG php_amd64=saxon-12.5.00 B52RUN |5 user=ninja php_require=bcmath gd1.08 KB53RUN |5 user=ninja php_require=bcmath gd19.14 MB54RUN |5 user=ninja php_require=bcmath gd564.5 MB55RUN |5 user=ninja php_require=bcmath gd73.83 MB56RUN |5 user=ninja php_require=bcmath gd198 B57COPY php/php.ini /usr/local/etc/php/conf.d/invoiceninja.ini # buildkit554 B58RUN |5 user=ninja php_require=bcmath gd504 B59RUN |5 user=ninja php_require=bcmath gd126 B60RUN |5 user=ninja php_require=bcmath gd160 B61COPY --chown=ninja:ninja /app /app #183.49 MB62COPY --chmod=0755 scripts/init.sh /usr/local/bin/init.sh #1.47 KB63USER ninja0 B64HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost/health]0 B65ENTRYPOINT ["/usr/local/bin/init.sh"]0 B66CMD ["frankenphp" "php-cli" "artisan" "octane:frankenphp"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'