-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 pin container_manager=containerd for molecule test
- Loading branch information
1 parent
09af3ab
commit bf970a4
Showing
27 changed files
with
215 additions
and
295 deletions.
There are no files selected for viewing
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,3 @@ | ||
--- | ||
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' | ||
seccomp_package: 'libseccomp' |
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 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,11 +1,2 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.3.7': "{{ containerd_package }}=1.3.7-1" | ||
'1.3.9': "{{ containerd_package }}=1.3.9-1" | ||
'1.4.3': "{{ containerd_package }}=1.4.3-2" | ||
'1.4.4': "{{ containerd_package }}=1.4.4-1" | ||
'1.4.6': "{{ containerd_package }}=1.4.6-1" | ||
'1.4.9': "{{ containerd_package }}=1.4.9-1" | ||
'stable': "{{ containerd_package }}=1.4.9-1" | ||
'edge': "{{ containerd_package }}=1.4.9-1" | ||
seccomp_package: 'libseccomp2' |
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 |
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
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.