summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2023-03-31 00:48:19 +0200
committerSebastiaan van Stijn <github@gone.nl>2023-04-28 00:57:43 +0200
commit4fc8f8b4d8394e1c054255fba449a1d168ecffde (patch)
tree2bd46745eb6565a943168fc559b16d0fbf0cb2a2
parentbb3ba157db5d072e09ccab97096d131e68879b7c (diff)
downloaddocker-4fc8f8b4d8394e1c054255fba449a1d168ecffde.tar.gz
update containerd binary to v1.6.20
Notable Updates - Disable looking up usernames and groupnames on host - Add support for Windows ArgsEscaped images - Update hcsshim to v0.9.8 - Fix debug flag in shim - Add WithReadonlyTempMount to support readonly temporary mounts - Update ttrpc to fix file descriptor leak - Update runc binary to v1.1.5 = Update image config to support ArgsEscaped full diff: https://github.com/containerd/containerd/compare/v1.6.19...v1.6.20 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 389e18081dacc6a88e7bb9086afb87ae9ccc62b3) 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 d3c5acda7c..141bb84276 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.19}"
+: "${CONTAINERD_VERSION:=v1.6.20}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"