sha256:eff10a77ae67dee10772cc72aeeb55e67683a7304f314d8ddf9bc51a1213184c
OS/ARCH
linux/arm64
Compressed size
310.28 MB
Last pushed
3 days by caelumek
Type
Image
Manifest digest
sha256:8f896844ac004307539f58c881a7d1ebdc21ee302d14b67b456175b08a759abd
Image Layers
1# debian.sh --arch 'arm64' out/28.79 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.07 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 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/ # buildkit486 B16RUN /bin/sh -c set -eux;22.51 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 sodium246 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22WORKDIR /app92 B23RUN /bin/sh -c apt-get update149.27 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/Caddyfile40.19 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/ # buildkit168.5 KB44RUN /bin/sh -c apt-get install2.84 KB45COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit17.45 MB46RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B47ARG DEBIAN_FRONTEND=noninteractive0 B48ENV TZ=Europe/Warsaw COMPOSER_ALLOW_SUPERUSER=1 SERVER_NAME=:80 MAX_REQUESTS=5000 B49RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c43.3 MB50ENV LANG=pl_PL.UTF-8 LC_ALL=pl_PL.UTF-80 B51ARG DEBIAN_FRONTEND=noninteractive0 B52ENV APP_ENV=dev NODE_ENV=dev0 B53COPY /usr/local/bin/symfony /usr/local/bin/symfony # buildkit5.99 MB54COPY /usr/local/bin/node /usr/local/bin/node # buildkit43.77 MB55COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit3.06 MB56COPY ./scripts/ /usr/local/bin/ # buildkit801 B57COPY ./conf.d /usr/local/etc/php/conf.d # buildkit1.12 KB58RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c26.69 MBCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1789689600'