fedi-feed-router (sha256:437aa388adfbed5cff93e08eefcd0b146e07d48d949ce5071579286a643efd7b)

Published 2026-03-08 21:42:37 +01:00 by myrmidex

Installation

docker pull forge.lvl0.xyz/lvl0/fedi-feed-router@sha256:437aa388adfbed5cff93e08eefcd0b146e07d48d949ce5071579286a643efd7b
sha256:437aa388adfbed5cff93e08eefcd0b146e07d48d949ce5071579286a643efd7b

About this package

The modern PHP app server

Image Layers

ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /
CMD ["/bin/sh"]
ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
ENV PHP_INI_DIR=/usr/local/etc/php
/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
ENV PHP_LDFLAGS=-Wl,-O1 -pie
ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
ENV PHP_VERSION=8.3.7
ENV PHP_URL=https://www.php.net/distributions/php-8.3.7.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.7.tar.xz.asc
ENV PHP_SHA256=d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --enable-embed --enable-zts --disable-zend-signals ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
/bin/sh -c docker-php-ext-enable sodium
ENTRYPOINT ["docker-php-entrypoint"]
CMD ["php" "-a"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates libcap mailcap # buildkit
RUN /bin/sh -c set -eux; mkdir -p /app/public /config/caddy /data/caddy /etc/caddy; sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint; echo '<?php phpinfo();' > /app/public/index.php # buildkit
COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit
COPY /usr/bin/install-php-extensions /usr/local/bin/ # buildkit
CMD ["--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
ENV XDG_CONFIG_HOME=/config
ENV XDG_DATA_HOME=/data
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
EXPOSE map[443/udp:{}]
EXPOSE map[2019/tcp:{}]
LABEL org.opencontainers.image.title=FrankenPHP
LABEL org.opencontainers.image.description=The modern PHP app server
LABEL org.opencontainers.image.url=https://frankenphp.dev
LABEL org.opencontainers.image.source=https://github.com/dunglas/frankenphp
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.vendor=Kévin Dunglas
ENV GODEBUG=cgocheck=0
COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit
RUN /bin/sh -c setcap cap_net_bind_service=+ep /usr/local/bin/frankenphp && frankenphp version # buildkit
/bin/sh -c apk add --no-cache nodejs npm git mysql-client curl
/bin/sh -c install-php-extensions pdo_mysql opcache zip gd intl bcmath redis pcntl
COPY file:94fc5eb4babcfed2cf36c12ba3287c186d593a86eec24840ea9c9b3b1a3c1c0c in /usr/bin/composer
WORKDIR /app
ENV APP_ENV=production APP_DEBUG=false DB_CONNECTION=mysql DB_HOST=db DB_PORT=3306 SESSION_DRIVER=redis CACHE_STORE=redis QUEUE_CONNECTION=redis LOG_CHANNEL=stack LOG_LEVEL=error
COPY . . # buildkit
RUN /bin/sh -c composer install --no-dev --no-interaction --optimize-autoloader # buildkit
RUN /bin/sh -c npm install # buildkit
RUN /bin/sh -c npm run build # buildkit
RUN /bin/sh -c rm -rf node_modules # buildkit
RUN /bin/sh -c php artisan livewire:publish --assets # buildkit
RUN /bin/sh -c php artisan view:cache && composer dump-autoload --optimize # buildkit
RUN /bin/sh -c chown -R www-data:www-data /app/storage /app/bootstrap/cache # buildkit
RUN /bin/sh -c cat > /etc/caddy/Caddyfile <<EOF { frankenphp order php_server before file_server } :8000 { root * /app/public encode gzip php_server header { X-Frame-Options "SAMEORIGIN" X-Content-Type-Options "nosniff" X-XSS-Protection "1; mode=block" } } EOF # buildkit
EXPOSE [8000/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/up || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
RUN /bin/sh -c cat > /start-prod.sh <<'EOF' #!/bin/sh set -e # Wait for database to be ready echo "Waiting for database..." for i in $(seq 1 30); do if mysqladmin ping -h "$DB_HOST" -u "$DB_USERNAME" -p"$DB_PASSWORD" --silent 2>/dev/null; then echo "Database is ready!" break fi echo "Waiting for database... ($i/30)" sleep 2 done # Cache config with runtime env vars echo "Caching configuration..." php artisan config:cache # Run migrations echo "Running migrations..." php artisan migrate --force || echo "Migrations failed or already up-to-date" # Run seeders (idempotent - uses updateOrInsert) echo "Running seeders..." php artisan db:seed --force || echo "Seeders failed or already run" # Start Horizon in the background php artisan horizon & # Start FrankenPHP exec frankenphp run --config /etc/caddy/Caddyfile EOF # buildkit
RUN /bin/sh -c chmod +x /start-prod.sh # buildkit
CMD ["/start-prod.sh"]

Labels

Key Value
org.opencontainers.image.created 2024-05-13T13:38:18Z
org.opencontainers.image.description The modern PHP app server
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 469070ce8573fc2cd9453d2559d8b5d9d0fa93fb
org.opencontainers.image.source https://github.com/dunglas/frankenphp
org.opencontainers.image.title FrankenPHP
org.opencontainers.image.url https://frankenphp.dev
org.opencontainers.image.vendor Kévin Dunglas
org.opencontainers.image.version v1.1.5
Details
Container
2026-03-08 21:42:37 +01:00
1
OCI / Docker
linux/amd64
MIT
212 MiB
Versions (5) View all
latest 2026-03-19
v1.3.1 2026-03-19
v1.3.0 2026-03-18
v1.2.0 2026-03-08
v1.1.0 2026-03-08