Skip to content

Commit

Permalink
Use stable build of SLS
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjostrand-hpe committed Sep 5, 2023
1 parent c0e6fdc commit d1b956e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.test.ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
networks:
- smd
cray-sls-init:
image: artifactory.algol60.net/csm-docker/unstable/cray-sls:2.3.0-20230831143258.635ad7f
image: artifactory.algol60.net/csm-docker/stable/cray-sls:2.3.0
command: ["sls-init"]
environment:
- POSTGRES_HOST=sls-postgres
Expand All @@ -89,7 +89,7 @@ services:
networks:
- smd
cray-sls:
image: artifactory.algol60.net/csm-docker/unstable/cray-sls:2.3.0-20230831143258.635ad7f
image: artifactory.algol60.net/csm-docker/stable/cray-sls:2.3.0
environment:
- POSTGRES_HOST=cray-sls-postgres
- DBOPTS=sslmode=disable
Expand Down

0 comments on commit d1b956e

Please sign in to comment.