children-of-fate (temp-99-latest)

Published 2026-09-21 22:08:43 +00:00 by mighty

Installation

docker pull git.mighty.cb.it/mighty/children-of-fate:temp-99-latest
sha256:7539b39c4c693f48a8fd3e3fbffcebdd80908ea199bd8191e61b6c5809da952c

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 curl git rsync gosu python3 python3-pip python3-venv ffmpeg poppler-utils && rm -rf /var/lib/apt/lists/* && apt-get clean
ARG CLAUDE_CODE_VERSION
|1 CLAUDE_CODE_VERSION=2.1.278 /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && npm install -g "@anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}" && rm -rf /var/lib/apt/lists/*
|1 CLAUDE_CODE_VERSION=2.1.278 /bin/sh -c useradd -m -s /bin/bash -u 1000 cof
WORKDIR /app
COPY file:955a2469224074982d9a479a94367208f45b68a5160253d9c6b58f22b7d50cd6 in /app/cof
COPY file:0390f048175711d32f041e04bd7e98fdedc7eb1fca91019816a24bc10ae0fd54 in /app/cof-mcp
COPY file:1b5637390cd50988aaf26416c53f761de40df5ff6541e2f82f1cddc4d32f78fd in /app/cof-rag
COPY dir:34f1a14021a9eb8703c7ace350e8799c17012314a45d387e4479e6896a294117 in /app/static
COPY file:3a0248ef0845750b1a96da0e7ec0e574d818cc66032f0b1cd6dab6579e0ab853 in /app/docker-entrypoint.sh
COPY file:accc1117f1b54585ba440b9439152bfe43a93749246953983438b30b3b177bd2 in /app/scripts/backup-to-repo.sh
COPY file:26d02be7ceb86a8f12c2730f08ce0927d861ecce3fc05576781d24a7554a8b6a in /app/scripts/fetch-models.sh
COPY file:c7cec1655fad4f9a989d83e106b3cb916a19bd52b90b4d06643b9af8bcd4cb64 in /app/scripts/models.sha256
COPY file:05bff1e6fb020c1532a8b3873e1b8c1fac0ab4025fadcd921e1636e3e976aaf7 in /app/.claude/agents/session-summarizer.md
COPY file:aaae546fcd5eade0b5592527b7738031070c284ef5818b63cc9d4b8983d7dbed in /app/.claude/agents/narrative-generator.md
COPY file:78dd44f05b188721c24bf2cbbac03fc98cc569e9740c21b00e4c50590ba8d640 in /app/.claude/agents/chapter-generator.md
COPY file:3103be27c26761d01441998a27652984b893132c348bf4e73a2fc76b10a729a9 in /app/.claude/agents/entity-extractor.md
COPY file:0355f254bb1991070c6339399a8f789ff45656822dc82fa05ccc273328ff3796 in /app/.claude/agents/context-researcher.md
COPY file:837b7ae3b853e32ebf54e6544aacd701b4452ca16f37509c9b05e9ffa6eac650 in /app/.claude/agents/entity-updater.md
COPY file:c91feaf0fb16032702cebdfe4dc4c989f55439b78463ff371b0c85d73c9cace3 in /app/mcp-server.json
|1 CLAUDE_CODE_VERSION=2.1.278 /bin/sh -c chmod +x /app/docker-entrypoint.sh /app/scripts/backup-to-repo.sh /app/scripts/fetch-models.sh
|1 CLAUDE_CODE_VERSION=2.1.278 /bin/sh -c mkdir -p /app/content /app/backup-repo /app/rag /models
|1 CLAUDE_CODE_VERSION=2.1.278 /bin/sh -c chown -R cof:cof /app /home/cof /models
ENV PROJECT_ROOT=/app
ENV STATIC_DIR=/app/static
ENV PATH="/app:$PATH"
ENV PYTHONUNBUFFERED=1
ENV RUST_LOG=info
ENV COF_RAG_INDEX_PATH=/app/rag/rag.db
ENV FASTEMBED_CACHE_DIR=/models/fastembed
EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 CMD curl -f http://localhost:3000/api/health || exit 1
ENTRYPOINT ["/app/docker-entrypoint.sh"]

Labels

Key Value
io.buildah.version 1.43.1
Details
Container
2026-09-21 22:08:43 +00:00
3
OCI / Docker
linux/amd64
573 MiB
Versions (42) View all
latest 2026-09-24
temp-116-latest 2026-09-24
temp-114-latest 2026-09-23
temp-113-latest 2026-09-23
temp-107-latest 2026-09-22