Skip to content

Commit

Permalink
Bump Containerd version
Browse files Browse the repository at this point in the history
Fix for opencontainers/runc#1884
is in opencontainers/runc#1916

- problem described in 1884 is independent of kubernetes version.
- happens with kernel >= v4.8
- fixed in runc version v1.0.0-rc6 and above ( opencontainers/runc@9a3a8a5 )
- which got pulled into containerd v1.3.0-beta.0 and above ( containerd/containerd@97dd5df#diff-4061fcef378a6d912e14e2ce162a1995)
  • Loading branch information
dims committed Oct 14, 2019
1 parent f0a7c02 commit 1a00e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/capi/packer/config/containerd.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"containerd_version": "1.2.9",
"containerd_sha256": "a1e8d3f6427f3146d8a3cce7a5d5fd55db0365697ece91506f74d116bdf0dff3"
}
"containerd_version": "1.3.0",
"containerd_sha256": "47653ab55b58668ce93704e47b727b41f57d296e4048d6860daf55d6b7c2bf18"
}

0 comments on commit 1a00e1b

Please sign in to comment.