Skip to content

Commit

Permalink
[docker-compose] Upgrade DSS to v0.17.0-rc1 and CRDB to v24.1.3 (inte…
Browse files Browse the repository at this point in the history
…russ#766)

Upgrade DSS v0.17.0-rc1 and CRDB v24.1.3
  • Loading branch information
barroco authored Sep 4, 2024
1 parent b41a958 commit 98740cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

crdb:
hostname: crdb.uss1.localutm
image: cockroachdb/cockroach:v21.2.7
image: cockroachdb/cockroach:v24.1.3
command: start-single-node --insecure
expose:
- 26257
Expand All @@ -20,7 +20,7 @@ services:
- dss_internal_network

rid_bootstrapper:
image: interuss/dss:v0.15.0-rc1
image: interuss/dss:v0.17.0-rc1
volumes:
- dss_component_coordination:/var/dss_component_coordination
- $PWD/startup:/startup:ro
Expand All @@ -31,7 +31,7 @@ services:
- dss_internal_network

scd_bootstrapper:
image: interuss/dss:v0.15.0-rc1
image: interuss/dss:v0.17.0-rc1
volumes:
- dss_component_coordination:/var/dss_component_coordination
- $PWD/startup:/startup:ro
Expand All @@ -43,7 +43,7 @@ services:

dss:
hostname: dss.uss1.localutm
image: interuss/dss:v0.15.0-rc1
image: interuss/dss:v0.17.0-rc1
volumes:
- $PWD/../test-certs:/var/test-certs:ro
- dss_component_coordination:/var/dss_component_coordination
Expand Down

0 comments on commit 98740cc

Please sign in to comment.