Skip to content

Commit 612c3fc

Browse files
update image name in YAML file and output, jenkins-ignore
1 parent e95d099 commit 612c3fc

File tree

1 file changed

+2
-2
lines changed
  • docs-source/content/samples/simple/domains/domain-home-on-pv

1 file changed

+2
-2
lines changed

docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
# If the domain home is in the image
143143
domainHomeInImage: false
144144
# The WebLogic Server Docker image that the operator uses to start the domain
145-
image: "store/oracle/weblogic:12.2.1.3"
145+
image: "container-registry.oracle.com/middleware/weblogic:12.2.1.3"
146146
# imagePullPolicy defaults to "Always" if image version is :latest
147147
imagePullPolicy: "IfNotPresent"
148148
# Identify which Secret contains the credentials for pulling an image
@@ -275,7 +275,7 @@ Spec:
275275
Server Start State: RUNNING
276276
Domain Home: /shared/domains/domain1
277277
Domain Home In Image: false
278-
Image: store/oracle/weblogic:12.2.1.3
278+
Image: container-registry.oracle.com/middleware/weblogic:12.2.1.3
279279
Image Pull Policy: IfNotPresent
280280
Include Server Out In Pod Log: true
281281
Log Home: /shared/logs/domain1

0 commit comments

Comments
 (0)