sha256:9e4ad9f0aad877fb5bd80e7d6e7a2f736628609eb72f5fbbd03e4a5c6616fe32
OS/ARCH
Compressed size
500.98 MB
Last pushed
about 1 month by trydirect
Type
Image
Manifest digest
sha256:430635f133f93208721e29ab8b07ed2fd223f3fa866d6944022848b1365e7902
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.07 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 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 C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B11ENV PHP_VERSION=8.3.330 B12ENV PHP_URL=https://www.php.net/distributions/php-8.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.33.tar.xz.asc0 B13ENV PHP_SHA256=e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f96760 B14RUN /bin/sh -c set -eux;12.17 MB15COPY docker-php-source /usr/local/bin/ # buildkit486 B16RUN /bin/sh -c set -eux;11.37 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache250 B19RUN /bin/sh -c docker-php-ext-enable sodium244 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;9.03 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B27COPY /usr/bin/composer /usr/bin/composer # buildkit812.76 KB28RUN /bin/sh -c apt-get update165.35 MB29RUN /bin/sh -c docker-php-ext-configure gd1.38 MB30RUN /bin/sh -c pecl install1.57 MB31RUN /bin/sh -c sed -i848.04 KB32ENV LANG=en_US.UTF-80 B33ENV LANGUAGE=en_US:en0 B34ENV LC_ALL=en_US.UTF-80 B35COPY ./configs/php/php.ini /usr/local/etc/php/php.ini # buildkit22.47 KB36COPY ./configs/php/www.conf /usr/local/etc/php-fpm.d/www.conf # buildkit6.11 KB37ARG APP_DIR=backend0 B38WORKDIR /var/www32 B39RUN |1 APP_DIR=backend /bin/sh -c3.32 KB40USER trydirect0 B41ARG SYLIUS_STANDART_VERSION=1.13.00 B42WORKDIR /var/www/backend32 B43RUN |2 APP_DIR=backend SYLIUS_STANDART_VERSION=2.2.4 /bin/sh173.66 MB44USER root0 B45COPY ./scripts/init.sh /scripts/init.sh # buildkit243 B46ADD https://raw.githubusercontent.com/trydirect/init-scripts/main/scripts/entrypoint.sh /scripts/entrypoint.sh # buildkit1.53 KB47USER trydirect0 B48HEALTHCHECK &{["CMD" "sh" "-c" "test0 B49ENTRYPOINT ["/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'