We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac4f72 commit 45c66aeCopy full SHA for 45c66ae
Dockerfile
@@ -1,6 +1,7 @@
1
ARG IMAGE=intersystems/iris:2019.1.0S.111.0
2
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
3
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
4
+ARG IMAGE=intersystemsdc/iris-community
5
FROM $IMAGE
6
7
USER root
@@ -21,4 +22,4 @@ RUN \
21
22
23
# bringing the standard shell back
24
SHELL ["/bin/bash", "-c"]
-CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
25
+CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
0 commit comments