sha256:55f651fae5566232fb2a37a2b3ddc786b8f794003bf85687cdbf60ef77ac1932
OS/ARCH
linux/arm64
Compressed size
224.4 MB
Last pushed
4 months by shamadimas
Type
Image
Manifest digest
sha256:6f40adecfb9e3850f2b6747a46433fac410e65c3cd6ef58574241791742bd205
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.220 B23ENV APP_VERSION=1.0.220 B24RUN |1 APP_VERSION=1.0.22 /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.22 /bin/sh -c13.16 MB29COPY . . # buildkit3.03 MB30RUN |1 APP_VERSION=1.0.22 /bin/sh -c108.57 KB31COPY docker/migration/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit712 B32RUN |1 APP_VERSION=1.0.22 /bin/sh -c708 B33ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1777939200'