Update runc to version eb217f273125d3e4d6731389fe804e46e0b14ac6 (#263)
This is needed to get the new `--empty-ns` flag for the restore operation. NOTE: I've also updated the vendor.sh script even though this doesn't pull any new code in Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
71c8c8c3b7
commit
a5968ecb85
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ RUN set -x \
|
|||
&& rm -rf "$SECCOMP_PATH"
|
||||
|
||||
# Install runc
|
||||
ENV RUNC_COMMIT afaa21f79ade3b2e99a68f3f15e7219155aa4662
|
||||
ENV RUNC_COMMIT eb217f273125d3e4d6731389fe804e46e0b14ac6
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue