Skip to content

Commit

Permalink
Merge pull request #157 from data-catering/renovate/apache-druid-31.x
Browse files Browse the repository at this point in the history
Update apache/druid Docker tag to v31
  • Loading branch information
pflooky authored Oct 22, 2024
2 parents 61d929d + 0de5484 commit 5332daf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ services:
retries: 3
test: "wget --no-verbose --tries=1 --spider http://localhost:8888/status/health || exit 1"
timeout: 5s
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
image: "apache/druid:${DRUID_VERSION:-31.0.0}"
ports:
- "8888:8888"
druid-broker:
Expand All @@ -460,7 +460,7 @@ services:
retries: 3
test: "wget --no-verbose --tries=1 --spider http://localhost:8082/druid/broker/v1/loadstatus || exit 1"
timeout: 5s
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
image: "apache/druid:${DRUID_VERSION:-31.0.0}"
ports:
- "8082:8082"
druid-coordinator:
Expand All @@ -480,7 +480,7 @@ services:
retries: 3
test: "wget --no-verbose --tries=1 --spider http://localhost:8081/status/health || exit 1"
timeout: 5s
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
image: "apache/druid:${DRUID_VERSION:-31.0.0}"
ports:
- "8081:8081"
druid-historical:
Expand All @@ -502,7 +502,7 @@ services:
retries: 3
test: "wget --no-verbose --tries=1 --spider http://localhost:8083/druid/historical/v1/readiness || exit 1"
timeout: 5s
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
image: "apache/druid:${DRUID_VERSION:-31.0.0}"
ports:
- "8083:8083"
druid-middlemanager:
Expand All @@ -524,7 +524,7 @@ services:
retries: 3
test: "wget --no-verbose --tries=1 --spider http://localhost:8091/status/health || exit 1"
timeout: 5s
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
image: "apache/druid:${DRUID_VERSION:-31.0.0}"
ports:
- "8091:8091"
- "8100-8105:8100-8105"
Expand Down

0 comments on commit 5332daf

Please sign in to comment.