Skip to content

Commit 08b93dc

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
20193 fixes
1 parent ca7ff6d commit 08b93dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22
ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
33
ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
44
#ARG IMAGE=intersystems/iris:2019.3.0.302.0
5-
ARG IMAGE=store/intersystems/iris:2019.3.0.302.0-community
5+
ARG IMAGE=store/intersystems/iris-community:2019.3.0.302.0
66
FROM $IMAGE
77

88
USER root

Dockerfile-zpm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22
ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
33
ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
44
#ARG IMAGE=intersystems/iris:2019.3.0.302.0
5-
ARG IMAGE=store/intersystems/iris:2019.3.0.302.0-community
5+
ARG IMAGE=store/intersystems/iris-community:2019.3.0.302.0
66
FROM $IMAGE
77

88
USER root
@@ -20,8 +20,8 @@ RUN mkdir -p /tmp/deps \
2020
&& wget -q https://pm.community.intersystems.com/packages/zpm/latest/installer -O zpm.xml
2121

2222

23-
RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
24-
/bin/echo -e "sys\nsys\n" \
23+
RUN iris start $ISC_PACKAGE_INSTANCENAME quietly && \
24+
/bin/echo -e \
2525
" Do ##class(Security.Users).UnExpireUserPasswords(\"*\")\n" \
2626
" Do \$system.OBJ.Load(\"/tmp/deps/zpm.xml\", \"ck\")" \
2727
" Do \$system.OBJ.Load(\"/opt/app/Installer.cls\",\"ck\")\n" \

0 commit comments

Comments
 (0)