Skip to content

Commit

Permalink
Merge pull request #43433 from thaJeztah/20.10_backport_update_contai…
Browse files Browse the repository at this point in the history
…nerd_runc

[20.10 backport] update containerd binary to v1.6.3, runc v1.1.1
  • Loading branch information
AkihiroSuda committed Apr 28, 2022
2 parents 2929771 + 47b6a92 commit 0809f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/containerd.installer
Expand Up @@ -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.5.11}"
: "${CONTAINERD_VERSION:=v1.6.3}"

install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfile/install/runc.installer
Expand Up @@ -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.0.3}"
: "${RUNC_VERSION:=v1.1.1}"

install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"
Expand Down

0 comments on commit 0809f5f

Please sign in to comment.