mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 21:40:44 +00:00
standard: move chunkah to fedora-only manifest
The chunkah package is not yet available in CentOS Stream/RHEL, so having it in the shared standard/manifest.yaml breaks backports (see https://gitlab.com/redhat/centos-stream/containers/bootc/-/merge_requests/1034). Move it to the top-level standard.yaml which is Fedora-specific and not backported. Assisted-by: OpenCode (Claude Opus 4.6)
This commit is contained in:
parent
9f9824c9a4
commit
9bf83ac89b
2 changed files with 4 additions and 2 deletions
|
|
@ -5,3 +5,7 @@ include:
|
|||
packages:
|
||||
# Make Ansible "package" builtin work by default
|
||||
- python3-libdnf5
|
||||
# Content-based container layer splitting for rechunking
|
||||
# Note we should be able to move this back to the base standard/manifest.yaml
|
||||
# once chunkah is in CentOS Stream and RHEL.
|
||||
- chunkah
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@ packages:
|
|||
- python3-rpm
|
||||
# Used by admins interactively
|
||||
- man-db
|
||||
# Content-based container layer splitting for rechunking
|
||||
- chunkah
|
||||
|
||||
# These are random architecture-specific packages
|
||||
packages-x86_64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue