We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b350c commit 896d2ebCopy full SHA for 896d2eb
kubernetes/samples/scripts/create-weblogic-domain/model-in-image/ai-docker-file/Dockerfile
@@ -13,11 +13,11 @@
13
# be a directory in the mount path:
14
# 1) 'domain.spec.configuration.model.modelHome'
15
# 2) 'domain.spec.configuration.model.wdtInstallHome'
16
-# Default '/common'.
+# Default '/auxiliary'.
17
#
18
19
FROM busybox
20
-ARG AUXILIARY_IMAGE_PATH=/common
+ARG AUXILIARY_IMAGE_PATH=/auxiliary
21
ARG USER=oracle
22
ARG USERID=1000
23
ARG GROUP=root
0 commit comments