Update containerd to current master

- now supports image pull and run end to end
- update runc to last version before spec update fix #1302
- remove ext2 utils from init

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-03-25 13:36:28 +00:00
parent 30c39863c1
commit d2caae4c1a
9 changed files with 9 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ RUN \
linux-headers \
make \
&& true
ENV CONTAINERD_COMMIT=0e0ae74b824c71f991de4765711a383450d60655
ENV CONTAINERD_COMMIT=8353da59c6ae7e1933aac2228df23541ef8b163f
RUN mkdir -p $GOPATH/src/github.com/docker && \
cd $GOPATH/src/github.com/docker && \
git clone https://github.com/docker/containerd.git

View File

@@ -10,7 +10,7 @@ RUN \
linux-headers \
make \
&& true
ENV RUNC_COMMIT=49a33c41f830c7863c3e53e547d071cd0c0f27b7
ENV RUNC_COMMIT=31980a53ae7887b2c8f8715d13c3eb486c27b6cf
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git