[20.10] update containerd binary to v1.6.16

Notable Updates

- Fix push error propagation
- Fix slice append error with HugepageLimits for Linux
- Update default seccomp profile for PKU and CAP_SYS_NICE
- Fix overlayfs error when upperdirlabel option is set

full diff: https://github.com/containerd/containerd/compare/v1.6.15...v1.6.16

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-01-30 09:17:32 +01:00
parent 6051f14291
commit 526ae907e2
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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.15}"
: "${CONTAINERD_VERSION:=v1.6.16}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"