Update runc and spec dependencies for mount label
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> Set up the mount label in the spec for a container Signed-off-by: Mrunal Patel <mrunalp@gmail.com> Upstream-commit: e0f98c698b49e3790fe63bff611eeda6f5b46055 Component: engine
This commit is contained in:
@ -258,7 +258,7 @@ RUN set -x \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
# Install runc
|
||||
ENV RUNC_COMMIT e87436998478d222be209707503c27f6f91be0c5
|
||||
ENV RUNC_COMMIT baf6536d6259209c3edfa2b22237af82942d3dfa
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
||||
|
||||
Reference in New Issue
Block a user