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>
14 lines
257 B
YAML
14 lines
257 B
YAML
---
|
|
containerd_package_info:
|
|
pkg_mgr: yum
|
|
pkgs:
|
|
- name: "{{ containerd_versioned_pkg[containerd_version | string] }}"
|
|
repo: "docker-ce"
|
|
|
|
containerd_repo_key_info:
|
|
pkg_key: ''
|
|
repo_keys: []
|
|
|
|
containerd_repo_info:
|
|
pkg_repo: ''
|
|
repos: []
|