sha256:26459e1f014544f1ae56d1beed9c6a0ddf208b1eaa24cf11fa77ebd1f51422c8
OS/ARCH
Compressed size
263.47 MB
Last pushed
about 2 months by jc5x
Type
Image
Manifest digest
sha256:ca64bb047cc9a0fc261af0ca07fe74e01bb0a0d5e9a0a3564248c69620a2c7e9
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 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.80 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.8.tar.xz.asc0 B13ENV PHP_SHA256=58910198d19e873048fe87cdfe16bc790025417ede3d1651bfa1c4b533d573f20 B14RUN /bin/sh -c set -eux;13.88 MB15COPY docker-php-source /usr/local/bin/ # buildkit486 B16RUN /bin/sh -c set -eux;14.55 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.05 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.34 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/ # buildkit279 B39COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit252 B40COPY /etc/apk/repositories /etc/apk/repositories # buildkit158 B41COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit188 B42RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.56 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 # buildkit857.38 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 # buildkit406 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.91 MB64USER www-data0 B65ARG version=v2.3.40 B66ENV VERSION=v2.3.40 B67ARG isodate=2026-07-22T21:06:14+02:000 B68ENV ISODATE=2026-07-22T21:06:14+02:000 B69ARG gitrevision=5001a2d0d443d8dd57a10d00ed3566b384e5272a0 B70ENV GITREVISION=5001a2d0d443d8dd57a10d00ed3566b384e5272a0 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-07-22T21:06:14+02:000 B73LABEL org.opencontainers.image.version=v2.3.40 B74LABEL org.opencontainers.image.revision=5001a2d0d443d8dd57a10d00ed3566b384e5272a0 B75COPY entrypoint-web.sh /usr/local/bin/entrypoint.sh # buildkit1.4 KB76COPY counter.txt /var/www/counter-main.txt # buildkit179 B77COPY date.txt /var/www/build-date-main.txt # buildkit199 B78USER root0 B79RUN |3 version=v2.3.4 isodate=2026-07-22T21:06:14+02:00 gitrevision=5001a2d0d443d8dd57a10d00ed3566b384e5272a32 B80USER www-data0 B81COPY download.zip /var/www/download.zip # buildkit21.61 MB82RUN |3 version=v2.3.4 isodate=2026-07-22T21:06:14+02:00 gitrevision=5001a2d0d443d8dd57a10d00ed3566b384e5272a16.91 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'