Add RHEL10 derivatives (Alma, Oracle, Rocky Linux)#413
Merged
vvoland merged 5 commits intodocker:mainfrom Apr 16, 2026
Merged
Conversation
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Member
|
Do they provide their own images somewhere? |
Collaborator
Author
|
Hmm looks like they have https://hub.docker.com/r/rockylinux/rockylinux EDIT: Oh, looks like we're using this one already! I just didn't notice and tried to use the DOI 😅 |
Member
|
Oh! There is an official image, just not for 10? That's odd https://hub.docker.com/_/rockylinux |
Collaborator
Author
|
Yes, the DOI seems to be out of date, but the Rocky Linux official image (the one we actually use here) is ok: https://hub.docker.com/r/rockylinux/rockylinux |
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
The rpmlint package requires dependencies from the CRB (CodeReady Builder) repository on Alma Linux 10. Previous installation order was attempting to install rpmlint before the CRB repository was enabled. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
The rpmlint package requires dependencies from the CRB (CodeReady Builder) repository on Oracle Linux 10. Previous installation order was attempting to install rpmlint before the CRB repository was enabled. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
thaJeztah
reviewed
Apr 15, 2026
Comment on lines
82
to
84
| rhel*) | ||
| # skipping rpmlint as it requires dependencies not available in ubi images | ||
| dnf install -y git rpm-build dnf-plugins-core |
Member
There was a problem hiding this comment.
I just recalled we skipped rpmlint here; do we actually run it anywhere?
Collaborator
Author
There was a problem hiding this comment.
Not sure actually. I assumed this was called somewhere implicitly by the RPM build but...
@crazy-max any idea?
crazy-max
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We already build RHEL10 packages so we should also support the derivatives too.