Skip to content

Commit 3858d4c

Browse files
committed
fix(deployment): Update Presto images to use static tag clp-v0.10.0 instead of dynamic dev tag.
1 parent 8ab132f commit 3858d4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/deployment/presto-clp/docker-compose.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
services:
22
presto-coordinator:
3-
image: "ghcr.io/y-scope/presto/coordinator:${CLP_PRESTO_COORDINATOR_IMAGE_TAG:-dev}"
4-
pull_policy: "always"
3+
image: "ghcr.io/y-scope/presto/coordinator:${CLP_PRESTO_COORDINATOR_IMAGE_TAG:-clp-v0.10.0}"
54
entrypoint: ["/bin/bash", "-c", "/scripts/generate-configs.sh && /opt/entrypoint.sh"]
65
env_file:
76
- ".env"
@@ -25,8 +24,7 @@ services:
2524
retries: 30
2625

2726
presto-worker:
28-
image: "ghcr.io/y-scope/presto/prestissimo-worker:${CLP_PRESTO_WORKER_IMAGE_TAG:-dev}"
29-
pull_policy: "always"
27+
image: "ghcr.io/y-scope/presto/prestissimo-worker:${CLP_PRESTO_WORKER_IMAGE_TAG:-clp-v0.10.0}"
3028
depends_on:
3129
presto-coordinator:
3230
condition: "service_healthy"

0 commit comments

Comments
 (0)