mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Dockerfile: test containerd v2.1.5 (linux), v2.0.7 (windows)
Update the version of containerd used in CI and for static binaries to v2.1.5 (linux) and v2.0.7 (windows) Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
@@ -10,7 +10,7 @@ set -e
|
||||
# as is specified here.
|
||||
#
|
||||
# Generally, the commit specified here should match a tagged release.
|
||||
: "${CONTAINERD_VERSION:=v2.1.4}"
|
||||
: "${CONTAINERD_VERSION:=v2.1.5}"
|
||||
|
||||
install_containerd() (
|
||||
echo "Install containerd version $CONTAINERD_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user