From 3c0eab373a6f0d0ab6e7ff0aa90aec86b573eff7 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Wed, 30 Aug 2017 14:26:59 -0700 Subject: [PATCH] bump runc version This picks up 66eb2a3e8fc930e1bb6703561152edf5ab550bff, which fixes readonly containers in user namespaces. Signed-off-by: Tycho Andersen Upstream-commit: 47e9d856c43b6b251d86afc099ec092aa83b1534 Component: engine --- components/engine/hack/dockerfile/binaries-commits | 2 +- components/engine/vendor.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/hack/dockerfile/binaries-commits b/components/engine/hack/dockerfile/binaries-commits index 3a1037c20e..e6eb723c02 100644 --- a/components/engine/hack/dockerfile/binaries-commits +++ b/components/engine/hack/dockerfile/binaries-commits @@ -3,7 +3,7 @@ TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly -RUNC_COMMIT=3f2f8b84a77f73d38244dd690525642a72156c64 +RUNC_COMMIT=1c81e2a794c6e26a4c650142ae8893c47f619764 CONTAINERD_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0 TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574 LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e diff --git a/components/engine/vendor.conf b/components/engine/vendor.conf index 535adad387..7ffecff2b4 100644 --- a/components/engine/vendor.conf +++ b/components/engine/vendor.conf @@ -63,7 +63,7 @@ github.com/pborman/uuid v1.0 google.golang.org/grpc v1.3.0 # When updating, also update RUNC_COMMIT in hack/dockerfile/binaries-commits accordingly -github.com/opencontainers/runc 3f2f8b84a77f73d38244dd690525642a72156c64 +github.com/opencontainers/runc 1c81e2a794c6e26a4c650142ae8893c47f619764 github.com/opencontainers/image-spec 372ad780f63454fbbbbcc7cf80e5b90245c13e13 github.com/opencontainers/runtime-spec v1.0.0