sha256:fccfec7eaba6d61f09ccc2681c9967de8820aa98d8c8fbb19fddf95f8aa2f6af
OS/ARCH
Compressed size
195.73 MB
Last pushed
about 1 year by jc5x
Type
Image
Manifest digest
sha256:415b4e7b2059fbb2724aa35cb0c561e530c16cf06b3e42a6ccf98ed8211a10bf
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.61 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;228 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.110 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.11.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.11.tar.xz.asc0 B13ENV PHP_SHA256=04cd331380a8683a5c2503938eb51764d48d507c53ad4208d2c82e0eed779a000 B14RUN /bin/sh -c set -eux;13.11 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;28.53 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable opcache253 B19RUN /bin/sh -c docker-php-ext-enable sodium246 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.98 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B26ARG DEPENDENCY_PACKAGES_ALPINE=fcgi nginx gettext shadow0 B27ARG DEPENDENCY_PACKAGES_DEBIAN=libfcgi-bin nginx gettext-base procps0 B28ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B29ARG REPOSITORY_BUILD_VERSION=v3.5.2-169029249560 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/ / #30.18 KB33COPY --chmod=755 src/s6/ / #3.47 KB34COPY /opt/s6/ / # buildkit2.74 MB35COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.07 KB36COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.05 KB37COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit270 B38COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit231 B39RUN |4 DEPENDENCY_PACKAGES_ALPINE=fcgi nginx gettext9.44 MB40COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #3.32 KB41COPY --chmod=755 src/php-fpm.d/ / #4.21 KB42COPY /usr/bin/composer /usr/bin/composer # buildkit731.15 KB43RUN |4 DEPENDENCY_PACKAGES_ALPINE=fcgi nginx gettext7.04 KB44RUN |4 DEPENDENCY_PACKAGES_ALPINE=fcgi nginx gettext32 B45USER www-data0 B46EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B47ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B48STOPSIGNAL SIGQUIT0 B49WORKDIR /var/www/html32 B50CMD ["/init"]0 B51HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B52ENV FIREFLY_III_PATH=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 DEBIAN_FRONTEND=noninteractive PHP_MAX_EXECUTION_TIME=3000 B54VOLUME [/var/www/html/storage/upload]0 B55COPY conf/locale.gen /etc/locale.gen # buildkit323 B56COPY scripts/wait-for-it.sh /usr/local/bin/wait-for-it.sh # buildkit1.61 KB57COPY scripts/finalize-image.sh /usr/local/bin/finalize-image.sh # buildkit418 B58COPY scripts/execute-things-web.sh /etc/entrypoint.d/11-execute-things.sh # buildkit408 B59USER root0 B60RUN /bin/sh -c set -eux;20.75 MB61USER www-data0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1753056000'