From 99280133c25f4573b52008aa93fe2ceb58459178 Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Wed, 15 Mar 2017 08:08:39 -0700 Subject: [PATCH] Update containerd to version 422e31ce907fd9c3833a38d7b8fdd023e5a76e73 This fixes an issue preventing containerd from starting if the state directory didn't exist already. Signed-off-by: Kenfe-Mickael Laventure --- hack/dockerfile/binaries-commits | 2 +- vendor.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/dockerfile/binaries-commits b/hack/dockerfile/binaries-commits index 9830f9a821..50f8f341df 100644 --- a/hack/dockerfile/binaries-commits +++ b/hack/dockerfile/binaries-commits @@ -4,7 +4,7 @@ TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228 -CONTAINERD_COMMIT=7c92ec529830300eae0f524a45f7b7394104d4f5 +CONTAINERD_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73 TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574 LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e VNDR_COMMIT=19220953c4a45310a4c404b7905154e29120249e diff --git a/vendor.conf b/vendor.conf index e161190341..917f886627 100644 --- a/vendor.conf +++ b/vendor.conf @@ -100,7 +100,7 @@ google.golang.org/genproto b3e7c2fb04031add52c4817f53f43757ccbf9c18 github.com/docker/docker-credential-helpers v0.5.0 # containerd -github.com/docker/containerd 7c92ec529830300eae0f524a45f7b7394104d4f5 +github.com/docker/containerd 422e31ce907fd9c3833a38d7b8fdd023e5a76e73 github.com/tonistiigi/fifo 1405643975692217d6720f8b54aeee1bf2cd5cf4 # cluster