sha256:9829a1ce3232e701d6ab7c4793a808a9f0014e71e555a4f1f4f8d03dbcb0bad6
OS/ARCH
Compressed size
217.51 MB
Last pushed
9 days by jc5x
Type
Image
Manifest digest
sha256:63ea970747d47f9e81f415e16713a29b87f3a73c8469b98da704f4484adb54fe
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;108.24 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.100 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.10.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.10.tar.xz.asc0 B13ENV PHP_SHA256=6a8bebaa4d5a979a38db29a9373e9851f60c6b11f72172c585947e78f30819570 B14RUN /bin/sh -c set -eux;13.93 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;25.07 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable sodium246 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B21ARG DEPENDENCY_PACKAGES_ALPINE=shadow0 B22ARG DEPENDENCY_PACKAGES_DEBIAN=procps zip0 B23ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B24ARG REPOSITORY_BUILD_VERSION=dev0 B25LABEL org.opencontainers.image.title=serversideup/php (cli) org.opencontainers.image.description=Supercharge your0 B26ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B27COPY --chmod=755 src/common/ / #36.11 KB28RUN |4 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip2.26 MB29COPY /usr/bin/composer /usr/bin/composer # buildkit857.91 KB30RUN |4 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip349 B31WORKDIR /var/www/html34 B32USER www-data0 B33ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B34ENV FIREFLY_III_PATH=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 DEBIAN_FRONTEND=noninteractive PHP_MAX_EXECUTION_TIME=3000 B36COPY conf/locale.gen /etc/locale.gen # buildkit404 B37COPY scripts/wait-for-it.sh /usr/local/bin/wait-for-it.sh # buildkit1.61 KB38COPY scripts/finalize-image.sh /usr/local/bin/finalize-image.sh # buildkit441 B39COPY scripts/execute-things-cli.sh /etc/entrypoint.d/11-execute-things.sh # buildkit281 B40USER root0 B41RUN /bin/sh -c set -eux;38.37 MB42USER www-data0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'