From 3c889979c9edee8d3de9e655a01a9f46991c4344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenfe-Micka=C3=ABl=20Laventure?= Date: Wed, 15 Jun 2016 15:08:09 -0700 Subject: [PATCH] Update runc to version cc29e3dded8e27ba8f65738f40d251c885030a28 (#267) It fixes issue encountered while inside a user namespace Signed-off-by: Kenfe-Mickael Laventure --- Dockerfile | 2 +- hack/vendor.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5941173..739fe1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN set -x \ && rm -rf "$SECCOMP_PATH" # Install runc -ENV RUNC_COMMIT 85873d917e86676e44ccb80719fcb47a794676a1 +ENV RUNC_COMMIT cc29e3dded8e27ba8f65738f40d251c885030a28 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \ diff --git a/hack/vendor.sh b/hack/vendor.sh index 4c085f0..1b31be5 100755 --- a/hack/vendor.sh +++ b/hack/vendor.sh @@ -14,7 +14,7 @@ clone git github.com/docker/go-units 5d2041e26a699eaca682e2ea41c8f891e1060444 clone git github.com/godbus/dbus e2cf28118e66a6a63db46cf6088a35d2054d3bb0 clone git github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998 clone git github.com/golang/protobuf 3c84672111d91bb5ac31719e112f9f7126a0e26e -clone git github.com/opencontainers/runc 85873d917e86676e44ccb80719fcb47a794676a1 +clone git github.com/opencontainers/runc cc29e3dded8e27ba8f65738f40d251c885030a28 clone git github.com/opencontainers/runtime-spec v1.0.0-rc1 clone git github.com/rcrowley/go-metrics eeba7bd0dd01ace6e690fa833b3f22aaec29af43 clone git github.com/satori/go.uuid f9ab0dce87d815821e221626b772e3475a0d2749