mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
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:
commit
5313da14b9
13
qa/distros/podman/rhel_8.4_container_tools_3.0.yaml
Normal file
13
qa/distros/podman/rhel_8.4_container_tools_3.0.yaml
Normal 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
|
13
qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
Normal file
13
qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
Normal 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
|
@ -0,0 +1 @@
|
||||
.qa/distros/podman/centos_8.2_container_tools_3.0.yaml
|
@ -0,0 +1 @@
|
||||
.qa/distros/podman/rhel_8.4_container_tools_3.0.yaml
|
@ -0,0 +1 @@
|
||||
.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
|
Loading…
Reference in New Issue
Block a user