Commit 17cb3a7 1 parent ff2e28b commit 17cb3a7 Copy full SHA for 17cb3a7
File tree 1 file changed +9
-7
lines changed
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
5
5
ARG IMAGE=store/intersystems/iris-community:2020.1.0.197.0
6
6
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
7
7
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.215.0-zpm
8
- ARG IMAGE=intersystemsdc/iris-community
8
+ ARG IMAGE=intersystemsdc/iris-community:latest
9
9
FROM $IMAGE
10
10
11
- USER root
11
+ USER irisowner
12
12
13
13
WORKDIR /opt/irisapp
14
- RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
15
-
16
- USER irisowner
17
14
18
15
COPY Installer.cls .
19
16
COPY src src
20
17
COPY 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" ]
23
25
24
26
RUN \
25
27
do $SYSTEM.OBJ.Load("Installer.cls" , "ck" ) \
You can’t perform that action at this time.
0 commit comments