From 39d9f504c9bab888c70d8b7dc72d99b28a179ce1 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Thu, 9 Mar 2017 14:26:49 +0100 Subject: [PATCH] Update runc Update to opencontainers/runc@49a33c41f830c7863c3e53e547d071cd0c0f27b7 Signed-off-by: Thomas Gazagnaire --- base/init/Makefile | 2 +- base/runc/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/init/Makefile b/base/init/Makefile index d88b3d087..406f0a451 100644 --- a/base/init/Makefile +++ b/base/init/Makefile @@ -1,7 +1,7 @@ CONTAINERD_IMAGE=mobylinux/containerd:6fac214f15f3dffc1c77d82874d828483b5ff0d0@sha256:59f9b78506a00c77c0fbde857a9dceb7812b9f4387c5d09ddc751ef7a42ae632 CONTAINERD_BINARIES=usr/bin/containerd usr/bin/containerd-shim usr/bin/ctr usr/bin/dist -RUNC_IMAGE=mobylinux/runc:e6426f67d17d7e34dceded8b1ab45454b41652e2@sha256:fe2014f51c18e2b0ef48c3ddfe7fac0d35547c59de5f3bc32b10c70ed123cdc6 +RUNC_IMAGE=mobylinux/runc:f1cee12a65e7b7de06a01aec24609dc3175e1542@sha256:ff1ead6aa4388418ee07f8e93304e5b2fa9b975fe2399474d408654a1411a44a RUNC_BINARY=usr/bin/runc C_COMPILE=mobylinux/c-compile:81a6bd8ff45d769b60a2ee1acdaccda11ab835c8@sha256:eac250997a3b9784d3285a03c0c8311d4ca6fb63dc75164c987411ba93006487 diff --git a/base/runc/Dockerfile b/base/runc/Dockerfile index 4005d50cf..942f3afc3 100644 --- a/base/runc/Dockerfile +++ b/base/runc/Dockerfile @@ -10,7 +10,7 @@ RUN \ linux-headers \ make \ && true -ENV RUNC_COMMIT=ce450bcc6c135cae93ee2a99d41a308c179ff6dc +ENV RUNC_COMMIT=49a33c41f830c7863c3e53e547d071cd0c0f27b7 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git