Skip to content

Commit 7e51543

Browse files
committed
feat(hash): update component SHAs
Signed-off-by: Yoshi Jaeger <github@jaeger.berlin>
1 parent 8e29b48 commit 7e51543

22 files changed

Lines changed: 27 additions & 27 deletions

File tree

examples/cadvisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ onboot:
1515
- name: sysfs
1616
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
1717
- name: format
18-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
18+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1919
- name: mount
2020
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
2121
command: ["/usr/bin/mountie", "/var/lib/docker"]

examples/dm-crypt-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ onboot:
1313
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1717
command: ["/usr/bin/format", "/dev/sda"]
1818
- name: mount
1919
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5

examples/dm-crypt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ onboot:
1313
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1717
command: ["/usr/bin/format", "/dev/sda"]
1818
- name: dm-crypt
1919
image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603

examples/docker-for-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ onboot:
2020
image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883
2121
# Format and mount the disk image in /var/lib/docker
2222
- name: format
23-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
23+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
2424
- name: mount
2525
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
2626
command: ["/usr/bin/mountie", "/var/lib"]

examples/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onboot:
1212
- name: sysfs
1313
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
1414
- name: format
15-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
15+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1616
- name: mount
1717
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
1818
command: ["/usr/bin/mountie", "/var/lib/docker"]

examples/swap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ onboot:
1313
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1717
- name: mount
1818
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
1919
command: ["/usr/bin/mountie", "/var/external"]

projects/compose/compose-dynamic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ onboot:
1515
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
1616
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1717
- name: format
18-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
18+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1919
- name: mount
2020
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
2121
command: ["/usr/bin/mountie", "/var/lib/docker"]

projects/compose/compose-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ onboot:
1515
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
1616
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1717
- name: format
18-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
18+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1919
- name: mount
2020
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
2121
command: ["/usr/bin/mountie", "/var/lib/docker"]

test/cases/030_security/000_docker-bench/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onboot:
1212
- name: sysfs
1313
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
1414
- name: format
15-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
15+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1616
- name: mount
1717
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
1818
command: ["/usr/bin/mountie", "/var/lib/docker"]

test/cases/040_packages/003_containerd/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ onboot:
1313
- name: sysctl
1414
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:ced02d849206371b6983eff1eb28f9515406fef0-dirty-96056f9
1717
- name: mount
1818
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
1919
command: ["/usr/bin/mountie", "/var/lib"]

0 commit comments

Comments
 (0)