Add AlmaLinux Docker images with Ansible support - #1
Merged
Conversation
Fixes: 1. Quote $pip_packages variable in all Dockerfiles to prevent word-splitting - docker-almalinux8-ansible/Dockerfile:48 - docker-almalinux9-ansible/Dockerfile:48 - docker-almalinux10-ansible/Dockerfile:42 2. Fix alternatives command in AlmaLinux 8 and 9 Dockerfiles - Removed incorrect update-alternatives fallback (not available on RHEL) - Use proper alternatives --install then alternatives --set sequence - docker-almalinux8-ansible/Dockerfile:41-42 - docker-almalinux9-ansible/Dockerfile:41-42 All issues identified by CodeRabbit --prompt-only review.
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.
Summary
Adds AlmaLinux 8, 9, and 10 Docker images with Ansible support, including a comprehensive GitHub Actions workflow for automated builds and publishing.
Features
Docker Images
latestandcore-2.16mrkoopie/almalinux{8,9,10}-ansibleGitHub Actions Workflow
Smart Build Strategy:
pr-{number}-latest,pr-{number}-core-2.16latest,core-2.16Build Optimization:
Quality Assurance
✅ CodeRabbit Reviews (3 passes - all issues resolved):
$pip_packagesvariables in all Dockerfilesalternativescommand for RHEL/AlmaLinux compatibilityupdate-alternativesfallback✅ Validation:
Files Added
.github/workflows/build.yml- CI/CD workflow (485 lines)docker-almalinux8-ansible/- AlmaLinux 8 image filesdocker-almalinux9-ansible/- AlmaLinux 9 image filesdocker-almalinux10-ansible/- AlmaLinux 10 image filesPrerequisites
Before merging, add these GitHub secrets:
DOCKERHUB_USERNAMEDOCKERHUB_TOKENTest Plan
After merge:
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com