[OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 #81519
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Which section(s) is the issue in?
What needs fixing?
OKD downloads page points to https://access.redhat.com/downloads/content/290/, while it should point to https://origin-release.ci.openshift.org/.
Repository Tags may be removed, because https://origin-release.ci.openshift.org/ has them listed.
PRODUCT_REPO='openshift'
RELEASE_NAME="okd"
These were valid for OKD based on FCOS (OKD<=4.15) which used
quay.io/openshift/okd
as the image repository.However, since 4.16 FCOS is no more and OKD is based on SCOS, so
quay.io/okd/scos-release
is used instead.Taking this into account, correct snippets for version 4.16 and later should look like this:
PRODUCT_REPO='okd'
RELEASE_NAME="scos-release"
The text was updated successfully, but these errors were encountered: