openshift-install - ignition config pointing to an old version image

Latest response

I am trying to install openshift 4.9.5 in a restricted environment and was able to successfully run the release mirror step.

After the release mirror sync I extracted the openshift-install with the release extract command and generated the ignition config file.

The bootstrap fails with trying to download an image which doesnt exists in the registry.

On investigating further I found that the image it is trying to download if of 4.5.13 release rather than 4.9.5.

[root@lvencnvapp001u cnv7]# ./openshift-install version
./openshift-install 4.9.5
built from commit 8223216bdcef5de56b52240ab7160ca909a9e56c
release image :5000/ocp4/openshift4@sha256:386f4e08c48d01e0c73d294a88bb64fac3284d1d16a5b8938deb3b8699825a88
release architecture amd64

Error from release image download during bootstrap

Error reading manifest sha256:8d104847fc2371a983f7cb01c7c0a3ab35b7381d6bf7ce355d9b32a08c0031f0 in

podman pull quay.io/openshift-release-dev/ocp-release@sha256:8d104847fc2371a983f7cb01c7c0a3ab35b7381d6bf7ce355d9b32a08c0031f0

podman inspect 5eb963e8ab

"Labels": {
            "io.openshift.release": "4.5.13",
            "io.openshift.release.base-image-digest": "sha256:deeb69b2e6cbcba79a8f7ae00ca9fe026a826b63497cba71988a05398605c4fb"

I am unable to understand why doesnt the openshift-install point to the right release image.

Responses