-
Notifications
You must be signed in to change notification settings - Fork 13
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
rpm: add rockylinux and almalinux #138
base: main
Are you sure you want to change the base?
Conversation
bcfb685
to
e4c5162
Compare
@@ -68,7 +68,7 @@ if [ -n "$(xx-info variant)" ]; then | |||
fi | |||
|
|||
case "$PKG_RELEASE" in | |||
centos7|centos8|centos9|oraclelinux*) | |||
centos7|centos8|centos9|oraclelinux*|rockylinux8) |
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.
What about rockylinux9 ?
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.
Hum right, excluding btrfs on rocky 8 or 9 doesn't look necessary actually. Probably since we don't install btrfs deps anymore since #79. I will revisit this for centos and oraclelinux, this might have been an oversight.
66d109d
to
d95cbe2
Compare
Added alma linux as well |
@thaJeztah @neersighted I see rocky and alma pkgs are being built for containerd now: docker/containerd-packaging@967611b. Are we good merging this one? |
3a2e57a
to
453c591
Compare
What's the current status? EOL of CentOS Stream 8 is approaching (2024-05-31), so it would be nice to merge this soon |
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
We can merge this one for testing but release packaging happening on |
Do you know how frequently they decide to update those links, @crazy-max? Meanwhile, many Rocky users have no choice but to use CentOS packages. |
fyi @AkihiroSuda @thaJeztah @neersighted