de21e0431a
New labels: container_runtime, containerd or fallback to host-docker containerd_version, taken from https://github.com/containerd/containerd/releases containerd_tarball_url, eg https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.4.linux-amd64.tar.gz containerd_tarball_sha256, sha256 of the above tarball story: 2007317 task: 38823 Change-Id: I6c6599cdee61f508bd2a5e4c454da3125a256753 Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
22 lines
687 B
YAML
22 lines
687 B
YAML
---
|
|
features:
|
|
- |
|
|
New labels to support containerd as a runtime.
|
|
|
|
container_runtime
|
|
The container runtime to use. Empty value means, use docker from the
|
|
host. Since ussuri, apart from empty (host-docker), containerd is also
|
|
an option.
|
|
|
|
containerd_version
|
|
The containerd version to use as released in
|
|
https://github.com/containerd/containerd/releases and
|
|
https://storage.googleapis.com/cri-containerd-release/
|
|
|
|
containerd_tarball_url
|
|
Url with the tarball of containerd's binaries.
|
|
|
|
containerd_tarball_sha256
|
|
sha256 of the tarball fetched with containerd_tarball_url or from
|
|
https://storage.googleapis.com/cri-containerd-release/.
|