mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Merge pull request #3554 from thaJeztah/update_docker_containerd
Update docker 20.10.6
This commit is contained in:
commit
79b32dc2c7
@ -31,7 +31,7 @@ services:
|
|||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
||||||
|
|
||||||
- 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:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
||||||
- 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:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
||||||
- 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:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
||||||
- 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:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
||||||
- 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