sha-760bdeb
sha256:0d94b280a44c748c23be61ff434d043910f3439a2e2acd841903a12c604f0904
OS/ARCH
Compressed size
399.75 MB
Last pushed
about 1 year by rpungello
Type
Image
Manifest digest
sha256:c98294e0ef823b63592e02e2deb62197ba44f09e6666df8f6de4283cd9c67515
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 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.60 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.6.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.6.tar.xz.asc0 B13ENV PHP_SHA256=089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e2256310 B14RUN /bin/sh -c set -eux;13.09 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;39.11 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium246 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21WORKDIR /app93 B22RUN /bin/sh -c apt-get update165.52 KB23RUN /bin/sh -c set -eux;456 B24COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit742 B25RUN /bin/sh -c curl -sSLf33.35 KB26CMD ["--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]0 B27HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics0 B28ENV XDG_CONFIG_HOME=/config0 B29ENV XDG_DATA_HOME=/data0 B30EXPOSE map[80/tcp:{}]0 B31EXPOSE map[443/tcp:{}]0 B32EXPOSE map[443/udp:{}]0 B33EXPOSE map[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/dunglas/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/ # buildkit135.83 KB42RUN /bin/sh -c apt-get install4.32 KB43COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit15.99 MB44RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B45COPY /usr/bin/composer /usr/bin/composer # buildkit733 KB46ENV SERVER_NAME=:800 B47COPY . /app # buildkit103.55 KB48RUN /bin/sh -c apt-get update204 MB49HEALTHCHECK &{["CMD-SHELL" "php artisan status"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'