Allow containerd runtime with fedora os (30/31) - add CI test (#6094)

This commit is contained in:
Florian Ruynat
2020-05-08 16:55:43 +02:00
committed by GitHub
parent ef7076e36f
commit c44f13114f
7 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
[docker-ce]
name=Docker-CE Repository
baseurl={{ containerd_fedora_repo_base_url }}
enabled=1
gpgcheck={{ '1' if containerd_fedora_repo_gpgkey else '0' }}
gpgkey={{ containerd_fedora_repo_gpgkey }}
{% if http_proxy is defined %}proxy={{ http_proxy }}{% endif %}