mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Update hashes for pkg/mount
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
97d054da5d
commit
c3642dd089
@ -17,7 +17,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
|
@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||
- name: loop
|
||||
image: linuxkit/losetup:db35344a21e44a55195540a8670886f60aa77201
|
||||
@ -25,7 +25,7 @@ onboot:
|
||||
image: linuxkit/dm-crypt:4daf2010d088955b42ba50db813226e4b3f773cb
|
||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
|
@ -19,7 +19,7 @@ onboot:
|
||||
image: linuxkit/dm-crypt:4daf2010d088955b42ba50db813226e4b3f773cb
|
||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
|
@ -22,7 +22,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
|
@ -14,7 +14,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
|
@ -15,7 +15,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:0028aeae2741d28120e4d2c6efcc5af003eae395
|
||||
|
@ -17,7 +17,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
|
@ -17,7 +17,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
|
@ -6,7 +6,7 @@ init:
|
||||
- linuxkit/runc:bf1e0c61fb4678d6428d0aabbd80db5ea24e4d4d
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
binds.add:
|
||||
- /check.sh:/check.sh
|
||||
- /var/tmp:/var/tmp
|
||||
|
@ -14,7 +14,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -15,7 +15,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
- name: test
|
||||
image: linuxkit/test-containerd:701421314e1b114c4787255431e066a681e80f16
|
||||
|
@ -8,7 +8,7 @@ onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -8,7 +8,7 @@ onboot:
|
||||
- name: extend
|
||||
image: linuxkit/extend:d0d5e69ba5716bd48d260b15510ca258ae17f990
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -12,7 +12,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -12,7 +12,7 @@ onboot:
|
||||
image: linuxkit/extend:d0d5e69ba5716bd48d260b15510ca258ae17f990
|
||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/extend:d0d5e69ba5716bd48d260b15510ca258ae17f990
|
||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -8,7 +8,7 @@ onboot:
|
||||
- name: extend
|
||||
image: linuxkit/extend:d0d5e69ba5716bd48d260b15510ca258ae17f990
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "@DEVICE@"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -12,7 +12,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -9,7 +9,7 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@ -12,10 +12,10 @@ onboot:
|
||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
||||
command: ["/usr/bin/format", "-label", "foo"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:71c868267a4503f99e84fd7698717a3669d9dfdb
|
||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
Loading…
Reference in New Issue
Block a user