Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-01-28 20:53:32 +02:00
parent d018c425f6
commit 3a6398e351
176 changed files with 707 additions and 707 deletions

View File

@@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
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:9350eab86a8e4349b28cb2c9ce70835d3180300b
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh