sha256:3c73477964d403fe8db90278b51fc505a2a7d65d2d2bc0060c772c8e9b468e95
OS/ARCH
Compressed size
195.21 MB
Last pushed
2 months by xelos
Type
Image
Manifest digest
sha256:6bf2c0f3c906468c99fae80d0dc3db17410fb4a6a2934f6ef747dc3dd1a54ac5
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;225 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;227 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.230 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.23.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.23.tar.xz.asc0 B13ENV PHP_SHA256=1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a720 B14RUN /bin/sh -c set -eux;13.24 MB15COPY docker-php-source /usr/local/bin/ # buildkit492 B16RUN /bin/sh -c set -eux;22.2 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 B22RUN /bin/sh -c apt-get update23.71 MB23ARG USER_UID=100000 B24ARG USER_NAME=worker0 B25ARG GROUP_GID=100000 B26ARG GROUP_NAME=worker0 B27COPY ./xelos-worker /server/xelos-worker # buildkit2.04 MB28WORKDIR /server/xelos-worker32 B29RUN |4 USER_UID=10000 USER_NAME=worker GROUP_GID=100001.28 KB30RUN |4 USER_UID=10000 USER_NAME=worker GROUP_GID=10000188.97 KB31ENV WORKER_THREAD_NUM=50 B32ENV WORKER_PACKAGE_MAX_LENGTH_MB=320 B33USER 100000 B34ENTRYPOINT ["php" "/server/xelos-worker/startup.php"]0 B35CMD ["--service=info"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'