summaryrefslogtreecommitdiffstats
path: root/qa/distros/podman/centos_8.stream_container_tools.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/distros/podman/centos_8.stream_container_tools.yaml')
-rw-r--r--qa/distros/podman/centos_8.stream_container_tools.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/qa/distros/podman/centos_8.stream_container_tools.yaml b/qa/distros/podman/centos_8.stream_container_tools.yaml
new file mode 100644
index 000000000..4a76306f1
--- /dev/null
+++ b/qa/distros/podman/centos_8.stream_container_tools.yaml
@@ -0,0 +1,14 @@
+os_type: centos
+os_version: "8.stream"
+overrides:
+ selinux:
+ whitelist:
+ - scontext=system_u:system_r:logrotate_t:s0
+
+tasks:
+- pexec:
+ all:
+ - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
+ - sudo dnf -y module reset container-tools
+ - sudo dnf -y module install container-tools --allowerasing --nobest
+ - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf