sha256:4e2cbcb0d95c34850534a3772f1732c00f6412077db33b1863703a1b628bdc12
OS/ARCH
Compressed size
258.15 MB
Last pushed
5 months by jc5x
Type
Image
Manifest digest
sha256:318b77874c079d5f2e56d178f27e4f8cd9afb558dd3634b4e2aafd608f0f84ec
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;108.25 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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B11ENV PHP_VERSION=8.5.50 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.5.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.5.tar.xz.asc0 B13ENV PHP_SHA256=95bec382f4bd00570a8ef52a58ec04d8d9b9a90494781f1c106d1b274a3902f20 B14RUN /bin/sh -c set -eux;13.83 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;14 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium245 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;9.04 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B25ARG DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow0 B26ARG DEPENDENCY_PACKAGES_DEBIAN=libfcgi-bin gettext-base procps zip0 B27ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B28ARG REPOSITORY_BUILD_VERSION=dev0 B29ARG NGINX_VERSION=1.28.0-10 B30LABEL org.opencontainers.image.title=serversideup/php (fpm-nginx) org.opencontainers.image.description=Supercharge your0 B31ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B32COPY --chmod=755 src/common/ / #36.13 KB33COPY --chmod=755 src/s6/ / #4.02 KB34COPY --chmod=755 src/utilities-webservers/ / #907 B35COPY /opt/s6/ / # buildkit2.78 MB36COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.12 KB37COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.63 KB38COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit280 B39COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit254 B40COPY /etc/apk/repositories /etc/apk/repositories # buildkit159 B41COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit190 B42RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.29 MB43COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #4 KB44COPY --chmod=755 src/php-fpm.d/ / #4.83 KB45COPY /usr/bin/composer /usr/bin/composer # buildkit799.01 KB46RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow8.21 KB47RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow34 B48USER www-data0 B49EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B50ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B51STOPSIGNAL SIGQUIT0 B52WORKDIR /var/www/html34 B53CMD ["/init"]0 B54HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B55ENV FIREFLY_III_PATH=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 DEBIAN_FRONTEND=noninteractive PHP_MAX_EXECUTION_TIME=3000 B57VOLUME [/var/www/html/storage/upload]0 B58COPY conf/locale.gen /etc/locale.gen # buildkit404 B59COPY scripts/wait-for-it.sh /usr/local/bin/wait-for-it.sh # buildkit1.61 KB60COPY scripts/finalize-image.sh /usr/local/bin/finalize-image.sh # buildkit443 B61COPY scripts/execute-things-web.sh /etc/entrypoint.d/11-execute-things.sh # buildkit409 B62USER root0 B63RUN /bin/sh -c set -eux;38.86 MB64USER www-data0 B65ARG version=v2.3.20 B66ENV VERSION=v2.3.20 B67ARG isodate=2026-04-19T16:38:01+02:000 B68ENV ISODATE=2026-04-19T16:38:01+02:000 B69ARG gitrevision=6e29f2fbcea5239c4e321ea8aadd09cc44e742fd0 B70ENV GITREVISION=6e29f2fbcea5239c4e321ea8aadd09cc44e742fd0 B71LABEL org.opencontainers.image.authors=James Cole <[email protected]> org.opencontainers.image.url=https://github.com/firefly-iii/docker0 B72LABEL org.opencontainers.image.created=2026-04-19T16:38:01+02:000 B73LABEL org.opencontainers.image.version=v2.3.20 B74LABEL org.opencontainers.image.revision=6e29f2fbcea5239c4e321ea8aadd09cc44e742fd0 B75COPY entrypoint-web.sh /usr/local/bin/entrypoint.sh # buildkit1.33 KB76COPY counter.txt /var/www/counter-main.txt # buildkit179 B77COPY date.txt /var/www/build-date-main.txt # buildkit201 B78USER root0 B79RUN |3 version=v2.3.2 isodate=2026-04-19T16:38:01+02:00 gitrevision=6e29f2fbcea5239c4e321ea8aadd09cc44e742fd32 B80USER www-data0 B81COPY download.zip /var/www/download.zip # buildkit21.05 MB82RUN |3 version=v2.3.2 isodate=2026-04-19T16:38:01+02:00 gitrevision=6e29f2fbcea5239c4e321ea8aadd09cc44e742fd16.49 MBCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'