-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
containerd: download containerd from upstream instead of using distro…
… specific packages split runc download to separate role
- Loading branch information
1 parent
f8a57f7
commit 0fe587b
Showing
26 changed files
with
211 additions
and
296 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
roles/container-engine/containerd-common/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
--- | ||
containerd_package: 'containerd.io' | ||
|
||
# Fedora docker-ce repo | ||
docker_fedora_repo_base_url: 'https://download.docker.com/linux/fedora/{{ ansible_distribution_major_version }}/$basearch/stable' | ||
docker_fedora_repo_gpgkey: 'https://download.docker.com/linux/fedora/gpg' | ||
# CentOS/RedHat docker-ce repo | ||
docker_rh_repo_base_url: 'https://download.docker.com/linux/centos/{{ ansible_distribution_major_version }}/$basearch/stable' | ||
docker_rh_repo_gpgkey: 'https://download.docker.com/linux/centos/gpg' | ||
# Ubuntu docker-ce repo | ||
docker_ubuntu_repo_base_url: "https://download.docker.com/linux/ubuntu" | ||
docker_ubuntu_repo_gpgkey: 'https://download.docker.com/linux/ubuntu/gpg' | ||
docker_ubuntu_repo_repokey: '9DC858229FC7DD38854AE2D88D81803C0EBFCD88' | ||
# Debian docker-ce repo | ||
docker_debian_repo_base_url: "https://download.docker.com/linux/debian" | ||
docker_debian_repo_gpgkey: 'https://download.docker.com/linux/debian/gpg' | ||
docker_debian_repo_repokey: '9DC858229FC7DD38854AE2D88D81803C0EBFCD88' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
--- | ||
containerd_package: containerd | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.3.2': "{{ containerd_package }}-1.3.2-1.amzn{{ ansible_distribution_major_version }}" | ||
'1.4.1': "{{ containerd_package }}-1.4.1-2.amzn{{ ansible_distribution_major_version }}" | ||
'1.4.4': "{{ containerd_package }}-1.4.4-1.amzn{{ ansible_distribution_major_version }}" | ||
'1.4.6': "{{ containerd_package }}-1.4.6-1.amzn{{ ansible_distribution_major_version }}" | ||
'stable': "{{ containerd_package }}-1.4.6-1.amzn{{ ansible_distribution_major_version }}" | ||
'edge': "{{ containerd_package }}-1.4.6-1.amzn{{ ansible_distribution_major_version }}" |
10 changes: 0 additions & 10 deletions
10
roles/container-engine/containerd-common/vars/debian-stretch.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
containerd_package: containerd |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
dependencies: | ||
- role: container-engine/containerd-common | ||
- role: container-engine/runc | ||
- role: container-engine/crictl |
36 changes: 0 additions & 36 deletions
36
roles/container-engine/containerd/tasks/containerd_repo.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.