sha256:46a8d6858c7d52c5d9d18383c40e8be03988f22d7ef39e33059cd6f2e1ed1373
OS/ARCH
linux/amd64
Compressed size
271.11 MB
Last pushed
about 23 hours by faulo
Type
Image
Manifest digest
sha256:28acd6b048f76c828db52160cd0dd3030e56f129babdd7aaf28d4b54ea2f0c07
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ARG PHP_VERSION=8.20 B3ARG TARGETARCH=amd640 B4ARG DEBIAN_FRONTEND=noninteractive0 B5ENV PHP_VERSION=8.20 B6WORKDIR /var/www111 B7RUN |3 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive3.99 MB8ADD https://packages.sury.org/debsuryorg-archive-keyring.deb /tmp/debsuryorg-archive-keyring.deb # buildkit7.08 KB9RUN |3 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive451.15 KB10COPY linux/farah-common.packages /tmp/farah-common.packages # buildkit194 B11RUN |3 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive171.8 MB12COPY linux/farah-8.2.packages /tmp/farah.packages # buildkit219 B13RUN |3 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive32.94 MB14COPY linux/imagemagick-policy.xml /etc/ImageMagick-7/policy.xml # buildkit236 B15COPY --chmod=755 /solution/common/Farah/bin/Release/net9.0/linux-*/publish/farah /farah/farah #30.41 MB16COPY --chmod=777 linux/farah/index.php /farah/index.php #559 B17RUN |3 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive159 B18ENV FARAH_AUTOLOAD_FILE=/var/www/vendor/autoload.php PATH=/farah:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B19HEALTHCHECK {Test:[CMD farah health] Interval:0s0 B20CMD ["farah" "serve"]0 B21COPY /usr/bin/composer /usr/bin/composer # buildkit813.43 KB22ENV COMPOSER_ALLOW_SUPERUSER=10 B23ARG COMPOSER_DEV_PUB_SHA256=2b2df89fb2581e669b4668b451097d4a03f4dc2d7a06df197554064494a90a310 B24ARG COMPOSER_TAGS_PUB_SHA256=d8f3e350437bf3b5342dbf046064ebd1f017ebc720955433194360a01cfd074f0 B25RUN |5 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive1.65 KB26RUN |5 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive2.31 MB27ENV SERVER_NAME=localhost0 B28EXPOSE [80/tcp]0 B29COPY linux/php.ini /etc/php/8.2/apache2/conf.d/99-farah.ini # buildkit621 B30COPY linux/apache.conf /etc/apache2/conf-available/custom.conf # buildkit365 B31COPY --chmod=755 linux/apache2-foreground /usr/local/bin/apache2-foreground #274 B32RUN |5 PHP_VERSION=8.2 TARGETARCH=amd64 DEBIAN_FRONTEND=noninteractive304 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'