Skip to content

Commit

Permalink
switch from unstable to alpha images #10238
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jan 26, 2024
1 parent cc29efe commit 0c736cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/compose/demo/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
dev_dataverse:
container_name: "dev_dataverse"
hostname: dataverse
image: gdcc/dataverse:unstable
image: gdcc/dataverse:alpha
restart: on-failure
user: payara
environment:
Expand Down Expand Up @@ -54,7 +54,7 @@ services:

dev_bootstrap:
container_name: "dev_bootstrap"
image: gdcc/configbaker:unstable
image: gdcc/configbaker:alpha
restart: "no"
command:
- bootstrap.sh
Expand All @@ -64,7 +64,7 @@ services:

dev_dv_initializer:
container_name: "dev_dv_initializer"
image: gdcc/configbaker:unstable
image: gdcc/configbaker:alpha
restart: "no"
command:
- sh
Expand All @@ -90,7 +90,7 @@ services:

dev_solr_initializer:
container_name: "dev_solr_initializer"
image: gdcc/configbaker:unstable
image: gdcc/configbaker:alpha
restart: "no"
command:
- sh
Expand Down

0 comments on commit 0c736cc

Please sign in to comment.