Merge pull request #43918 from thaJeztah/20.10_backport_bump_containerd_1.6.7_binary

[20.10 backport] update containerd binary to v1.6.7, runc to v1.3.1
This commit is contained in:
Tianon Gravi 2022-08-05 15:09:01 -07:00 committed by GitHub
commit 5e6d42aa9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ set -e
# the binary version you may also need to update the vendor version to pick up
# bug fixes or new APIs, however, usually the Go packages are built from a
# commit from the master branch.
: "${CONTAINERD_VERSION:=v1.6.6}"
: "${CONTAINERD_VERSION:=v1.6.7}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"

View file

@ -9,7 +9,7 @@ set -e
# the containerd project first, and update both after that is merged.
#
# When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
: "${RUNC_VERSION:=v1.1.2}"
: "${RUNC_VERSION:=v1.1.3}"
install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"