Skip to content

Commit

Permalink
Merge pull request #68 from synackd/bss-v1.30.7
Browse files Browse the repository at this point in the history
Bump BSS to v1.30.7 in Docker Compose recipes
  • Loading branch information
synackd authored Jul 17, 2024
2 parents 8cc1a46 + 2e83a3f commit 4fe0221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lanl/docker-compose/services-noauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
bss-init-noauth:
hostname: bss-init-noauth
container_name: bss-init-noauth
image: ghcr.io/openchami/bss:v1.30.2
image: ghcr.io/openchami/bss:v1.30.7
environment:
- BSS_USESQL=true
- BSS_INSECURE=true
Expand All @@ -86,7 +86,7 @@ services:
bss-noauth:
hostname: bss-noauth
container_name: bss-noauth
image: ghcr.io/openchami/bss:v1.30.2
image: ghcr.io/openchami/bss:v1.30.7
environment:
- BSS_USESQL=true
- BSS_INSECURE=true
Expand Down
4 changes: 2 additions & 2 deletions lanl/docker-compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
###
# sets up postgres for BSS data
bss-init:
image: ghcr.io/openchami/bss:v1.30.2
image: ghcr.io/openchami/bss:v1.30.7
container_name: bss-init
hostname: bss-init
environment:
Expand All @@ -80,7 +80,7 @@ services:
- /usr/local/bin/bss-init
# boot-script-service
bss:
image: ghcr.io/openchami/bss:v1.30.2
image: ghcr.io/openchami/bss:v1.30.7
container_name: bss
hostname: bss
environment:
Expand Down
4 changes: 2 additions & 2 deletions quickstart/openchami-svcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
###
# sets up postgres for BSS data
bss-init:
image: ghcr.io/openchami/bss:v1.30.5
image: ghcr.io/openchami/bss:v1.30.7
container_name: bss-init
hostname: bss-init
environment:
Expand All @@ -76,7 +76,7 @@ services:
- /usr/local/bin/bss-init
# boot-script-service
bss:
image: ghcr.io/openchami/bss:v1.30.5
image: ghcr.io/openchami/bss:v1.30.7
container_name: bss
hostname: bss
environment:
Expand Down

0 comments on commit 4fe0221

Please sign in to comment.