mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-20 05:24:47 +00:00
pkg: update shas
Update the SHA of all packages that have been go-mod-ififed such that they are use for testing in CI Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
This commit is contained in:
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "@DEVICE@"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
|
||||
- name: test
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.76
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||
- linuxkit/init:7e3d51e6ab5896ecb36a4829450f7430f2878927
|
||||
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: format
|
||||
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
|
||||
command: ["/usr/bin/format", "-label", "foo"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
|
||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
|
Reference in New Issue
Block a user