18d19d9ed4
Lot's of bugs and security fixes: https://github.com/containerd/containerd/releases/tag/v1.2.10 CVE-2019-16884 / CVE-2019-16276 https://github.com/containerd/containerd/releases/tag/v1.2.9 CVE-2019-9512 / CVE-2019-9514 / CVE-2019-9515 https://github.com/containerd/containerd/releases/tag/v1.2.8 CVE-2019-9512 / CVE-2019-9514 https://github.com/containerd/containerd/releases/tag/v1.2.7 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
32 lines
879 B
YAML
32 lines
879 B
YAML
---
|
|
|
|
containerd_versioned_pkg:
|
|
'latest': "{{ containerd_package }}"
|
|
'1.2.4': "{{ containerd_package }}=1.2.4-1"
|
|
'1.2.5': "{{ containerd_package }}=1.2.5-1"
|
|
'1.2.6': "{{ containerd_package }}=1.2.6-3"
|
|
'1.2.10': "{{ containerd_package }}=1.2.10-3"
|
|
'stable': "{{ containerd_package }}=1.2.10-3"
|
|
'edge': "{{ containerd_package }}=1.2.10-3"
|
|
|
|
containerd_package_info:
|
|
pkg_mgr: apt
|
|
pkgs:
|
|
- name: "{{ containerd_versioned_pkg[containerd_version | string] }}"
|
|
force: false
|
|
|
|
containerd_repo_key_info:
|
|
pkg_key: apt_key
|
|
url: '{{ containerd_ubuntu_repo_gpgkey }}'
|
|
repo_keys:
|
|
- '{{ containerd_ubuntu_repo_repokey }}'
|
|
|
|
containerd_repo_info:
|
|
pkg_repo: apt_repository
|
|
repos:
|
|
- >
|
|
deb {{ containerd_ubuntu_repo_base_url }}
|
|
{{ ansible_distribution_release|lower }}
|
|
{{ containerd_ubuntu_repo_component }}
|
|
|
|
runc_binary: /usr/bin/runc
|