Skip to content

Commit 9862ff4

Browse files
Switch Dockerfile to use a BASEIMAGE arg (Issue #296)
1 parent e28c6a6 commit 9862ff4

File tree

1 file changed

+3
-1
lines changed
  • nsfodp/maven/nsfodp-maven-plugin/src/main/resources/container

1 file changed

+3
-1
lines changed

nsfodp/maven/nsfodp-maven-plugin/src/main/resources/container/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM hclcom/domino:12.0.2
1+
ARG BASEIMAGE=domino-container:V1202_11032022prod
2+
FROM ${BASEIMAGE}
3+
#FROM hclcom/domino:12.0.2
24

35
ENV LANG="en_US.UTF-8"
46
ENV SetupAutoConfigure="1"

0 commit comments

Comments
 (0)