sha256:1d4eed1428ff617f2385bc81ca157bd55aceac0c07853f0e9b14df2bf53d52d4
OS/ARCH
Compressed size
561.17 MB
Last pushed
18 days by lycheebot
Type
Image
Manifest digest
sha256:e595de5cc53830094863d4352d0855d7389d06f58a80ac870fb345dcca762c4a
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=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.89 MB15COPY docker-php-source /usr/local/bin/ # buildkit485 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 sodium242 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21WORKDIR /app92 B22RUN /bin/sh -c apt-get update145.82 KB23RUN /bin/sh -c set -eux;415 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.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/ # buildkit175.49 KB43RUN /bin/sh -c apt-get install2.86 KB44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.15 MB45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B46ARG USER=appuser0 B47LABEL maintainer=lycheeorg0 B48LABEL org.opencontainers.image.title=Lychee0 B49LABEL org.opencontainers.image.description=Self-hosted photo management system0 B50LABEL org.opencontainers.image.authors=LycheeOrg0 B51LABEL org.opencontainers.image.vendor=LycheeOrg0 B52LABEL org.opencontainers.image.source=https://github.com/LycheeOrg/Lychee0 B53LABEL org.opencontainers.image.url=https://lycheeorg.github.io0 B54LABEL org.opencontainers.image.documentation=https://lycheeorg.dev/docs0 B55LABEL org.opencontainers.image.licenses=MIT0 B56LABEL org.opencontainers.image.base.name=dunglas/frankenphp:php8.5-trixie0 B57RUN |1 USER=appuser /bin/sh -c216.86 MB58WORKDIR /app32 B59COPY --chown=www-data:www-data . . #123.43 MB60COPY --chown=www-data:www-data /app/vendor ./vendor #15.55 MB61COPY --chown=www-data:www-data /app/public/build ./public/build #4.68 MB62COPY --chown=www-data:www-data /app/public/embed ./public/embed #239.15 KB63RUN |1 USER=appuser /bin/sh -c196.31 KB64COPY docker/scripts/00-conf-check.sh /usr/local/bin/00-conf-check.sh # buildkit444 B65COPY docker/scripts/01-validate-env.sh /usr/local/bin/01-validate-env.sh # buildkit2.34 KB66COPY docker/scripts/02-dump-env.sh /usr/local/bin/02-dump-env.sh # buildkit1.81 KB67COPY docker/scripts/03-db-check.sh /usr/local/bin/03-db-check.sh # buildkit757 B68COPY docker/scripts/04-user-setup.sh /usr/local/bin/04-user-setup.sh # buildkit658 B69COPY docker/scripts/05-permissions-check.sh /usr/local/bin/05-permissions-check.sh # buildkit1.04 KB70COPY docker/scripts/create-admin-user.sh /usr/local/bin/create-admin-user.sh # buildkit767 B71COPY docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit2.64 KB72RUN |1 USER=appuser /bin/sh -c6.5 KB73EXPOSE [8000/tcp]0 B74ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B75HEALTHCHECK {Test:[CMD sh -c curl0 B76CMD ["php" "artisan" "octane:start" "--server=frankenphp"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'