ea8e2fc651
* Containerd: download containerd from upstream instead of using distro specific packages split runc download to separate role make bootstrap-os role deploy container-selinux and seccomp libraries clean up package manager provided containerd move variables to docker role that are no longer common with containerd * Containerd: make molecule testing more relevant * replace ubuntu18 with ubuntu20 * add centos8 and debian11 to molecule tests * run kubernetes/preinstall role to ensure relevancy of test including dependency packages * CI: adjust test scenarios for downloaded containerd
17 lines
563 B
YAML
17 lines
563 B
YAML
---
|
|
# We keep these variables around to allow migration from package
|
|
# manager controlled installs to direct download ones.
|
|
containerd_package: 'containerd.io'
|
|
yum_repo_dir: /etc/yum.repos.d
|
|
|
|
# Keep minimal repo information arround for cleanup
|
|
containerd_repo_info:
|
|
repos:
|
|
|
|
# Ubuntu docker-ce repo
|
|
containerd_ubuntu_repo_base_url: "https://download.docker.com/linux/ubuntu"
|
|
containerd_ubuntu_repo_component: "stable"
|
|
|
|
# Debian docker-ce repo
|
|
containerd_debian_repo_base_url: "https://download.docker.com/linux/debian"
|
|
containerd_debian_repo_component: "stable"
|