mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 09:57:25 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user