mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Updated swarmd commit
Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
parent
a28d34f18c
commit
0fb3d1c6e9
@ -68,7 +68,7 @@ services:
|
||||
- CAP_SETGID
|
||||
net: host
|
||||
- name: swarmd
|
||||
image: "mobylinux/swarmd:cf11a7626278ebf17efe2780c138b4e626b02c73"
|
||||
image: "linuxkit/swarmd:a2f57f14f07fb6d7cded7832b2dabe878b28554e"
|
||||
command: ["/usr/bin/swarmd", "--containerd-addr=/run/containerd/containerd.sock", "--log-level=debug", "--state-dir=/var/lib/swarmd"]
|
||||
capabilities:
|
||||
- CAP_CHOWN
|
||||
|
@ -12,7 +12,7 @@ RUN \
|
||||
|
||||
# PR https://github.com/docker/swarmkit/pull/1965 from ijc25/containerd
|
||||
ENV SWARMKIT_PR=1965
|
||||
ENV SWARMKIT_COMMIT=82e9f43d84e9a0586903392cbe5bbac15fdbf552
|
||||
ENV SWARMKIT_COMMIT=321b9c6600a9422c3245b277a1b3ae599244d4b7
|
||||
|
||||
RUN mkdir -p $GOPATH/src/github.com/docker && \
|
||||
cd $GOPATH/src/github.com/docker && \
|
||||
|
Loading…
Reference in New Issue
Block a user