Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 223df48

Browse files
committed
update containerd binary to v1.3.8
full diff: containerd/containerd@v1.3.7...v1.3.8 Release notes: containerd 1.3.8 ---------------------- Welcome to the v1.3.8 release of containerd! The eighth patch release for containerd 1.3 includes several bug fixes and updates. Notable Updates - Fix metrics monitoring of v2 runtime tasks - Fix nil pointer error when restoring checkpoint - Fix devmapper device deletion on rollback - Fix integer overflow on Windows - Update seccomp default profile Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 1babdf81e764c63a53c99dddaf08a9953ae2da16 Component: engine
1 parent 3ed5852 commit 223df48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# containerd is also pinned in vendor.conf. When updating the binary
55
# version you may also need to update the vendor version to pick up bug
66
# fixes or new APIs.
7-
: "${CONTAINERD_COMMIT:=8fba4e9a7d01810a393d5d25a3621dc101981175}" # v1.3.7
7+
: "${CONTAINERD_COMMIT:=7fb6e171309113ddcb8ea9599e34321550469250}" # v1.3.8
88

99
install_containerd() {
1010
echo "Install containerd version $CONTAINERD_COMMIT"

0 commit comments

Comments
 (0)