Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-01-26 13:57:46 +02:00
parent 73d160e356
commit 7fa10ce83a
173 changed files with 694 additions and 694 deletions

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-label", "docker"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "@DEVICE@"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: modprobe
image: linuxkit/modprobe:57e99b39ad85e71fb7231aae07e311d26ac8c788
image: linuxkit/modprobe:1869259b6a7ffad158577fa3f42428afd027e5f2
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
- name: test
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@@ -26,7 +26,7 @@ onboot:
- CAP_SYS_ADMIN
- CAP_MKNOD
- name: poweroff
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-partition", "gpt"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-label", "docker"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
command: ["/usr/bin/format", "-label", "foo"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh