mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 19:23:47 +00:00
examples: Update to use new mount and format images
Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
@@ -16,10 +16,10 @@ onboot:
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
- name: mounts
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/"]
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
command: ["/usr/bin/mountie", "/var/lib/"]
|
||||
- name: var
|
||||
image: library/alpine:3.6
|
||||
command: ["mkdir", "/var/lib/kubeadm"]
|
||||
|
@@ -16,10 +16,10 @@ onboot:
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
||||
- name: format
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
- name: mounts
|
||||
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
|
||||
command: ["/mount.sh", "/var/lib/"]
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
command: ["/usr/bin/mountie", "/var/lib/"]
|
||||
- name: var
|
||||
image: library/alpine:3.6
|
||||
command: ["mkdir", "/var/lib/kubeadm"]
|
||||
|
Reference in New Issue
Block a user