mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 04:03:11 +00:00
Bump docker to 20.10.6-dind
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0dff43def5
commit
6c27d84f78
@ -31,7 +31,7 @@ services:
|
|||||||
image: linuxkit/openntpd:v0.8
|
image: linuxkit/openntpd:v0.8
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
net: host
|
net: host
|
||||||
|
@ -83,7 +83,7 @@ services:
|
|||||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||||
- name: docker-dfm
|
- name: docker-dfm
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
net: host
|
net: host
|
||||||
|
@ -28,7 +28,7 @@ services:
|
|||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:v0.8
|
image: linuxkit/openntpd:v0.8
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
net: host
|
net: host
|
||||||
|
@ -29,7 +29,7 @@ services:
|
|||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:v0.8
|
image: linuxkit/openntpd:v0.8
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
net: host
|
net: host
|
||||||
|
@ -29,7 +29,7 @@ services:
|
|||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:v0.8
|
image: linuxkit/openntpd:v0.8
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
net: host
|
net: host
|
||||||
|
@ -22,7 +22,7 @@ services:
|
|||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:v0.8
|
image: linuxkit/dhcpcd:v0.8
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:19.03.8-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
mounts:
|
mounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user