sha256:af1d0f777cf73d72ea1599031752e7a461bcc23341d81b70f4cb1d7b566cf1ff
OS/ARCH
Compressed size
215.45 MB
Last pushed
over 1 year by jc5x
Type
Image
Manifest digest
sha256:58123006277d5d2c7d01968046d648f5700fa2af45475cfe6b92f9d933c360e4
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.60 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.6.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.6.tar.xz.asc0 B13ENV PHP_SHA256=089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e2256310 B14RUN /bin/sh -c set -eux;13.09 MB15COPY docker-php-source /usr/local/bin/ # buildkit492 B16RUN /bin/sh -c set -eux;38.95 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 REPOSITORY_BUILD_VERSION=v3.5.2-145898917790 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/ / #30.18 KB28RUN |4 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip2.59 MB29COPY /usr/bin/composer /usr/bin/composer # buildkit732.99 KB30RUN |4 DEPENDENCY_PACKAGES_ALPINE=shadow DEPENDENCY_PACKAGES_DEBIAN=procps zip339 B31WORKDIR /var/www/html32 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 # buildkit312 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 # buildkit417 B39COPY scripts/execute-things-cli.sh /etc/entrypoint.d/11-execute-things.sh # buildkit285 B40USER root0 B41RUN /bin/sh -c set -eux;33.07 MB42RUN /bin/sh -c set -eux;609.97 KB43USER www-data0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'