You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
562 B

  1. ---
  2. # We keep these variables around to allow migration from package
  3. # manager controlled installs to direct download ones.
  4. containerd_package: 'containerd.io'
  5. yum_repo_dir: /etc/yum.repos.d
  6. # Keep minimal repo information around for cleanup
  7. containerd_repo_info:
  8. repos:
  9. # Ubuntu docker-ce repo
  10. containerd_ubuntu_repo_base_url: "https://download.docker.com/linux/ubuntu"
  11. containerd_ubuntu_repo_component: "stable"
  12. # Debian docker-ce repo
  13. containerd_debian_repo_base_url: "https://download.docker.com/linux/debian"
  14. containerd_debian_repo_component: "stable"