Skip to content

Commit fb5eeef

Browse files
committed
updated iris testing env
1 parent b2ad562 commit fb5eeef

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

test/docker-compose.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ version: "3.7"
22
services:
33
cache16:
44
image: daimor/intersystems-cache:2016.2
5-
volumes:
6-
- ~/cache.key:/usr/cachesys/mgr/cache.key
75
ports:
86
- 57772:57772
97
cache18:
108
image: daimor/intersystems-cache:2018.1
11-
volumes:
12-
- ~/cache.key:/usr/cachesys/mgr/cache.key
139
ports:
1410
- 57773:57772
11+
iris:
12+
build: iris
13+
init: true
14+
ports:
15+
- 52773:52773

test/iris/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM store/intersystems/iris-community:2020.2.0.211.0
2+
3+
RUN iris start $ISC_PACKAGE_INSTANCENAME && \
4+
iris session $ISC_PACKAGE_INSTANCENAME -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")' && \
5+
iris stop $ISC_PACKAGE_INSTANCENAME quietly

test/project.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"port": 52773,
5252
"previewLimit": 50,
5353
"server": "localhost",
54-
"showSystem": false,
54+
"showSystem": true,
5555
"username": "_SYSTEM"
5656
}
5757
]

0 commit comments

Comments
 (0)