Merge pull request #43021 from sebastian-philipp/rhel_8.3_container_tools_rhel8.yaml

qa/distros/podman: Add rhel_8.3_container_tools_rhel8.yaml

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Sebastian Wagner 2021-09-03 11:44:19 +02:00 committed by GitHub
commit 5313da14b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,13 @@
os_type: rhel
os_version: "8.4"
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:3.0
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf

View File

@ -0,0 +1,13 @@
os_type: rhel
os_version: "8.4"
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:rhel8
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf

View File

@ -0,0 +1 @@
.qa/distros/podman/centos_8.2_container_tools_3.0.yaml

View File

@ -0,0 +1 @@
.qa/distros/podman/rhel_8.4_container_tools_3.0.yaml

View File

@ -0,0 +1 @@
.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml