@@ -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:2019.3.0.302.0-community
66FROM $IMAGE
77
88WORKDIR /opt/app
@@ -22,19 +22,6 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
2222 " Do \$system.OBJ.Load(\"/opt/app/Installer.cls\",\"ck\")\n" \
2323 " Set sc = ##class(App.Installer).setup(, 3)\n" \
2424 " If 'sc do \$zu(4, \$JOB, 1)\n" \
25- " zn \"%sys\"" \
26- " write \"Create web application ...\",!" \
27- " set webName = \"/csp/user\"" \
28- " set webProperties(\"NameSpace\") = \"USER\"" \
29- " set webProperties(\"Enabled\") = 1" \
30- " set webProperties(\"IsNameSpaceDefault\") = 1" \
31- " set webProperties(\"CSPZENEnabled\") = 1" \
32- " set webProperties(\"AutheEnabled\") = 32" \
33- " set webProperties(\"iKnowEnabled\") = 1" \
34- " set webProperties(\"DeepSeeEnabled\") = 1" \
35- " set status = ##class(Security.Applications).Create(webName, .webProperties)" \
36- " write:'status \$system.Status.DisplayError(status)" \
37- " write \"Web application \"\"\"_webName_\"\"\" was created!\",!" \
3825 " halt" \
3926 | iris session $ISC_PACKAGE_INSTANCENAME && \
4027 /bin/echo -e "sys\nsys\n" \
0 commit comments