-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add CentOS 9 support #225
Add CentOS 9 support #225
Conversation
lib/beaker-hostgenerator/data.rb
Outdated
}, | ||
:docker => { | ||
# This is a prerelease image | ||
'image' => 'quay.io/centos/centos:stream9-development', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yey for not pulling from dockerhub
Now that it's no longer preview and there's EL9 packages out, this is rebased. |
Codecov Report
@@ Coverage Diff @@
## master #225 +/- ##
=========================================
- Coverage 0.52% 0.52% -0.01%
=========================================
Files 14 14
Lines 2461 2473 +12
=========================================
Hits 13 13
- Misses 2448 2460 +12
Continue to review full report at Codecov.
|
I just rebased theforeman/puppet-tftp#126 to verify this. |
Looks like this beaker-hostgenerator part works but beaker/beaker-docker fails because it tries to install curl where curl-minimal is present. |
This uses pre-release images and pretends it's the EL8 packaging platform.