mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
swarmd: Update swarmd package to current docker/swarmkit#2299
The PR has been rebased to containerd v1.0.0-alpha1. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
b348957068
commit
c17cf1f969
@ -40,9 +40,9 @@ RUN mkdir -p /out/usr/bin/ /out/etc /out/opt/cni/bin /out/etc/cni/net.d
|
|||||||
# Swarmd
|
# Swarmd
|
||||||
|
|
||||||
# https://github.com/ijc/swarmkit/tree/containerd-wip
|
# https://github.com/ijc/swarmkit/tree/containerd-wip
|
||||||
ENV SWARMKIT_REPO=https://github.com/ijc25/swarmkit
|
ENV SWARMKIT_REPO=https://github.com/ijc/swarmkit
|
||||||
ENV SWARMKIT_BRANCH=containerd-wip
|
ENV SWARMKIT_BRANCH=containerd-wip
|
||||||
ENV SWARMKIT_COMMIT=4a484ccb498bee117fe6167d5a5e7ea0f6d4f2e9
|
ENV SWARMKIT_COMMIT=8a09c038f1ba8f227a28b7f48ccc92a04edb85f5
|
||||||
|
|
||||||
RUN mkdir -p $GOPATH/src/github.com/docker && \
|
RUN mkdir -p $GOPATH/src/github.com/docker && \
|
||||||
cd $GOPATH/src/github.com/docker && \
|
cd $GOPATH/src/github.com/docker && \
|
||||||
|
Loading…
Reference in New Issue
Block a user