Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-01-25 23:24:06 +02:00
parent 96df8f8fda
commit 1b3e13c880
176 changed files with 709 additions and 709 deletions

View File

@@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:07d37c3ae7fad5ddcb54c8dc65774ae050851f04
- linuxkit/runc:2aabf16bc8a1b94e015ee53fa2e7a77ab1883a80
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: test
image: alpine:3.13
@@ -15,7 +15,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh