sha256:8aa88cf116b3d38245a20fd6a1812d7ce13d33dff8788cfc6c39f0f2be09a947
OS/ARCH
linux/amd64
Compressed size
278.64 MB
Last pushed
23 days by skyred
Type
Image
Manifest digest
sha256:8aa88cf116b3d38245a20fd6a1812d7ce13d33dff8788cfc6c39f0f2be09a947
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;115.22 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.250 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.25.tar.xz.asc0 B13ENV PHP_SHA256=dc1ad8b4109898d9db49744450403874858c23efc685b1032a50bd1e839068480 B14RUN /bin/sh -c set -eux;13.26 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 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 opcache251 B19RUN /bin/sh -c docker-php-ext-enable sodium247 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app92 B23RUN /bin/sh -c apt-get update145.77 KB24RUN /bin/sh -c set -eux;400 B25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit887 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 install2.84 KB45COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.15 MB46RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B47RUN /bin/sh -c apt-get update44.24 MB48RUN /bin/sh -c install-php-extensions 10.44 MB49COPY /opt/drupal /opt/drupal # buildkit22.5 MB50COPY /usr/local/etc/php/conf.d/* /usr/local/etc/php/conf.d/ # buildkit561 B51COPY /composer /usr/local/bin/ # buildkit813.45 KB52RUN /bin/sh -c pecl install1.31 MB53RUN /bin/sh -c { 360 B54ENV COMPOSER_ALLOW_SUPERUSER=10 B55WORKDIR /opt/drupal32 B56COPY Caddyfile /etc/frankenphp/Caddyfile # buildkit890 B57RUN /bin/sh -c set -eux;22.01 KB58RUN /bin/sh -c cd /var/log176 B59ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/drupal/vendor/bin0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'