Drop podman-docker from CentOS/RHEL8

Commit a5ca5d269d removed the docker
packages; we can remove it from the CentOS8 and RHEL8 blocks as well.

Related: rhbz#1858372

Change-Id: I6896232cdc339f68d7f6eca807ef0925af45ae46
Signed-off-by: Lon Hohberger <lhh@redhat.com>
(cherry picked from commit 7cc43a4956)
This commit is contained in:
Lon Hohberger 2020-08-11 19:25:20 +00:00
parent 4eca5b71cf
commit 405c8d4013
1 changed files with 2 additions and 6 deletions

View File

@ -3,17 +3,13 @@
"rhel": { "rhel": {
"8": { "8": {
"yum_plugin_priorities_package": "", "yum_plugin_priorities_package": "",
"docker": "podman-docker", "python_ipaddr": ""
"python_ipaddr": "",
"python_docker_py": ""
} }
}, },
"centos": { "centos": {
"8": { "8": {
"yum_plugin_priorities_package": "", "yum_plugin_priorities_package": "",
"docker": "podman-docker", "python_ipaddr": ""
"python_ipaddr": "",
"python_docker_py": ""
} }
} }
}, },