mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 12:32:40 +00:00
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)
11 lines
349 B
YAML
11 lines
349 B
YAML
include:
|
|
- fedora-includes/generic.yaml
|
|
- standard/manifest.yaml
|
|
|
|
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
|