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

@@ -5,8 +5,6 @@ RUN \
apk --no-cache upgrade -a && \
apk --no-cache add \
dhcpcd \
e2fsprogs \
e2fsprogs-extra \
&& rm -rf /var/cache/apk/*
COPY . ./