Sign inSign up

semhoun/claire-chatbot:2.1.0

Machine learning & AI
Index digest

sha256:155a373b158b5a421cc1108502206bdbd1168e23440eaa819a2249aa9626d12e

OS/ARCH

linux/amd64

Compressed size

368.75 MB

Last pushed

3 days by semhoun

Type

Image

Manifest digest

sha256:0f5df3afb69380446d299053303c60af0574f01fb872a4b11a3b21f2aa0908e9

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2RUN /bin/sh -c set -eux;225 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;112.38 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;226 B
7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
10ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B
11ENV PHP_VERSION=8.5.90 B
12ENV PHP_URL=https://www.php.net/distributions/php-8.5.9.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.9.tar.xz.asc0 B
13ENV PHP_SHA256=0db7855f25bcd0ab1d592cdb35e284d6f6a5d2ae0f6f621122e364cc39b708f40 B
14RUN /bin/sh -c set -eux;13.9 MB
15COPY docker-php-source /usr/local/bin/ # buildkit489 B
16RUN /bin/sh -c set -eux;26 MB
17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB
18RUN /bin/sh -c docker-php-ext-enable sodium246 B
19ENTRYPOINT ["docker-php-entrypoint"]0 B
20CMD ["php" "-a"]0 B
21WORKDIR /app92 B
22RUN /bin/sh -c apt-get update145.77 KB
23RUN /bin/sh -c set -eux;400 B
24COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit887 B
25COPY package/content/index.php /app/public/index.php # buildkit33.03 KB
26RUN /bin/sh -c ln /etc/caddy/Caddyfile39.12 KB
27CMD ["--config" "/etc/frankenphp/Caddyfile" "--adapter" "caddyfile"]0 B
28HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:2019/metrics0 B
29ENV XDG_CONFIG_HOME=/config0 B
30ENV XDG_DATA_HOME=/data0 B
31EXPOSE [80/tcp]0 B
32EXPOSE [443/tcp]0 B
33EXPOSE [443/udp]0 B
34EXPOSE [2019/tcp]0 B
35LABEL org.opencontainers.image.title=FrankenPHP0 B
36LABEL org.opencontainers.image.description=The modern PHP app0 B
37LABEL org.opencontainers.image.url=https://frankenphp.dev0 B
38LABEL org.opencontainers.image.source=https://github.com/php/frankenphp0 B
39LABEL org.opencontainers.image.licenses=MIT0 B
40LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B
41ENV GODEBUG=cgocheck=00 B
42COPY /usr/local/lib/libwatcher* /usr/local/lib/ # buildkit175.47 KB
43RUN /bin/sh -c apt-get install2.84 KB
44COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit19.15 MB
45RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B
46COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit18.33 MB
47ENV DEBIAN_FRONTEND=noninteractive TERM=linux0 B
48RUN /bin/sh -c apt-get update79.39 MB
49RUN /bin/sh -c mkdir -p531 B
50ARG VERSION=dev0 B
51COPY docker/rootfs / # buildkit233.53 KB
52COPY LICENSE composer.json composer.lock console64.38 KB
53COPY config /opt/www/config # buildkit10.98 KB
54COPY migrations /opt/www/migrations # buildkit4.53 KB
55COPY public /opt/www/public # buildkit3.57 MB
56COPY src /opt/www/src # buildkit261.43 KB
57COPY tmpl /opt/www/tmpl # buildkit6.13 KB
58COPY frontend/shell.html /opt/www/frontend/shell.html # buildkit724 B
59COPY /app/vendor /opt/www/vendor # buildkit48.07 MB
60COPY /src/public/build /opt/www/public/build # buildkit125.26 KB
61COPY /src/public/js/embed.js /opt/www/public/js/embed.js # buildkit127.13 KB
62ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBUG_MODE=false0 B
63RUN |1 VERSION=2.1.0 /bin/sh -c18.34 MB
64VOLUME [/opt/data /opt/addons]0 B
65WORKDIR /opt/www32 B
66EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
67HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost/health0 B
68ENTRYPOINT ["/opt/bin/entrypoint.sh"]0 B
69CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'