Skip to content

Commit 5c5b26a

Browse files
committed
Rework images
1 parent 1770117 commit 5c5b26a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docker-compose_armadillo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
hostname: armadillo
44
ports:
55
- 8080:8080
6-
image: datashield/armadillo_citest:5.11.0
6+
image: datashield/armadillo_citest:latest
77
environment:
88
LOGGING_CONFIG: 'classpath:logback-file.xml'
99
AUDIT_LOG_PATH: '/app/logs/audit.log'
@@ -16,7 +16,6 @@ services:
1616

1717
default:
1818
hostname: default
19-
image: datashield/rock-margin-devel-permissive:latest
20-
# image: datashield/rserver-panda-lamda:devel
19+
image: datashield/rock_citest-permissive:latest
2120
environment:
2221
DEBUG: "FALSE"

docker-compose_opal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ services:
2020
- MONGO_INITDB_ROOT_USERNAME=root
2121
- MONGO_INITDB_ROOT_PASSWORD=foobar
2222
rock:
23-
image: datashield/rock-margin-devel-permissive:latest
23+
image: datashield/rock_citest-permissive:latest
2424
environment:
2525
DEBUG: "FALSE"

0 commit comments

Comments
 (0)