File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
33ARG 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
66FROM $IMAGE
77
88USER root
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
33ARG 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
66FROM $IMAGE
77
88USER 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" \
You can’t perform that action at this time.
0 commit comments