Skip to content

Commit 896d2eb

Browse files
committed
Correct AUXILIARY_IMAGE_PATH default
1 parent 83b350c commit 896d2eb

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/model-in-image/ai-docker-file

1 file changed

+2
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/model-in-image/ai-docker-file/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# be a directory in the mount path:
1414
# 1) 'domain.spec.configuration.model.modelHome'
1515
# 2) 'domain.spec.configuration.model.wdtInstallHome'
16-
# Default '/common'.
16+
# Default '/auxiliary'.
1717
#
1818

1919
FROM busybox
20-
ARG AUXILIARY_IMAGE_PATH=/common
20+
ARG AUXILIARY_IMAGE_PATH=/auxiliary
2121
ARG USER=oracle
2222
ARG USERID=1000
2323
ARG GROUP=root

0 commit comments

Comments
 (0)