File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,23 @@ ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
55ARG IMAGE=store/intersystems/iris-community:2020.1.0.197.0
66ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
77ARG IMAGE=intersystemsdc/iris-community:2020.1.0.215.0-zpm
8- ARG IMAGE=intersystemsdc/iris-community
8+ ARG IMAGE=intersystemsdc/iris-community:latest
99FROM $IMAGE
1010
11- USER root
11+ USER irisowner
1212
1313WORKDIR /opt/irisapp
14- RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
15-
16- USER irisowner
1714
1815COPY Installer.cls .
1916COPY src src
2017COPY build-for-zpm build-for-zpm
21- COPY irissession.sh /
22- SHELL ["/irissession.sh" ]
18+ COPY irissession.sh .
19+
20+ USER root
21+
22+ RUN chmod +x ./irissession.sh
23+ USER irisowner
24+ SHELL ["./irissession.sh" ]
2325
2426RUN \
2527 do $SYSTEM.OBJ.Load("Installer.cls" , "ck" ) \
You can’t perform that action at this time.
0 commit comments