2020-06-05 12:55:44 +00:00
|
|
|
---
|
2021-10-20 15:47:58 +00:00
|
|
|
# We keep these variables around to allow migration from package
|
|
|
|
# manager controlled installs to direct download ones.
|
2020-06-05 12:55:44 +00:00
|
|
|
containerd_package: 'containerd.io'
|
2021-10-20 15:47:58 +00:00
|
|
|
yum_repo_dir: /etc/yum.repos.d
|
|
|
|
|
|
|
|
# Keep minimal repo information arround for cleanup
|
|
|
|
containerd_repo_info:
|
|
|
|
repos:
|
2021-06-21 12:18:51 +00:00
|
|
|
|
|
|
|
# Ubuntu docker-ce repo
|
2021-10-20 15:47:58 +00:00
|
|
|
containerd_ubuntu_repo_base_url: "https://download.docker.com/linux/ubuntu"
|
|
|
|
containerd_ubuntu_repo_component: "stable"
|
|
|
|
|
2021-06-21 12:18:51 +00:00
|
|
|
# Debian docker-ce repo
|
2021-10-20 15:47:58 +00:00
|
|
|
containerd_debian_repo_base_url: "https://download.docker.com/linux/debian"
|
|
|
|
containerd_debian_repo_component: "stable"
|