Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pin-doltgres-image-tag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-agents': patch
---

Pin Doltgres database Docker image to stable `0.56.7` tag across template compose files to prevent unpinned `:latest` image regressions.
3 changes: 1 addition & 2 deletions create-agents-template/docker-compose.db.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
doltgres-db:
image: dolthub/doltgresql:latest
pull_policy: always
image: dolthub/doltgresql:0.56.7
restart: unless-stopped
environment:
DOLTGRES_USER: appuser
Expand Down
2 changes: 1 addition & 1 deletion create-agents-template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
condition: service_healthy
restart: "no"
inkeep-agents-doltgres-db:
image: dolthub/doltgresql:latest
image: dolthub/doltgresql:0.56.7
restart: unless-stopped
environment:
DOLTGRES_USER: appuser
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.dbs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
doltgres-db:
image: dolthub/doltgresql:latest
pull_policy: always
image: dolthub/doltgresql:0.56.7
restart: unless-stopped
environment:
DOLTGRES_USER: appuser
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

services:
doltgres-db:
image: dolthub/doltgresql:latest
pull_policy: always
image: dolthub/doltgresql:0.56.7
restart: unless-stopped
environment:
DOLTGRES_USER: appuser
Expand Down
Loading