Skip to content

Commit d5768d9

Browse files
martinpittrichm
authored andcommitted
feat: Support this role in container environments and builds
Feature: Support running this role during container builds and in container environments. Reason: This is particularly useful for building bootc derivative OSes. It's also desirable to run roles in system containers. Result: These flags enable running the container scenarios in CI, which ensures that the role works in podman system containers as well as buildah build environment and thus allows us to officially support this role for image mode builds. Actual roles may opt out of this by dropping the corresponding tag.
1 parent f1119e3 commit d5768d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meta/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ galaxy_info:
1717
- el9
1818
- el10
1919
- fedora
20+
# Support running this role in system container environments, and enable
21+
# tests. Remove if not applicable.
22+
- container
23+
# Support running this role during container builds (mostly useful for
24+
# bootc), and enable tests. Remove if not applicable.
25+
- containerbuild
2026
dependencies: []

0 commit comments

Comments
 (0)