Skip to content

Commit 4795e17

Browse files
committed
feat: Support this role in container builds
Feature: Support running the cockpit role during container builds. Reason: This is particularly useful for building bootc derivative OSes. Result: These flags enable running the bootc container scenarios in CI, which ensures that the role works in buildah build environment. This allows us to officially support this role for image mode builds. Do *not* enable the role for system containers (the `container`) flag. `rsyslog.service` is not designed to work in containers, and fails in all RHEL/CentOS and older Fedora releases (it finally works in Fedora 42). Fixes https://issues.redhat.com/browse/RHEL-88689
1 parent c0e4765 commit 4795e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ galaxy_info:
2424
- logging
2525
- redhat
2626
- rsyslog
27+
- containerbuild
2728
allow_duplicates: true

0 commit comments

Comments
 (0)