Skip to content

Commit 45dd5eb

Browse files
committed
Merge branch 'gate-test-fix' into 'main'
fix image location See merge request weblogic-cloud/weblogic-kubernetes-operator!5060
2 parents bddb75a + 4f714fa commit 45dd5eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ pipeline {
132132
)
133133
string(name: 'WEBLOGIC_IMAGE_NAME',
134134
description: 'WebLogic base image name. Default is the image name in BASE_IMAGES_REPO. Use middleware/weblogic for OCR.',
135-
defaultValue: "test-images/weblogic"
135+
defaultValue: "test-images/weblogic_cpu"
136136
)
137137
string(name: 'WEBLOGIC_IMAGE_TAG',
138-
description: '14.1.2.0-generic-jdk17-ol8, 14.1.2.0-generic-jdk17-ol9, 14.1.2.0-generic-jdk21-ol8, 14.1.2.0-generic-jdk21-ol9, 12.2.1.4, 12.2.1.4-dev(12.2.1.4-dev-ol7) , 12.2.1.4-slim(12.2.1.4-slim-ol7), 12.2.1.4-ol8, 12.2.1.4-dev-ol8, 12.2.1.4-slim-ol8, 14.1.1.0-11-ol7, 14.1.1.0-dev-11-ol7, 14.1.1.0-slim-11-ol7, 14.1.1.0-8-ol7, 14.1.1.0-dev-8-ol7, 14.1.1.0-slim-8-ol7, 14.1.1.0-11-ol8, 14.1.1.0-dev-11-ol8, 14.1.1.0-slim-11-ol8, 14.1.1.0-8-ol8, 14.1.1.0-dev-8-ol8, 14.1.1.0-slim-8-ol8',
138+
description: '14.1.2.0-generic-jdk17-ol8, 14.1.2.0-generic-jdk17-ol9, 14.1.2.0-generic-jdk21-ol8, 14.1.2.0-generic-jdk21-ol9, 12.2.1.4-generic-jdk8-ol7, 12.2.1.4-generic-jdk8-ol8, 12.2.1.4-generic-jdk8-ol9, 12.2.1.4-slim-jdk8-ol7,12.2.1.4-slim-jdk8-ol7, 12.2.1.4-slim-jdk8-ol7, 14.1.1.0-generic-jdk8-ol7, 14.1.1.0-generic-jdk8-ol8, 14.1.1.0-generic-jdk8-ol9, 14.1.1.0-generic-jdk11-ol8, 14.1.1.0-generic-jdk11-ol9, 14.1.1.0-slim-jdk11-ol7, 14.1.1.0-slim-jdk11-ol8, 14.1.1.0-slim-jdk8-ol7, 14.1.1.0-slim-jdk8-ol8',
139139
defaultValue: '14.1.2.0-generic-jdk17-ol8'
140140
)
141141
string(name: 'FMWINFRA_IMAGE_NAME',
142142
description: 'FWM Infra image name. Default is the image name in BASE_IMAGES_REPO. Use middleware/fmw-infrastructure for OCR.',
143-
defaultValue: "test-images/fmw-infrastructure"
143+
defaultValue: "test-images/fmw-infrastructure_cpu"
144144
)
145145
string(name: 'FMWINFRA_IMAGE_TAG',
146-
description: '14.1.2.0-jdk17-ol8, 14.1.2.0-jdk17-ol9, 14.1.2.0-jdk21-ol8, 14.1.2.0-jdk21-ol9',
146+
description: '14.1.2.0-jdk17-ol8, 14.1.2.0-jdk17-ol9, 14.1.2.0-jdk21-ol8, 14.1.2.0-jdk21-ol9,12.2.1.4-jdk8-ol8, 12.2.1.4-jdk8-ol9',
147147
defaultValue: '14.1.2.0-jdk17-ol8'
148148
)
149149
string(name: 'DB_IMAGE_NAME',
@@ -153,7 +153,7 @@ pipeline {
153153
string(name: 'DB_IMAGE_TAG',
154154
description: 'Oracle DB image tag',
155155
defaultValue: '19.3.0.0'
156-
)
156+
)
157157
string(name: 'MONITORING_EXPORTER_BRANCH',
158158
description: '',
159159
defaultValue: 'main'

0 commit comments

Comments
 (0)