We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f38f8a + 434e392 commit a3986dcCopy full SHA for a3986dc
boilerplate/openshift/golang-osd-e2e/update
@@ -21,9 +21,9 @@ OPERATOR_NAME_CAMEL_CASE=${OPERATOR_PROPER_NAME// /}
21
22
mkdir -p "${E2E_SUITE_DIRECTORY}"
23
24
-E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.21
+E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21
25
if [[ -n ${KONFLUX_BUILDS} ]]; then
26
- E2E_SUITE_BUILDER_IMAGE="brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24"
+ E2E_SUITE_BUILDER_IMAGE="brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25"
27
fi
28
29
echo "syncing ${E2E_SUITE_DIRECTORY}/Dockerfile"
0 commit comments