Skip to content

Commit a2647f4

Browse files
committed
Additional image updates
1 parent d4db345 commit a2647f4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/create-domain-inputs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ managedServerPort: 8001
3939

4040
# WebLogic Server Docker image.
4141
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
42-
# The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,
42+
# The existing WebLogic Docker image, `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3`, was updated on May 25, 2019,
4343
# and has all the necessary patches applied; a `docker pull` is required if you already have this image.
4444
# Refer to https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/fmw-infra/
4545
# for details on how to obtain or create the image.
46-
image: oracle/fmw-infrastructure:12.2.1.3
46+
image: container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3
4747

4848
# Image pull policy
4949
# Legal values are "IfNotPresent", "Always", or "Never"

kubernetes/src/test/java/oracle/kubernetes/operator/utils/DomainValues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public DomainValues withTestDefaults() {
9191
.clusterName("test-cluster")
9292
.clusterType(CLUSTER_TYPE_DYNAMIC)
9393
.domainName("TestDomain")
94-
.weblogicImage("store/oracle/weblogic:19.1.0.0")
94+
.weblogicImage("container-registry.oracle.com/middleware/weblogic:19.1.0.0")
9595
.domainUID("test-domain-uid")
9696
.javaOptions("TestJavaOptions")
9797
.loadBalancerDashboardPort("31315")

src/integration-tests/bash/krun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ cat << EOF
7171
Sample usage:
7272
7373
# Use an alternate image and show the user/uid/gid for that image
74-
./krun.sh -i store/oracle/weblogic:12.2.1.3 -c 'id'
74+
./krun.sh -i container-registry.oracle.com/middleware/weblogic:12.2.1.3 -c 'id'
7575
7676
# Get the WL version in a WL image
77-
./krun.sh -i store/oracle/weblogic:12.2.1.3 -c \\
77+
./krun.sh -i container-registry.oracle.com/middleware/weblogic:12.2.1.3 -c \\
7878
'source /u01/oracle/wlserver/server/bin/setWLSEnv.sh && java weblogic.version'
7979
8080
# Mount an existing pvc to /shared, and jar up a couple of its directories

src/integration-tests/introspector/introspectTest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export PV_ROOT=${PV_ROOT:-/scratch/$USER/wl_k8s_test_results}
5959
# Set env vars for to-be-created domain:
6060
#
6161

62-
export WEBLOGIC_IMAGE_NAME=${WEBLOGIC_IMAGE_NAME:-store/oracle/weblogic}
63-
export WEBLOGIC_IMAGE_TAG=${WEBLOGIC_IMAGE_TAG:-19.1.0.0}
62+
export WEBLOGIC_IMAGE_NAME=${WEBLOGIC_IMAGE_NAME:-container-registry.oracle.com/middleware/weblogic}
63+
export WEBLOGIC_IMAGE_TAG=${WEBLOGIC_IMAGE_TAG:-12.2.1.3}
6464
export WEBLOGIC_IMAGE_PULL_POLICY=${WEBLOGIC_IMAGE_PULL_POLICY:-IfNotPresent}
6565

6666
export DOMAIN_UID=${DOMAIN_UID:-domain1}

src/integration-tests/introspector/util_krun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ cat << EOF
7474
Sample usage:
7575
7676
# Use an alternate image and show the user/uid/gid for that image
77-
./krun.sh -i store/oracle/weblogic:12.2.1.3 -c 'id'
77+
./krun.sh -i container-registry.oracle.com/middleware/weblogic:12.2.1.3 -c 'id'
7878
7979
# Get the WL version in a WL image
80-
./krun.sh -i store/oracle/weblogic:12.2.1.3 -c \\
80+
./krun.sh -i container-registry.oracle.com/middleware/weblogic:12.2.1.3 -c \\
8181
'source /u01/oracle/wlserver/server/bin/setWLSEnv.sh && java weblogic.version'
8282
8383
# Mount an existing pvc to /shared, and jar up a couple of its directories

0 commit comments

Comments
 (0)