Skip to content

Allow rockylinux:9 base image #34

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

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Allow rockylinux:9 base image #34

merged 1 commit into from
Aug 29, 2023

Conversation

Alex-Welsh
Copy link
Member

This change adds an argument to change the base image when building a kayobe container image, with support for rocky linux 9. This is required for the Zed release of Openstack because there is no support for CentOS 8.

Ideally it'd be a bit more flexible with the exact image used but this is already a bit of a yak-shave away from what I should be doing at the moment anyway.

@Alex-Welsh Alex-Welsh requested a review from a team as a code owner August 24, 2023 15:11
@Alex-Welsh Alex-Welsh requested a review from jovial August 24, 2023 15:11
# Hoepfully they have fixed this issue before this old
# package is removed.
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2043753
RUN dnf install -y rsync-3.1.3-14.el8 && dnf clean all
Copy link
Member Author

Choose a reason for hiding this comment

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

I haven't tested this change with CS8, but I'm assuming I can move this to the core dnf install. I'm happy to move it back if I'm assuming wrongly though.

This change adds an argument to change the base image when building a
kayobe container image, with support for Rocky Linux 9. This is
required for the Zed release of Openstack because there is no support
for CentOS 8.
@Alex-Welsh Alex-Welsh merged commit 467fc36 into main Aug 29, 2023
@Alex-Welsh Alex-Welsh deleted the variable-image branch August 29, 2023 12:13
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.

2 participants