Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-01-15 14:59:47 +02:00
parent ed42bcdd5e
commit 5c2e62d2b9
191 changed files with 778 additions and 778 deletions

View File

@ -30,7 +30,7 @@ spec:
operator: Exists operator: Exists
effect: NoSchedule effect: NoSchedule
containers: containers:
- image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962 - image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee
name: open-vm-tools name: open-vm-tools
resources: resources:
requests: requests:

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
binds.add: binds.add:
# this will keep all of the existing ones as well # this will keep all of the existing ones as well
- /var/tmp:/var/tmp - /var/tmp:/var/tmp
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -2,33 +2,33 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysfs - name: sysfs
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: ntpd - name: ntpd
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
- name: docker - name: docker
image: docker:20.10.6-dind image: docker:20.10.6-dind
@ -46,7 +46,7 @@ services:
- /etc/docker/daemon.json:/etc/docker/daemon.json - /etc/docker/daemon.json:/etc/docker/daemon.json
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: cadvisor - name: cadvisor
image: linuxkit/cadvisor:365d0034d3e8256cd5790db4e9fb243bdbcfce86 image: linuxkit/cadvisor:4b2fdff7c65d898f1de0415935f6df0da372153b
files: files:
- path: var/lib/docker - path: var/lib/docker
directory: true directory: true

View File

@ -3,15 +3,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -19,11 +19,11 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.19.5-alpine image: nginx:1.19.5-alpine
capabilities: capabilities:

View File

@ -2,30 +2,30 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
command: ["/usr/bin/format", "/dev/sda"] command: ["/usr/bin/format", "/dev/sda"]
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
- name: loop - name: loop
image: linuxkit/losetup:34d3bfb410ddbc5a24c5f212c87174e40d1b2658 image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
- name: dm-crypt - name: dm-crypt
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"] command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
- name: bbox - name: bbox
image: busybox image: busybox
@ -34,11 +34,11 @@ onboot:
- /var:/var - /var:/var
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
files: files:
- path: etc/dm-crypt/key - path: etc/dm-crypt/key
# the below key is just to keep the example self-contained # the below key is just to keep the example self-contained

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
command: ["/usr/bin/format", "/dev/sda"] command: ["/usr/bin/format", "/dev/sda"]
- name: dm-crypt - name: dm-crypt
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"] command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
- name: bbox - name: bbox
image: busybox image: busybox
@ -28,11 +28,11 @@ onboot:
- /var:/var - /var:/var
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
files: files:
- path: etc/dm-crypt/key - path: etc/dm-crypt/key
# the below key is just to keep the example self-contained # the below key is just to keep the example self-contained

View File

@ -3,30 +3,30 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/vpnkit-expose-port:b7d75bf04d53024e6245ff6631744b66560a135a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - linuxkit/vpnkit-expose-port:0a41328b6d100e998f08239fdae2fece81d3725c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
# support metadata for optional config in /run/config # support metadata for optional config in /run/config
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: sysfs - name: sysfs
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
- name: binfmt - name: binfmt
image: linuxkit/binfmt:7dbce407e0b6814622bceae127421c5529fc7a3a image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883
# Format and mount the disk image in /var/lib/docker # Format and mount the disk image in /var/lib/docker
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/lib"] command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk # make a swap file on the mounted disk
- name: swap - name: swap
image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit - name: mount-vpnkit
@ -44,41 +44,41 @@ onboot:
- /var:/host_var - /var:/host_var
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
# Enable acpi to shutdown on power events # Enable acpi to shutdown on power events
- name: acpid - name: acpid
image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8 image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9
# Enable getty for easier debugging # Enable getty for easier debugging
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
# Run ntpd to keep time synchronised in the VM # Run ntpd to keep time synchronised in the VM
- name: ntpd - name: ntpd
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
# to a socket on the host. # to a socket on the host.
- name: vsudd - name: vsudd
image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992
binds: binds:
- /var/run:/var/run - /var/run:/var/run
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
# It needs access to the vpnkit 9P coordination share # It needs access to the vpnkit 9P coordination share
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1 image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c
binds: binds:
- /var/vpnkit:/port - /var/vpnkit:/port
net: host net: host
command: ["/vpnkit-forwarder", "-vsockPort", "62373"] command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
# Monitor for image deletes and invoke a TRIM on the container filesystem # Monitor for image deletes and invoke a TRIM on the container filesystem
- name: trim-after-delete - name: trim-after-delete
image: linuxkit/trim-after-delete:14fbf307d2e6b287411987fcddde578b14e92b81 image: linuxkit/trim-after-delete:97dbe2e552de0aa77c3cea6293f7c378f611c3cd
# When the host resumes from sleep, force a clock resync # When the host resumes from sleep, force a clock resync
- name: host-timesync-daemon - name: host-timesync-daemon
image: linuxkit/host-timesync-daemon:f7047f8aa7c1d733d9b9acf0e5ad5bea66f3d005 image: linuxkit/host-timesync-daemon:ec5a54a9ea824a4c021862fa9b0aea8c18d461d6
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
# for vpnkit coordination and /run/config/docker for the configuration file. # for vpnkit coordination and /run/config/docker for the configuration file.

View File

@ -2,31 +2,31 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: sysfs - name: sysfs
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: ntpd - name: ntpd
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
- name: docker - name: docker
image: docker:20.10.6-dind image: docker:20.10.6-dind
capabilities: capabilities:

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
# to make insecure with passwordless root login, uncomment following lines # to make insecure with passwordless root login, uncomment following lines
#env: #env:
# - INSECURE=true # - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -18,7 +18,7 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
runtime: runtime:
@ -30,7 +30,7 @@ services:
destination: writeable-host-etc destination: writeable-host-etc
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: influxdb - name: influxdb

View File

@ -3,21 +3,21 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
- linuxkit/memlogd:b4adfc82dcb986c0a7d44589de17846c398783fd - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
# A service which generates log messages for testing # A service which generates log messages for testing
@ -25,6 +25,6 @@ services:
image: alpine:3.13 image: alpine:3.13
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
- name: write-and-rotate-logs - name: write-and-rotate-logs
image: linuxkit/logwrite:f936b4e3d5a32dba5520c384741f922230640777 image: linuxkit/logwrite:678308bdb6421f32ff79b61ac2d95e9c8e41e080
- name: kmsg - name: kmsg
image: linuxkit/kmsg:01c6c16292986971d913aad77a90dfee4f5a06f2 image: linuxkit/kmsg:2cee55de43a863c9f1a28fe5a00e4730564e1826

View File

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true

View File

@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: node_exporter - name: node_exporter
image: linuxkit/node_exporter:e8a4d08e3619b892f75109b8e8eeabbd041cc525 image: linuxkit/node_exporter:6305047000c495694c7a220d56e1fc4fea2a230d

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
command: ["/usr/bin/metadata", "openstack"] command: ["/usr/bin/metadata", "openstack"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -2,26 +2,26 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd2 - name: dhcpcd2
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh
files: files:

View File

@ -10,5 +10,5 @@ kernel:
ucode: "" ucode: ""
onboot: onboot:
- name: modprobe - name: modprobe
image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799
command: ["modprobe", "nicvf"] command: ["modprobe", "nicvf"]

View File

@ -3,32 +3,32 @@ kernel:
cmdline: console=ttyS1 cmdline: console=ttyS1
ucode: intel-ucode.cpio ucode: intel-ucode.cpio
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
- linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26 - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49
onboot: onboot:
- name: rngd1 - name: rngd1
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
command: ["/usr/bin/metadata", "equinixmetal"] command: ["/usr/bin/metadata", "equinixmetal"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh
files: files:

View File

@ -2,27 +2,27 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -3,32 +3,32 @@ kernel:
cmdline: console=ttyS1 cmdline: console=ttyS1
ucode: intel-ucode.cpio ucode: intel-ucode.cpio
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
- linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26 - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49
onboot: onboot:
- name: rngd1 - name: rngd1
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
command: ["/usr/bin/metadata", "hetzner"] command: ["/usr/bin/metadata", "hetzner"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh
files: files:

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13-rt image: linuxkit/kernel:6.6.13-rt
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: open-vm-tools - name: open-vm-tools
image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962 image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,25 +2,25 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: rngd1 - name: rngd1
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e

View File

@ -2,22 +2,22 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,28 +2,28 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
command: ["/usr/bin/metadata", "vultr"] command: ["/usr/bin/metadata", "vultr"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -4,16 +4,16 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
# Currently redis:4.0.6-alpine has trust issue with multi-arch # Currently redis:4.0.6-alpine has trust issue with multi-arch

View File

@ -2,27 +2,27 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: rngd1 - name: rngd1
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh
files: files:

View File

@ -2,18 +2,18 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: ip - name: ip
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
binds: binds:
- /etc/ip:/etc/ip - /etc/ip:/etc/ip
command: ["ip", "-b", "/etc/ip/eth0.conf"] command: ["ip", "-b", "/etc/ip/eth0.conf"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -2,30 +2,30 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/external"] command: ["/usr/bin/mountie", "/var/external"]
- name: swap - name: swap
image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7
# to use unencrypted swap, use: # to use unencrypted swap, use:
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e

View File

@ -2,25 +2,25 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: tss - name: tss
image: linuxkit/tss:b366bf2dbc0ee4f382d2d10fc43ce5e928b12433 image: linuxkit/tss:d35e741fc58a575c0590cfc03e69121b0f58c91f
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -3,15 +3,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -19,11 +19,11 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.19.5-alpine image: nginx:1.19.5-alpine
capabilities: capabilities:

View File

@ -2,12 +2,12 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: mount-vpnkit - name: mount-vpnkit
image: alpine:3.13 image: alpine:3.13
@ -19,11 +19,11 @@ onboot:
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
services: services:
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
binds.add: binds.add:
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1 image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c
binds: binds:
- /var/vpnkit:/port - /var/vpnkit:/port
net: host net: host

View File

@ -2,16 +2,16 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: vsudd - name: vsudd
image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992
binds: binds:
- /run/containerd/containerd.sock:/run/containerd/containerd.sock - /run/containerd/containerd.sock:/run/containerd/containerd.sock
command: ["/vsudd", command: ["/vsudd",

View File

@ -2,18 +2,18 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -26,7 +26,7 @@ onboot:
bindNS: bindNS:
net: /run/netns/wg0 net: /run/netns/wg0
- name: wg1 - name: wg1
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -40,12 +40,12 @@ onboot:
net: /run/netns/wg1 net: /run/netns/wg1
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
net: /run/netns/wg1 net: /run/netns/wg1
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
net: /run/netns/wg0 net: /run/netns/wg0

View File

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -18,11 +18,11 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.19.5-alpine image: nginx:1.19.5-alpine
capabilities: capabilities:

View File

@ -2,7 +2,7 @@ kernel:
image: linuxkit/kernel-clear-containers:4.9.x image: linuxkit/kernel-clear-containers:4.9.x
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on" cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
onboot: onboot:
- name: sysctl - name: sysctl
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c

View File

@ -2,32 +2,32 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: sysfs - name: sysfs
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: ntpd - name: ntpd
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
- name: docker - name: docker
image: docker:20.10.6-dind image: docker:20.10.6-dind
capabilities: capabilities:

View File

@ -2,32 +2,32 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: sysfs - name: sysfs
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: ntpd - name: ntpd
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
- name: docker - name: docker
image: docker:20.10.6-dind image: docker:20.10.6-dind
capabilities: capabilities:

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148 image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns" cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,7 +2,7 @@ kernel:
image: mobylinux/kernel-landlock:4.9.x image: mobylinux/kernel-landlock:4.9.x
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935

View File

@ -2,16 +2,16 @@ kernel:
image: "linuxkitprojects/kernel-memorizer:4.10_dbg" image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
- samoht/fdd - samoht/fdd
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
files: files:
- path: etc/init.d/020-fdd-init - path: etc/init.d/020-fdd-init
mode: "0700" mode: "0700"

View File

@ -2,12 +2,12 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcp-client - name: dhcp-client
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
net: host net: host
@ -28,9 +28,9 @@ onboot:
- /lib:/lib # for ifconfig - /lib:/lib # for ifconfig
services: services:
- name: sshd - name: sshd
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -2,18 +2,18 @@ kernel:
image: okernel:latest image: okernel:latest
cmdline: "console=tty0 page_poison=1" cmdline: "console=tty0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
services: services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -2,23 +2,23 @@ kernel:
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5 image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
cmdline: "console=ttyS0 console=tty0 page_poison=1" cmdline: "console=ttyS0 console=tty0 page_poison=1"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,13 +2,13 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: mkimage - name: mkimage
image: linuxkit/mkimage:fd3343e908e7677d59b0fa70e825c76669133d95 image: linuxkit/mkimage:d38b5dd286208245bea5601ce508eb6fc5bcb903
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]

View File

@ -3,13 +3,13 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
# Add some random unsorted caps # Add some random unsorted caps
capabilities: capabilities:
@ -18,7 +18,7 @@ onboot:
services: services:
- name: testservice - name: testservice
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
# Some environments # Some environments
env: env:
- BENV=true - BENV=true

View File

@ -3,13 +3,13 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
# Add some random unsorted caps # Add some random unsorted caps
capabilities: capabilities:
@ -18,7 +18,7 @@ onboot:
services: services:
- name: testservice - name: testservice
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc
# Some environments # Some environments
env: env:
- BENV=true - BENV=true

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: mount - name: mount
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
binds.add: binds.add:
- /check.sh:/check.sh - /check.sh:/check.sh
- /var/tmp:/var/tmp - /var/tmp:/var/tmp
@ -16,7 +16,7 @@ onboot:
# - /:/hostroot # - /:/hostroot
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
files: files:
- path: check.sh - path: check.sh

View File

@ -3,9 +3,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: package1 - name: package1

View File

@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -17,11 +17,11 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.19.5-alpine image: nginx:1.19.5-alpine
capabilities: capabilities:

View File

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -18,7 +18,7 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: nginx - name: nginx

View File

@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -17,11 +17,11 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
- name: nginx - name: nginx
image: nginx:1.19.5-alpine image: nginx:1.19.5-alpine
capabilities: capabilities:

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test1 - name: test1
image: alpine:3.20 image: alpine:3.20
@ -18,7 +18,7 @@ onboot:
- vola:/vola - vola:/vola
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test - name: test
image: alpine:3.20 image: alpine:3.20
@ -12,7 +12,7 @@ onboot:
- vola:/vola:ro - vola:/vola:ro
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test - name: test
image: alpine:3.20 image: alpine:3.20
@ -12,7 +12,7 @@ onboot:
- vola:/vola - vola:/vola
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test1 - name: test1
image: alpine:3.20 image: alpine:3.20
@ -18,7 +18,7 @@ onboot:
- vola:/vola:ro - vola:/vola:ro
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test - name: test
image: alpine:3.20 image: alpine:3.20
@ -12,7 +12,7 @@ onboot:
- vola:/vola - vola:/vola
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: test - name: test
image: alpine:3.20 image: alpine:3.20
@ -12,7 +12,7 @@ onboot:
- vola:/vola - vola:/vola
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: testbinds - name: testbinds
image: alpine:3.20 image: alpine:3.20
@ -27,7 +27,7 @@ onboot:
- vola:/vola - vola:/vola
command: ["sh", "-c", "/check.sh"] command: ["sh", "-c", "/check.sh"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
volumes: volumes:
- name: vola - name: vola

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,10 +2,10 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
services: services:
- name: acpid - name: acpid
image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8 image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9

View File

@ -2,9 +2,9 @@ kernel:
image: linuxkit/kernel:6.6.13 image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,5 +13,5 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,5 +13,5 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,5 +13,5 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,5 +13,5 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -6,5 +6,5 @@ onboot:
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

Some files were not shown because too many files have changed in this diff Show More