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 1c0a86caee
commit 7b79053306
9 changed files with 9 additions and 11 deletions

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