From a4767aaf6bff96deda3d78b0cea21f7d0cb7d48b Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 16 Jul 2024 12:04:09 -0500 Subject: [PATCH] qa/distros/podman: add centos 9 distro to podman This commit, although a direct merge to quincy, is based on c8873c6591d368e12907669c274fd3d6391e3f68. The motivation is that centos 8 went end of life, so now we need to use centos 9. Signed-off-by: Laura Flores --- qa/distros/podman/centos_9.stream.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/distros/podman/centos_9.stream.yaml diff --git a/qa/distros/podman/centos_9.stream.yaml b/qa/distros/podman/centos_9.stream.yaml new file mode 100644 index 0000000000000..c45ae3f1ae3f9 --- /dev/null +++ b/qa/distros/podman/centos_9.stream.yaml @@ -0,0 +1,7 @@ +os_type: centos +os_version: "9.stream" +overrides: + selinux: + allowlist: + - scontext=system_u:system_r:logrotate_t:s0 + - scontext=system_u:system_r:getty_t:s0 -- 2.39.5