Skip to content

Commit 6dc7153

Browse files
fix: update docker-compose.yml image tag from stale pin to :latest (#243)
Reviewed by CTO: type:fix — updates stale docker-compose image tag (30+ releases behind) to :latest, removes internal DAK references from public-facing comment. CI green (Kustomize Validate + Validate Docker Configs). Clean 2-line change.
1 parent e513640 commit 6dc7153

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
# Dakera - AI Agent Memory Platform
1818
# ==========================================================================
1919
dakera:
20-
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:optA-baked-ec6ef91}
20+
image: ${DAKERA_IMAGE:-ghcr.io/dakera-ai/dakera:latest}
2121
container_name: dakera
2222
ports:
2323
- "${DAKERA_PORT:-3000}:3000"
@@ -41,7 +41,7 @@ services:
4141
- DAKERA_WARM_TO_COLD_SECS=86400
4242
- DAKERA_AUTO_TIER=true
4343
- DAKERA_TIER_CHECK_INTERVAL_SECS=300
44-
# DAK-6209/DAK-6284: TIERED ON — optA-baked-ec6ef91 has ONNX baked in (DAK-6272 cold-boot guard).
44+
# Tiered storage: L1 hot memory → L2 warm RocksDB → L3 cold S3.
4545
- DAKERA_TIERED=1
4646
- DAKERA_SEARCH_MODE=hybrid
4747
- DAKERA_MAX_BODY_SIZE=524288000

0 commit comments

Comments
 (0)