1945499e2f
Upgrading docker / containerd without adapting the configuration might break the node, so disable docker-ce repo by default. We are already using dpkg hold for Debian. All containerd.io packages provide /usr/bin/runc, so no need to check yum_conf was never used for containerd module_hotfixes should not be needed with the EL8 repo Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
7 lines
262 B
Django/Jinja
7 lines
262 B
Django/Jinja
[docker-ce]
|
|
name=Docker-CE Repository
|
|
baseurl={{ containerd_fedora_repo_base_url }}
|
|
enabled=0
|
|
gpgcheck={{ '1' if containerd_fedora_repo_gpgkey else '0' }}
|
|
gpgkey={{ containerd_fedora_repo_gpgkey }}
|
|
{% if http_proxy is defined %}proxy={{ http_proxy }}{% endif %}
|