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

Bump container disk images to CentOS stream 9 #237

Merged
merged 3 commits into from
Jul 29, 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.

Fixes #234.

[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.

[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]>
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.

[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 12:34
@orelmisan orelmisan requested a review from RamLavi July 29, 2024 12:34
@orelmisan
Copy link
Member Author

Tested on an OpenShift Virtualization 4.17 cluster.

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

@RamLavi
Copy link
Collaborator

RamLavi commented Jul 29, 2024

/lgtm

feel free to merge

@orelmisan orelmisan merged commit d67d80a into kiagnose:main Jul 29, 2024
6 checks passed
@orelmisan orelmisan deleted the bump-to-centos-stream-9 branch July 29, 2024 19:00
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 images
2 participants