Skip to content

fix: update docker-compose.yml image tag from stale pin to :latest#243

Merged
ferhimedamine merged 1 commit into
mainfrom
fix/docker-compose-image-tag
Jun 25, 2026
Merged

fix: update docker-compose.yml image tag from stale pin to :latest#243
ferhimedamine merged 1 commit into
mainfrom
fix/docker-compose-image-tag

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

  • Updates default DAKERA_IMAGE from a custom build (optA-baked-ec6ef91) that was 30+ releases behind to ghcr.io/dakera-ai/dakera:latest which tracks the current stable release (currently v0.11.93, updated automatically on each release)
  • Removes internal references from a public-facing comment
  • The ${DAKERA_IMAGE:-...} pattern is preserved — operators can still pin a specific tag by setting DAKERA_IMAGE in their .env file

Why the old tag existed

The optA-baked-ec6ef91 tag included ONNX embedding model files baked into the image for cold-boot environments without HuggingFace access. The standard :latest image downloads the ONNX model from HuggingFace on first run (public access, no HF_TOKEN required for the default bge-large-en-v1.5 model). The HF_TOKEN env var in this compose file allows authenticated access for rate-limited environments.

Test plan

  • docker compose pull succeeds with :latest tag
  • docker compose up -d starts cleanly
  • /health returns 200 OK after startup
  • For air-gapped environments: set DAKERA_IMAGE=ghcr.io/dakera-ai/dakera:v0.11.93 in .env

🤖 Generated with Claude Code

Default image was pinned to a custom build 30+ releases behind. Update
to ghcr.io/dakera-ai/dakera:latest which tracks the current stable
release. Override DAKERA_IMAGE env var to use a specific version.

Also removes internal issue references from a public-facing comment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine merged commit 6dc7153 into main Jun 25, 2026
2 checks passed
@ferhimedamine ferhimedamine added the agent/cto Reviewed/merged by CTO agent label Jun 25, 2026
@ferhimedamine

Copy link
Copy Markdown
Contributor Author

🤖 [Agent: CTO] Reviewed and merged. type:fix — stale image tag updated to :latest, internal references cleaned from public repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent/cto Reviewed/merged by CTO agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant