sha256:3b8c7f750a35b94619302b01508e7ab54dd7699943f7b8f0f1550137ca8ceb75
OS/ARCH
linux/arm64
Compressed size
224.57 MB
Last pushed
4 months by shamadimas
Type
Image
Manifest digest
sha256:28915769525257ffcfe54422f64483e69d42e6dbfa8d5ff0540d4f6d82494abd
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.06 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 C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B11ENV PHP_VERSION=8.3.310 B12ENV PHP_URL=https://www.php.net/distributions/php-8.3.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.31.tar.xz.asc0 B13ENV PHP_SHA256=66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa370 B14RUN /bin/sh -c set -eux;12.16 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;19.14 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable opcache249 B19RUN /bin/sh -c docker-php-ext-enable sodium245 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B22ARG APP_VERSION=1.0.230 B23ENV APP_VERSION=1.0.230 B24RUN |1 APP_VERSION=1.0.23 /bin/sh -c42.21 MB25COPY /usr/bin/composer /usr/bin/composer # buildkit772.2 KB26WORKDIR /var/www32 B27COPY composer.json composer.lock ./ #34.66 KB28RUN |1 APP_VERSION=1.0.23 /bin/sh -c13.16 MB29COPY . . # buildkit3.2 MB30RUN |1 APP_VERSION=1.0.23 /bin/sh -c108.57 KB31COPY docker/migration/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit714 B32RUN |1 APP_VERSION=1.0.23 /bin/sh -c710 B33ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1777939200'