Add rocky-10#249
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Rocky Linux 10 base and minimal “scratch + rootfs tarball” images to the existing container image build system, including pytest-based validation and manual workflow support.
Changes:
- Introduces
rocky-10androcky-10-minimalimage directories (Dockerfiles, rootfs build scripts, package lists, yum/dnf configs, documentation). - Adds new pytest suites for Rocky 10 base and minimal images.
- Extends the manual build GitHub Actions workflow to allow building Rocky 10 images.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 15 comments.
Show a summary per file
| File | Description |
|---|---|
| containers/tests/test_rocky-10.py | Adds runtime validation tests for the Rocky 10 base image. |
| containers/tests/test_rocky-10-minimal.py | Adds runtime validation tests for the Rocky 10 minimal image. |
| containers/images/rocky-10/yum.conf | Adds build-time repo/config used for composing the Rocky 10 rootfs. |
| containers/images/rocky-10/README.md | Documents Rocky 10 base image usage and metadata. |
| containers/images/rocky-10/package_list | Defines packages installed into the Rocky 10 base rootfs. |
| containers/images/rocky-10/mk-image-podman.sh | Script to generate the Rocky 10 base rootfs tarball via buildah/podman. |
| containers/images/rocky-10/init.sh | Orchestrates rootfs generation inside a privileged helper container. |
| containers/images/rocky-10/Dockerfile | Builds the final Rocky 10 base image from the generated tarball. |
| containers/images/rocky-10/.gitignore | Ignores local build artifacts for Rocky 10 base. |
| containers/images/rocky-10-minimal/yum.conf | Adds build-time repo/config for the Rocky 10 minimal rootfs. |
| containers/images/rocky-10-minimal/README.md | Documents Rocky 10 minimal image usage and metadata. |
| containers/images/rocky-10-minimal/package_list | Defines packages installed into the Rocky 10 minimal rootfs. |
| containers/images/rocky-10-minimal/mk-image-podman.sh | Script to generate the Rocky 10 minimal rootfs tarball. |
| containers/images/rocky-10-minimal/init.sh | Orchestrates minimal rootfs generation inside a privileged helper container. |
| containers/images/rocky-10-minimal/Dockerfile | Builds the final Rocky 10 minimal image from the generated tarball. |
| containers/images/rocky-10-minimal/.gitignore | Ignores local build artifacts for Rocky 10 minimal. |
| .github/workflows/build-manual.yml | Adds rocky-10 and rocky-10-minimal to manual build options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Description
Rocky 10 images
Checklist: