mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-15 06:42:36 +00:00
update hashes for mount
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -16,7 +16,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@@ -15,7 +15,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var"]
|
||||
- name: test
|
||||
image: linuxkit/test-containerd:325508d66a3a0afebe2fa0fd1a0325ae0c4d4613
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "@DEVICE@"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -12,10 +12,10 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-label", "foo"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -8,7 +8,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -8,7 +8,7 @@ onboot:
|
||||
- name: extend
|
||||
image: linuxkit/extend:1e81ffe40ad63887d6210228c2a791f28375ee0f
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/extend:1e81ffe40ad63887d6210228c2a791f28375ee0f
|
||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
command: ["/usr/bin/format", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
@@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/extend:1e81ffe40ad63887d6210228c2a791f28375ee0f
|
||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.6
|
||||
|
Reference in New Issue
Block a user