|
@@ -74,7 +74,7 @@ WORKDIR /go/src/github.com/docker/docker
|
|
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
|
|
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
|
|
|
|
|
|
# Install runc
|
|
# Install runc
|
|
-ENV RUNC_COMMIT bbde9c426ff363d813b8722f0744115c13b408b6
|
|
|
|
|
|
+ENV RUNC_COMMIT d563bd134293c1026976a8f5764d5df5612f1dbf
|
|
RUN set -x \
|
|
RUN set -x \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
|
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
|
@@ -84,7 +84,7 @@ RUN set -x \
|
|
&& cp runc /usr/local/bin/docker-runc
|
|
&& cp runc /usr/local/bin/docker-runc
|
|
|
|
|
|
# Install containerd
|
|
# Install containerd
|
|
-ENV CONTAINERD_COMMIT 142e22a4dce86f3b8ce068a0b043489d21976bb8
|
|
|
|
|
|
+ENV CONTAINERD_COMMIT c761085e92be09df9d5298f852c328b538f5dc2f
|
|
RUN set -x \
|
|
RUN set -x \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& git clone git://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
|
|
&& git clone git://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
|