sha256:550b293baeb38e7c780925f5f83099db36a3383c3e2c375396144e89ea85abfc
OS/ARCH
Compressed size
649.03 MB
Last pushed
about 1 month by zorgbort
Type
Image
Manifest digest
sha256:50ad849723a963c90caa707af6c6fffd6c349c82d8a5634e7fa2aec9dea5c2cf
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.90 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.9.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.9.tar.xz.asc0 B13ENV PHP_SHA256=0db7855f25bcd0ab1d592cdb35e284d6f6a5d2ae0f6f621122e364cc39b708f40 B14RUN /bin/sh -c set -eux;13.89 MB15COPY docker-php-source /usr/local/bin/ # buildkit484 B16RUN /bin/sh -c set -eux;14.56 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable sodium247 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 B26COPY /usr/bin/composer /usr/bin/composer # buildkit812.76 KB27COPY /src/app /srv/app/ # buildkit448.96 KB28RUN /bin/sh -c set -eux;58.3 MB29ENV APP_ENV=prod APP_DEBUG=false ILIOS_DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db ILIOS_FILE_SYSTEM_STORAGE_PATH=/srv/app/var/tmp/ilios-storage/0 B30ENV COMPOSER_ALLOW_SUPERUSER=10 B31ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.composer/vendor/bin0 B32WORKDIR /srv/app32 B33RUN /bin/sh -c /usr/bin/touch .env142 B34RUN /bin/sh -c set -eux;351.82 MB35VOLUME [/srv/app/var]0 B36COPY docker/fpm/symfony.prod.ini /usr/local/etc/php/conf.d/symfony.ini # buildkit482 B37COPY docker/fpm/ilios.ini /usr/local/etc/php/conf.d/ilios.ini # buildkit260 B38RUN /bin/sh -c ln -sf202 B39COPY docker/fpm/zz-docker.conf /usr/local/etc/php-fpm.d/zz-docker.conf # buildkit296 B40COPY docker/fpm/docker-entrypoint.sh /usr/local/bin/docker-entrypoint # buildkit587 B41RUN /bin/sh -c chmod +x584 B42ENTRYPOINT ["docker-entrypoint"]0 B43CMD ["php-fpm"]0 B45COPY docker/cli/php-cli.ini /usr/local/etc/php/conf.d/99-php-cli-overrides.ini # buildkit258 B46ENV GITHUB_ACCOUNT_SSH_USERS=0 B47RUN /bin/sh -c apt-get update68.42 MB48RUN /bin/sh -c sed -i1.65 KB49RUN /bin/sh -c sed -i1.66 KB50RUN /bin/sh -c /bin/echo "%sudo196 B51COPY docker/admin-rebuild-opensearch-index.sh /root/rebuild-opensearch-index.sh # buildkit308 B52COPY docker/admin-entrypoint.sh /entrypoint.sh # buildkit796 B53EXPOSE [22/tcp]0 B54ENTRYPOINT ["/entrypoint.sh"]0 B55HEALTHCHECK {Test:[CMD-SHELL nc -vz 127.0.0.10 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'