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

Upgrade container disk image to CentOS Stream 9 #73

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

orelmisan
Copy link
Member

@orelmisan orelmisan commented Jul 29, 2024

CentOS stream 8 had reached EOL [1] and it breaks our automation for
building the container disk image due to [2].

Our console package does not correctly handle Bracketed-paste [3],
disable it for now.

On CentOS stream 9 it is required to enable the rt repo in order to install a real-time kernel.

The real-time tests package name was changed.

Fixes #70.

[1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/

[2] https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve

[3] https://en.wikipedia.org/wiki/Bracketed-paste

CentOS stream 8 had reached EOL [1] and it breaks our automation for
building the container disk image due to [2].

Our console package does not correctly handle Bracketed-paste [3],
disable it for now.

On CentOS stream 9 it is required to enable the `rt` repo
in order to install a real-time kernel.

The real-time tests package name was changed.

[1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/

[2] https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve

[3] https://en.wikipedia.org/wiki/Bracketed-paste

Signed-off-by: Orel Misan <[email protected]>
Following the previous commits to upgrade
the container disk images to use CentOS stream 9,
the current values set by the `stty` command fail.

Change it to the maximal values that are accepted.

Signed-off-by: Orel Misan <[email protected]>
@orelmisan orelmisan marked this pull request as ready for review July 29, 2024 20:51
@orelmisan orelmisan requested a review from RamLavi July 29, 2024 20:51
@orelmisan
Copy link
Member Author

Tested against an OpenShift Virtualization v4.17 cluster.

@orelmisan orelmisan changed the title Upgrade container disk image Upgrade container disk image to CentOS Stream 9 Jul 29, 2024
Copy link
Collaborator

@RamLavi RamLavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

feel free to merge

@orelmisan orelmisan merged commit 50997ad into kiagnose:main Jul 30, 2024
6 checks passed
@orelmisan orelmisan deleted the upgrade-container-disk-image branch July 30, 2024 18:24
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 this pull request may close these issues.

Use CentOS stream 9 based container disk image
2 participants