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

Commit c68e88f

Browse files
committed
update containerd runtime v1.2.13
The thirteenth patch release for `containerd` 1.2 fixes a regression introduced in v1.2.12 that caused container/shim to hang on single core machines, fixes an issue with blkio, and updates the Golang runtime to 1.12.17. * Fix container pid race condition * Update containerd/cgroups dependency to address blkio issue * Set octet-stream content-type on PUT request * Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed * Update Golang runtime to 1.12.17, which includes a fix to the runtime full diff: containerd/containerd@v1.2.12...v1.2.13 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: c6afabf3b335163091ec978ca878072f7bb94f4b Component: engine
1 parent 6da9593 commit c68e88f

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=35bd7a5f69c13e1563af8a93431411cd9ecf5021 # v1.2.12
7+
CONTAINERD_COMMIT=7ad184331fa3e55e52b890ea95e65ba581ae3429 # v1.2.13
88

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

0 commit comments

Comments
 (0)