sha-fd6323b
sha256:83593943f26fdb60f88997ce2dbcec113e3fe0b963a07ec8a05d5f2646ca59d4
OS/ARCH
Compressed size
445.13 MB
Last pushed
about 1 year by rpungello
Type
Image
Manifest digest
sha256:6804fda28ffa86300243570ccbc9c901942695be0f879c2c25292f9c57f72b1a
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.33 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.20 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.2.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.2.tar.xz.asc0 B13ENV PHP_SHA256=92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e010 B14RUN /bin/sh -c set -eux;13.04 MB15COPY docker-php-source /usr/local/bin/ # buildkit492 B16RUN /bin/sh -c set -eux;39.06 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium248 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21WORKDIR /app93 B22RUN /bin/sh -c apt-get update165.5 KB23RUN /bin/sh -c set -eux;456 B24COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit742 B25RUN /bin/sh -c curl -sSLf32.78 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/ # buildkit129.35 KB42RUN /bin/sh -c apt-get install4.3 KB43COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit15.24 MB44RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B45COPY /usr/bin/composer /usr/bin/composer # buildkit735.08 KB46COPY entrypoint.sh /usr/local/bin/docker-php-entrypoint # buildkit610 B47ENV SERVER_NAME=:800 B48RUN /bin/sh -c apt-get update160.04 MB49ARG VERSION=1.0.20 B50ENV APP_VERSION=1.0.20 B51COPY . /app # buildkit96.02 KB52RUN |1 VERSION=1.0.2 /bin/sh -c90.36 MB53HEALTHCHECK &{["CMD-SHELL" "php artisan status"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'