Skip to content

Commit aef782f

Browse files
committed
update containerd binary to v1.5.8
The eighth patch release for containerd 1.5 contains a mitigation for CVE-2021-41190 as well as several fixes and updates. Notable Updates * Handle ambiguous OCI manifest parsing * Filter selinux xattr for image volumes in CRI plugin * Use DeactiveLayer to unlock layers that cannot be renamed in Windows snapshotter * Fix pull failure on unexpected EOF * Close task IO before waiting on delete * Log a warning for ignored invalid image labels rather than erroring * Update pull to handle of non-https urls in descriptors See the changelog for complete list of changes Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c09dcfc commit aef782f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515
# the binary version you may also need to update the vendor version to pick up
1616
# bug fixes or new APIs, however, usually the Go packages are built from a
1717
# commit from the master branch.
18-
: "${CONTAINERD_VERSION:=v1.5.7}"
18+
: "${CONTAINERD_VERSION:=v1.5.8}"
1919

2020
install_containerd() (
2121
echo "Install containerd version $CONTAINERD_VERSION"

0 commit comments

Comments
 (0)