sha256:2e5784a6b510eac45358c665ff5436a31b366ce33f24c3ed223c83d0debf2592
OS/ARCH
linux/amd64
Compressed size
533.58 MB
Last pushed
4 days by vnvsa
Type
Image
Manifest digest
sha256:2e5784a6b510eac45358c665ff5436a31b366ce33f24c3ed223c83d0debf2592
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.52 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.89 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;41.03 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium242 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20CMD ["php" "-a"]0 B22RUN /root/configure_timezone.sh $TZ2.31 KB23RUN apt-get install -yqq libssl-dev797.17 KB24COPY ./install_composer.sh /root/587 B25RUN chmod +x /root/install_composer.sh &&1013.39 KB26COPY --chmod=755 ./nvm.sh /etc/profile.d/nvm.sh483 B27RUN mkdir -p /usr/local/nvm &&82.15 MB28COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint617 B29RUN chmod +x /usr/local/bin/docker-entrypoint622 B30RUN groupmod -n magento dev4.33 KB31RUN echo 'alias mage="bin/magento"' >>2.18 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'