This bumps containerd's version to include a fix to memory stats and making sure that the `Stats` field with the raw data is populated. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@@ -258,7 +258,7 @@ RUN set -x \
&& cp runc /usr/local/bin/docker-runc
# Install containerd
-ENV CONTAINERD_COMMIT v0.2.1
+ENV CONTAINERD_COMMIT 9dc2b3273db42c75368988a3885a3afd770069d9
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone git://github.com/docker/containerd.git "$GOPATH/src/github.com/docker/containerd" \
@@ -191,7 +191,7 @@ RUN set -x \
@@ -210,7 +210,7 @@ RUN set -x \
@@ -84,7 +84,7 @@ RUN set -x \
@@ -209,7 +209,7 @@ RUN set -x \
@@ -188,7 +188,7 @@ RUN set -x \
@@ -40,7 +40,7 @@ RUN set -x \
@@ -90,5 +90,5 @@ clone git google.golang.org/api dc6d2353af16e2a2b0ff6986af051d473a4ed468 https:/
clone git google.golang.org/cloud dae7e3d993bc3812a2185af60552bb6b847e52a0 https://code.googlesource.com/gocloud
# containerd
-clone git github.com/docker/containerd v0.2.1
+clone git github.com/docker/containerd 9dc2b3273db42c75368988a3885a3afd770069d9
clean