mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 07:00:10 +00:00
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
binds.add:
|
||||
# this will keep all of the existing ones as well
|
||||
- /var/tmp:/var/tmp
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
|
||||
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
|
||||
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1
|
||||
|
||||
- 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:dd105889da35d18f33a8848a495b1d78e5ebbd3c
|
||||
image: linuxkit/cadvisor:365d0034d3e8256cd5790db4e9fb243bdbcfce86
|
||||
files:
|
||||
- path: var/lib/docker
|
||||
directory: true
|
||||
|
@@ -3,15 +3,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -19,11 +19,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||
- name: loop
|
||||
image: linuxkit/losetup:2ffc2e8dab9db95f67e76cafefff2861905f9af5
|
||||
image: linuxkit/losetup:34d3bfb410ddbc5a24c5f212c87174e40d1b2658
|
||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73
|
||||
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0
|
||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
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:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
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:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73
|
||||
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0
|
||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
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:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
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:6.6.13
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:a3fbd97ce0a2d0bc77c917f6a6d18cd5bb32d58c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/vpnkit-expose-port:b7d75bf04d53024e6245ff6631744b66560a135a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
|
||||
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:50acb90af078d9afee42ec0ea7f418cb4e3bf1a8
|
||||
image: linuxkit/binfmt:7dbce407e0b6814622bceae127421c5529fc7a3a
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:d50ab34d24aea536480337365b9ba286c64783c6
|
||||
image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b
|
||||
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:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:78206e0612a2b521459178e11f590901a3bd00bc
|
||||
image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
|
||||
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:16438e37ca05f79c985e014e924a66e0fac3f3d2
|
||||
image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e
|
||||
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:135927339bb2d6416bca3a2eefe1c8239bc4d817
|
||||
image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1
|
||||
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:730aa70eb57b1c5005bb89863c68f0a330177a04
|
||||
image: linuxkit/trim-after-delete:14fbf307d2e6b287411987fcddde578b14e92b81
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:e8fcb76cca89e722cbfe609c79004b37aa660655
|
||||
image: linuxkit/host-timesync-daemon:f7047f8aa7c1d733d9b9acf0e5ad5bea66f3d005
|
||||
# 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:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
|
||||
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
|
||||
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
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:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
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:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: influxdb
|
||||
|
@@ -3,21 +3,21 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/memlogd:5373517ece0f7417174178f6e2ec8af65ace1cb0
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
- linuxkit/memlogd:b4adfc82dcb986c0a7d44589de17846c398783fd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
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:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
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:067327496569f30690843e3a2f12684f99eab5fd
|
||||
image: linuxkit/logwrite:f936b4e3d5a32dba5520c384741f922230640777
|
||||
- name: kmsg
|
||||
image: linuxkit/kmsg:f6010b07ea097673c24016f0d246e2b4913cca74
|
||||
image: linuxkit/kmsg:01c6c16292986971d913aad77a90dfee4f5a06f2
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:b515e92e49ec9f8b5bdc07fb88e9e922e643c3d0
|
||||
image: linuxkit/node_exporter:a58fcb21c090f32539ad45519fec1ab0381d4c62
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,26 +2,26 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd2
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -10,5 +10,5 @@ kernel:
|
||||
ucode: ""
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:d49d9b6abbd279fe1ff8138395efae7f574e887f
|
||||
image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac
|
||||
command: ["modprobe", "nicvf"]
|
||||
|
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/firmware:d7b657619e5a0155b62845b03f795f4e7b6c929c
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
- linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
command: ["/usr/bin/metadata", "equinixmetal"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
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:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/firmware:d7b657619e5a0155b62845b03f795f4e7b6c929c
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
- linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
command: ["/usr/bin/metadata", "hetzner"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: open-vm-tools
|
||||
image: linuxkit/open-vm-tools:ba6486a746d1cbdca8f38cd5b03c79fcea14bf55
|
||||
image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
|
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
|
||||
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
|
||||
command: ["/usr/bin/metadata", "vultr"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: ip
|
||||
image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4
|
||||
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce
|
||||
binds:
|
||||
- /etc/ip:/etc/ip
|
||||
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
|
||||
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:d50ab34d24aea536480337365b9ba286c64783c6
|
||||
image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b
|
||||
# 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:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:1aff18dcde439a25164db603be0f8b8b64e1081f
|
||||
image: linuxkit/tss:b366bf2dbc0ee4f382d2d10fc43ce5e928b12433
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -3,15 +3,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -19,11 +19,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
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:e5622bc1d8f757c91bb35f0d5e708889f337bdaf
|
||||
image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:135927339bb2d6416bca3a2eefe1c8239bc4d817
|
||||
image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:16438e37ca05f79c985e014e924a66e0fac3f3d2
|
||||
image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4
|
||||
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:612bd1ef619e4409807713feaf6c436a0211b8b4
|
||||
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -40,12 +40,12 @@ onboot:
|
||||
net: /run/netns/wg1
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
net: /run/netns/wg0
|
||||
|
Reference in New Issue
Block a user