Draft
Conversation
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Rocky Linux support for cookbook
Add Rocky Linux and AlmaLinux support
Dec 6, 2025
Member
|
@copilot fix the markdown error |
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Author
Member
|
@copilot add those platforms to ci.yml |
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Author
Added in commit e66e072:
Note: Rocky Linux is intentionally excluded from installation-script tests (as configured in kitchen.yml line 35), matching the AlmaLinux exclusion pattern. |
…se-please Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Author
Done in commit c2ebdfd:
|
Member
|
@copilot ignore multiple consecutive blank lines in markdown |
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Author
Slowest examplesTop 10 slowest examples (2.13 seconds, 26.48% of total time)
|
Member
|
@copilot ignore md004 markdown error |
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Author
Slowest examplesTop 10 slowest examples (1.9 seconds, 24.82% of total time)
|
damacus
approved these changes
Dec 13, 2025
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.
Changes Made
This PR adds support for Rocky Linux and AlmaLinux distributions to the Docker cookbook.
Code Changes
resources/installation_package.rb: Added explicit platform detection for Rocky Linux and AlmaLinux to map them to CentOS repositories (Docker provides CentOS repos that work with these RHEL-compatible distributions)spec/docker_test/installation_package_spec.rb: Added comprehensive unit tests for Rocky Linux 8/9 and AlmaLinux 8/9metadata.rb: Added Rocky Linux and AlmaLinux to supported platformsREADME.md: Updated Platform Support section to list Rocky Linux 8/9 and AlmaLinux 8/9.github/workflows/ci.yml: Added Rocky Linux 8/9/10 to integration test matrix and Rocky Linux 8/9 to smoke test matrix.github/copilot-instructions.md: Updated instructions to reflect that this repository uses release-please for automatic changelog generation (do not manually update CHANGELOG.md).markdownlint-cli2.yamland.mdlrc: Disabled MD004 (ul-style) and MD012 (no-multiple-blanks) rules to allow flexible markdown formattingTechnical Details
Rocky Linux and AlmaLinux are binary-compatible successors to CentOS. The implementation adds explicit platform detection that maps these platforms to use 'centos' in the Docker repository URL:
This ensures compatibility since Docker doesn't provide Rocky/Alma-specific repositories.
Testing
Rocky Linux is intentionally excluded from installation-script tests (as configured in kitchen.yml), matching the AlmaLinux exclusion pattern.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.