sha256:447d97f8860ad62410cd1ef7be49a93c6a780f08ebf4bf78c22821591c0125f5
OS/ARCH
Compressed size
194.76 MB
Last pushed
1 day by jaydrogers
Type
Image
Manifest digest
sha256:d6f68ee20876acfd26430f9a7e02b21d3969e241ce12e5751109df4ccbf8cb2a
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;123.14 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;227 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/ # buildkit489 B16RUN /bin/sh -c set -eux;26.6 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium244 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 PHP_EXTENSION_OVERRIDES=0 B25ARG REPOSITORY_BUILD_VERSION=dev0 B26LABEL org.opencontainers.image.title=serversideup/php (cli) org.opencontainers.image.description=Supercharge your0 B27ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B28COPY --chmod=755 src/common/ / #37.14 KB29RUN |5 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip1.8 MB30COPY /usr/bin/composer /usr/bin/composer # buildkit857.9 KB31RUN |5 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip346 B32WORKDIR /var/www/html34 B33USER www-data0 B34ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'