mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Update yml
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
77ec9bced3
commit
0fbea002dc
@ -21,7 +21,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib"]
|
||||
# create docker dir on mounted drive if it doesn't exist
|
||||
- name: mkdir-docker
|
||||
|
@ -42,7 +42,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/external"]
|
||||
```
|
||||
|
||||
|
@ -16,7 +16,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
|
@ -15,7 +15,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:b6d447b55da3c28bdd8a3f4e30fb42c1fa0157bb
|
||||
|
@ -19,7 +19,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -19,7 +19,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -12,7 +12,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/etcd"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
|
@ -1,6 +1,6 @@
|
||||
import 'common.rb'
|
||||
|
||||
from "linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf"
|
||||
from "linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768"
|
||||
|
||||
script = [
|
||||
mount_bind_hostns_self("/etc/cni"), mount_make_hostns_rshared("/etc/cni"),
|
||||
|
@ -17,7 +17,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/swarmd"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:f122f1b4e873f1d08cd67bd9105385fd923af0cb
|
||||
|
@ -16,7 +16,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
Loading…
Reference in New Issue
Block a user