Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-01-03 14:05:38 +02:00
parent 67d6dad48a
commit 4165491275
191 changed files with 778 additions and 778 deletions

View File

@@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e120ea2a30d906bd1ee1874973d6e4b1403b5ca3
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
- linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7
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:401dc53c604c0b2179ed0369a6968fd4179cc176
image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh