Skip to content

Commit c781b76

Browse files
committed
Update rebase job entrypoing to use 5.0 image names
1 parent b8099d5 commit c781b76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/auto-rebase/rebase_job_entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ -z "${PULLSPEC_RELEASE_AMD64:-}" ]]; then
6565
oc registry login --to=/tmp/registry.json
6666
release_amd64="$(oc image info --registry-config=/tmp/registry.json $OPENSHIFT_RELEASE_IMAGE -o json | jq -r '.config.config.Labels."io.openshift.release"')"
6767

68-
PULLSPEC_RELEASE_AMD64="registry.ci.openshift.org/ocp/release:${release_amd64}"
68+
PULLSPEC_RELEASE_AMD64="registry.ci.openshift.org/ocp/release-5:${release_amd64}"
6969
else
7070
echo "INFO: Using provided PULLSPEC_RELEASE_AMD64: ${PULLSPEC_RELEASE_AMD64}"
7171
fi
@@ -77,7 +77,7 @@ if [[ -z "${PULLSPEC_RELEASE_ARM64:-}" ]]; then
7777
oc registry login --to=/tmp/registry.json
7878
release_arm64="$(oc image info --registry-config=/tmp/registry.json $OPENSHIFT_RELEASE_IMAGE_ARM -o json | jq -r '.config.config.Labels."io.openshift.release"')"
7979

80-
PULLSPEC_RELEASE_ARM64="registry.ci.openshift.org/ocp-arm64/release-arm64:${release_arm64}"
80+
PULLSPEC_RELEASE_ARM64="registry.ci.openshift.org/ocp-arm64/release-5-arm64:${release_arm64}"
8181
else
8282
echo "INFO: Using provided PULLSPEC_RELEASE_ARM64: ${PULLSPEC_RELEASE_ARM64}"
8383
fi

0 commit comments

Comments
 (0)