Alpine 317 (#3888)

This commit is contained in:
Avi Deitcher
2023-01-05 07:26:50 +02:00
committed by GitHub
parent ac8c24934c
commit e668b25a82
247 changed files with 1657 additions and 1616 deletions

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-label", "docker"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "@DEVICE@"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: modprobe
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -21,7 +21,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-type", "xfs" ]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
- name: test
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@@ -26,7 +26,7 @@ onboot:
- CAP_SYS_ADMIN
- CAP_MKNOD
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-partition", "gpt"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
onboot:
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-label", "docker"]
- name: format
image: linuxkit/format:7efa07559dd23cb4dbebfd3ab48c50fd33625918
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
command: ["/usr/bin/format", "-label", "foo"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: mount
image: linuxkit/mount:422b219bb1c7051096126ac83e6dcc8b2f3f1176
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
- name: test
image: alpine:3.13
@@ -25,7 +25,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh