summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2023-05-05 20:52:00 +0200
committerSebastiaan van Stijn <github@gone.nl>2023-05-05 21:04:03 +0200
commit9b6ec6dbba45d309ef80eda30b1c3914eb2840bd (patch)
treef733279c62056c078aeb7cbc00843d6487a5bad3
parent3275e2a936789f19f9e7c5371ae3451579821968 (diff)
downloaddocker-9b6ec6dbba45d309ef80eda30b1c3914eb2840bd.tar.gz
update containerd binary to v1.6.21
release notes: https://github.com/containerd/containerd/releases/tag/v1.6.21 Notable Updates - update runc binary to v1.1.7 - Remove entry for container from container store on error - oci: partially restore comment on read-only mounts for uid/gid uses - windows: Add ArgsEscaped support for CRI - oci: Use WithReadonlyTempMount when adding users/groups - archive: consistently respect value of WithSkipDockerManifest full diff: https://github.com/containerd/containerd/compare/c0efc63d3907...v1.6.21 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit edadebe1773670adc6f017a30dd16943ffa327ac) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rwxr-xr-xhack/dockerfile/install/containerd.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/containerd.installer b/hack/dockerfile/install/containerd.installer
index 141bb84276..ea6c465d37 100755
--- a/hack/dockerfile/install/containerd.installer
+++ b/hack/dockerfile/install/containerd.installer
@@ -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.20}"
+: "${CONTAINERD_VERSION:=v1.6.21}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"