mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-31 22:51:41 +00:00
@@ -30,7 +30,7 @@ spec:
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- image: linuxkit/open-vm-tools:4c621e60c0ead067204a2e48280ffd7b3a46633b
|
||||
- image: linuxkit/open-vm-tools:728ddf726474178eea97604c0baeabd52edab7e9
|
||||
name: open-vm-tools
|
||||
resources:
|
||||
requests:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.30
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
binds.add:
|
||||
# this will keep all of the existing ones as well
|
||||
- /var/tmp:/var/tmp
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb
|
||||
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990
|
||||
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
||||
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||
- name: cadvisor
|
||||
image: linuxkit/cadvisor:e2ef4b703a4df2e779184243033047fd932e9637
|
||||
image: linuxkit/cadvisor:c57efffad1139b2c5df1c3f66c1e3d586ce9e07d
|
||||
files:
|
||||
- path: var/lib/docker
|
||||
directory: true
|
||||
|
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||
- name: loop
|
||||
image: linuxkit/losetup:a24de7c635d504b677a88e981a633f9ea95029bc
|
||||
image: linuxkit/losetup:65e3ad6336a321749394f58c3f28003cfce1e28c
|
||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32
|
||||
image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084
|
||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -34,11 +34,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:7615a11bf7727f5cf9fa3f352bba4ca03a332a32
|
||||
image: linuxkit/dm-crypt:d49723bc9d10c5ada9e03b0670f4e57416d5d084
|
||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -28,11 +28,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
@@ -3,30 +3,30 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:d8a64b69160da8b5f1f787423a4e1e1fac67f1c3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/vpnkit-expose-port:77e45e4681c78d59f1d8a48818260948d55f9d05 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb
|
||||
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:d418c2bd3fe67bf65f94bf056694154b1a36a707
|
||||
image: linuxkit/binfmt:68604c81876812ca1c9e2d9f098c28f463713e61
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:358ce603cf73a9825354f06e2d182467d5009ce9
|
||||
image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752
|
||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||
- name: mount-vpnkit
|
||||
@@ -44,41 +44,41 @@ onboot:
|
||||
- /var:/host_var
|
||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:afea8ced2185d302e0ccd99dde7cd795fea91540
|
||||
image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990
|
||||
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:c2cad3db45c8111483a82ad3155c1b5c37494576
|
||||
image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09
|
||||
binds:
|
||||
- /var/run:/var/run
|
||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||
# It needs access to the vpnkit 9P coordination share
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:4ce0fb5bee8a286aaaeb2e9d93384e992a8d9f3f
|
||||
image: linuxkit/vpnkit-forwarder:a89ec807d7d675dccd53773c07382bc707db3396
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||
- name: trim-after-delete
|
||||
image: linuxkit/trim-after-delete:c23dc426e5ed914aa4a592821bfaf2b107df257e
|
||||
image: linuxkit/trim-after-delete:6ba98bfb111a808b7a1ca890aca9fc2b3709fca2
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:914c737972e7fe8b4fbe161f919a3f279de2cb53
|
||||
image: linuxkit/host-timesync-daemon:12d443511194774a9fdaf5457e5f2703fd5e882c
|
||||
# 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
|
||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||
|
@@ -2,31 +2,31 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb
|
||||
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990
|
||||
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,7 +18,7 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
runtime:
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
destination: writeable-host-etc
|
||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: influxdb
|
||||
|
@@ -3,21 +3,21 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/memlogd:f7b06f877b0b1ada32c21b55103f533bf6883fdd
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
# A service which generates log messages for testing
|
||||
@@ -25,6 +25,6 @@ services:
|
||||
image: alpine:3.13
|
||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
|
||||
- name: write-and-rotate-logs
|
||||
image: linuxkit/logwrite:d03805e214f15670e37330e70a9edf790f318eaf
|
||||
image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a
|
||||
- name: kmsg
|
||||
image: linuxkit/kmsg:d445988576012191c0b6650c6d720a1a017c7761
|
||||
image: linuxkit/kmsg:423844f262467e1199480dc93d69e38610c78133
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:a6f59d7254bbdb3d25d8dab287f493bee9ca625d
|
||||
image: linuxkit/node_exporter:9bcd8479b7ba2844773ef4f01a60c901c4800982
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,26 +2,26 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd2
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/firmware:78ef2d58c22e2427cb9ff0a118be530ef8cc687c
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
command: ["/usr/bin/metadata", "hetzner"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -10,5 +10,5 @@ kernel:
|
||||
ucode: ""
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:317d720cd0c1bcf7a0e8a7c198fb1223b1be1009
|
||||
image: linuxkit/modprobe:ab5ac4d5e7e7a5f2d103764850f7846b69230676
|
||||
command: ["modprobe", "nicvf"]
|
||||
|
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/firmware:78ef2d58c22e2427cb9ff0a118be530ef8cc687c
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- linuxkit/firmware:8def159583422181ddee3704f7024ecb9c02d348
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:5.11.4-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: open-vm-tools
|
||||
image: linuxkit/open-vm-tools:4c621e60c0ead067204a2e48280ffd7b3a46633b
|
||||
image: linuxkit/open-vm-tools:728ddf726474178eea97604c0baeabd52edab7e9
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
|
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:29a9d4e117983518fcd5fbf637499c0fa82fce9d
|
||||
image: linuxkit/metadata:b082f1bf97a9034d1e4c0e36a5d2923f4e58f540
|
||||
command: ["/usr/bin/metadata", "vultr"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: ip
|
||||
image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0
|
||||
image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252
|
||||
binds:
|
||||
- /etc/ip:/etc/ip
|
||||
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:358ce603cf73a9825354f06e2d182467d5009ce9
|
||||
image: linuxkit/swap:c57f3319ce770515357f0058035e40519c22b752
|
||||
# to use unencrypted swap, use:
|
||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:2c6616e8bf9ba06c017155a95f369cf5bba8d4e2
|
||||
image: linuxkit/tss:856286012a613598d6ef6869b196f9a72245b7d2
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: mount-vpnkit
|
||||
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"]
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:4ce0fb5bee8a286aaaeb2e9d93384e992a8d9f3f
|
||||
image: linuxkit/vpnkit-forwarder:a89ec807d7d675dccd53773c07382bc707db3396
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:c2cad3db45c8111483a82ad3155c1b5c37494576
|
||||
image: linuxkit/vsudd:b4d80d243733f80906cdbcf77f367a7b5744dc09
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0
|
||||
image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0
|
||||
image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -40,12 +40,12 @@ onboot:
|
||||
net: /run/netns/wg1
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
net: /run/netns/wg0
|
||||
|
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,11 +18,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
@@ -2,7 +2,7 @@ kernel:
|
||||
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"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||
|
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb
|
||||
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990
|
||||
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:72b2041ed8b9ab95475a5ed0e5b208b1aca669eb
|
||||
image: linuxkit/sysfs:ec174e06ca756f492e7a3fd6200d5c1672b97511
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:68af8bc2e992f2f591afc9c628cfe35296616193
|
||||
image: linuxkit/format:e040f4f045f03138a1ee8a22bb6feae7fd5596a6
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:3d4f9c34269471e9bee76a73dc5168d8a4c8d990
|
||||
image: linuxkit/openntpd:c90c6dd90f5dfb0ca71a73aac2dad69c8d956af3
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,7 +2,7 @@ kernel:
|
||||
image: mobylinux/kernel-landlock:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.34
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcp-client
|
||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||
net: host
|
||||
@@ -28,9 +28,9 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a444e6e4a82a1515cbc40e4321dfb29f5e6f8c24
|
||||
image: linuxkit/sshd:75f399fbfb6455dfccd4cb30543d0b4b494d28c8
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: okernel:latest
|
||||
cmdline: "console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:cf714d65c0df9ff0f0cccf4a3d4ff4157ddef903
|
||||
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
||||
image: linuxkit/getty:5d86a2ce2d890c14ab66b13638dcadf74f29218b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
||||
image: linuxkit/rngd:cdb919e4aee49fed0bf6075f0a104037cba83c39
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.39
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: mkimage
|
||||
image: linuxkit/mkimage:6c000daf689ede3898190e882158b08c97533be0
|
||||
image: linuxkit/mkimage:57c92bfb1fcb71eb80ddf4d3b34aad1dd34da209
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
||||
image: linuxkit/dhcpcd:e9e3580f2de00e73e7b316a007186d22fea056ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
# Add some random unsorted caps
|
||||
capabilities:
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
|
||||
services:
|
||||
- name: testservice
|
||||
image: linuxkit/ip:6e4e00cd775014ed1d47c397c6041852b218eae0
|
||||
image: linuxkit/ip:bb250017b05de5e16ac436b1eb19a39c87b5a252
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.30
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:ef198f6e9f4f9ee51a94daa90f3ebac67f7ee31e
|
||||
image: linuxkit/mount:19ff89c251a4156bda8ed11c95faad2f40eb770e
|
||||
binds.add:
|
||||
- /check.sh:/check.sh
|
||||
- /var/tmp:/var/tmp
|
||||
@@ -16,7 +16,7 @@ onboot:
|
||||
# - /:/hostroot
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -3,9 +3,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
|
||||
onboot:
|
||||
- name: package1
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,10 +2,10 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:afea8ced2185d302e0ccd99dde7cd795fea91540
|
||||
image: linuxkit/acpid:3b1560c81d3884e049ebbd9d9bf94ccb394e6cd3
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:24e86218391ba1fab0ccee3c4482e690af772f53
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
|
||||
image: linuxkit/poweroff:401dc53c604c0b2179ed0369a6968fd4179cc176
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user