Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 #81519

Open
pczarnik opened this issue Sep 9, 2024 · 0 comments · May be fixed by #81520
Open

Comments

@pczarnik
Copy link

pczarnik commented Sep 9, 2024

Which section(s) is the issue in?

What needs fixing?

  1. In:

Review the OKD downloads page to determine the version of OKD that you want to install and determine the corresponding tag on the Repository Tags page.

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.

  1. Code snippets reference old image repository and release-name that were used before the switch from FCOS to SCOS:
  • 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"
@pczarnik pczarnik changed the title [OKD] Incorrect PRODUCT_REPO and RELEASE_NAME in "Mirroring images for a disconnected installation" in 4.16 and latest [OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 and latest Sep 11, 2024
@pczarnik pczarnik changed the title [OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 and latest [OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant