mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
7549a63c9f
commit
260cc85b52
@ -30,7 +30,7 @@ spec:
|
|||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- image: linuxkit/open-vm-tools:b7e7f12c310a55a4959cfa72d01216698d5c24bb
|
- image: linuxkit/open-vm-tools:4c3158c7ba27f7ad0ede5d383ca25b57c5588a26
|
||||||
name: open-vm-tools
|
name: open-vm-tools
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.30
|
image: linuxkit/kernel:5.4.30
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
binds.add:
|
binds.add:
|
||||||
# this will keep all of the existing ones as well
|
# this will keep all of the existing ones as well
|
||||||
- /var/tmp:/var/tmp
|
- /var/tmp:/var/tmp
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
files:
|
files:
|
||||||
- path: etc/getty.shadow
|
- path: etc/getty.shadow
|
||||||
# sample sets password for root to "abcdefgh" (without quotes)
|
# sample sets password for root to "abcdefgh" (without quotes)
|
||||||
|
@ -2,33 +2,33 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.6-dind
|
||||||
@ -46,7 +46,7 @@ services:
|
|||||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||||
- name: cadvisor
|
- name: cadvisor
|
||||||
image: linuxkit/cadvisor:7f2cff94d3914b98edda8bca273b445324ab23f0
|
image: linuxkit/cadvisor:38174e03a9495a2ba8a8a049458f585a8b8e4a59
|
||||||
files:
|
files:
|
||||||
- path: var/lib/docker
|
- path: var/lib/docker
|
||||||
directory: true
|
directory: true
|
||||||
|
@ -2,30 +2,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||||
- name: loop
|
- name: loop
|
||||||
image: linuxkit/losetup:bd8b9d59785e9be62f8374c359c0736ad33744d4
|
image: linuxkit/losetup:43e40be0c82cbccf171ebd2a8065246e2e84f66e
|
||||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306
|
image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0
|
||||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||||
- name: bbox
|
- name: bbox
|
||||||
image: busybox
|
image: busybox
|
||||||
@ -34,11 +34,11 @@ onboot:
|
|||||||
- /var:/var
|
- /var:/var
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
files:
|
files:
|
||||||
- path: etc/dm-crypt/key
|
- path: etc/dm-crypt/key
|
||||||
# the below key is just to keep the example self-contained
|
# the below key is just to keep the example self-contained
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306
|
image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0
|
||||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||||
- name: bbox
|
- name: bbox
|
||||||
image: busybox
|
image: busybox
|
||||||
@ -28,11 +28,11 @@ onboot:
|
|||||||
- /var:/var
|
- /var:/var
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
files:
|
files:
|
||||||
- path: etc/dm-crypt/key
|
- path: etc/dm-crypt/key
|
||||||
# the below key is just to keep the example self-contained
|
# the below key is just to keep the example self-contained
|
||||||
|
@ -3,30 +3,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:b0a5ede4c53aa718b48fb9a86e4725ab6ae7f96e # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:87ac61469247b2a0483cbd1fd2915f220e078b78 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
# support metadata for optional config in /run/config
|
# support metadata for optional config in /run/config
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:5567917e7de481e4867d31c7490a0ebdb70e04a5
|
image: linuxkit/binfmt:e392d51db0ff8209b6021955b20c316f8a62bf25
|
||||||
# Format and mount the disk image in /var/lib/docker
|
# Format and mount the disk image in /var/lib/docker
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
# make a swap file on the mounted disk
|
# make a swap file on the mounted disk
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
|
image: linuxkit/swap:77305236719ed7ab4be0f3bccc179c583fe7f5ff
|
||||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||||
- name: mount-vpnkit
|
- name: mount-vpnkit
|
||||||
@ -44,41 +44,41 @@ onboot:
|
|||||||
- /var:/host_var
|
- /var:/host_var
|
||||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
# Enable acpi to shutdown on power events
|
# Enable acpi to shutdown on power events
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea
|
image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd
|
||||||
# Enable getty for easier debugging
|
# Enable getty for easier debugging
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# Run ntpd to keep time synchronised in the VM
|
# Run ntpd to keep time synchronised in the VM
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7
|
||||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||||
# to a socket on the host.
|
# to a socket on the host.
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:8b442fc9296ce581e8755675eadc928c13ac79c9
|
image: linuxkit/vsudd:89980cd551d3174b6d8528f39fbd7fd1ca049161
|
||||||
binds:
|
binds:
|
||||||
- /var/run:/var/run
|
- /var/run:/var/run
|
||||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||||
# It needs access to the vpnkit 9P coordination share
|
# It needs access to the vpnkit 9P coordination share
|
||||||
- name: vpnkit-forwarder
|
- name: vpnkit-forwarder
|
||||||
image: linuxkit/vpnkit-forwarder:56ed525d212ca17e01b54d9b66c39b534a4392bc
|
image: linuxkit/vpnkit-forwarder:ea4dded7386b09dd647e854664b029be0a4f420f
|
||||||
binds:
|
binds:
|
||||||
- /var/vpnkit:/port
|
- /var/vpnkit:/port
|
||||||
net: host
|
net: host
|
||||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||||
- name: trim-after-delete
|
- name: trim-after-delete
|
||||||
image: linuxkit/trim-after-delete:ac6307a62c926a49a067d4de8667c2789b5ce2c9
|
image: linuxkit/trim-after-delete:34cf6de89b12342bcc999bdae5afe8e37199a018
|
||||||
# When the host resumes from sleep, force a clock resync
|
# When the host resumes from sleep, force a clock resync
|
||||||
- name: host-timesync-daemon
|
- name: host-timesync-daemon
|
||||||
image: linuxkit/host-timesync-daemon:32fec3fc7d03e5600ef88526c8f187cf21e8e0cc
|
image: linuxkit/host-timesync-daemon:515e0a6485a15cc4caf85c65f2ae0bb9f88bd53a
|
||||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||||
|
@ -2,31 +2,31 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
# to make insecure with passwordless root login, uncomment following lines
|
# to make insecure with passwordless root login, uncomment following lines
|
||||||
#env:
|
#env:
|
||||||
# - INSECURE=true
|
# - INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
files:
|
files:
|
||||||
- path: etc/getty.shadow
|
- path: etc/getty.shadow
|
||||||
# sample sets password for root to "abcdefgh" (without quotes)
|
# sample sets password for root to "abcdefgh" (without quotes)
|
||||||
|
@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
onshutdown:
|
onshutdown:
|
||||||
- name: shutdown
|
- name: shutdown
|
||||||
@ -18,7 +18,7 @@ onshutdown:
|
|||||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
runtime:
|
runtime:
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
destination: writeable-host-etc
|
destination: writeable-host-etc
|
||||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
|
@ -3,21 +3,21 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984
|
- linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# A service which generates log messages for testing
|
# A service which generates log messages for testing
|
||||||
@ -25,6 +25,6 @@ services:
|
|||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
|
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
|
||||||
- name: write-and-rotate-logs
|
- name: write-and-rotate-logs
|
||||||
image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208
|
image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:fa82d93cab0c1efa178cc51ffb82b83cc011148e
|
image: linuxkit/kmsg:2ed5334395ec64a7844a2cbd88837050fbd34880
|
||||||
|
@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: node_exporter
|
- name: node_exporter
|
||||||
image: linuxkit/node_exporter:f2e8d89c950dada9a1ff497f312abd79a00292f8
|
image: linuxkit/node_exporter:bd11bc62e0cdf7a600556c0cb9f6582bf055f245
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
command: ["/usr/bin/metadata", "openstack"]
|
command: ["/usr/bin/metadata", "openstack"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
@ -3,32 +3,32 @@ kernel:
|
|||||||
cmdline: console=ttyS1
|
cmdline: console=ttyS1
|
||||||
ucode: intel-ucode.cpio
|
ucode: intel-ucode.cpio
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/firmware:1363380034cc23556e95d595b9beb8df55aa6cbf
|
- linuxkit/firmware:8f89601312327c78999a880ee104ceae9a25d20e
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
command: ["/usr/bin/metadata", "hetzner"]
|
command: ["/usr/bin/metadata", "hetzner"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
@ -10,5 +10,5 @@ kernel:
|
|||||||
ucode: ""
|
ucode: ""
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690
|
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
|
||||||
command: ["modprobe", "nicvf"]
|
command: ["modprobe", "nicvf"]
|
||||||
|
@ -3,32 +3,32 @@ kernel:
|
|||||||
cmdline: console=ttyS1
|
cmdline: console=ttyS1
|
||||||
ucode: intel-ucode.cpio
|
ucode: intel-ucode.cpio
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/firmware:1363380034cc23556e95d595b9beb8df55aa6cbf
|
- linuxkit/firmware:8f89601312327c78999a880ee104ceae9a25d20e
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
command: ["/usr/bin/metadata", "packet"]
|
command: ["/usr/bin/metadata", "packet"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.11.4-rt
|
image: linuxkit/kernel:5.11.4-rt
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: open-vm-tools
|
- name: open-vm-tools
|
||||||
image: linuxkit/open-vm-tools:b7e7f12c310a55a4959cfa72d01216698d5c24bb
|
image: linuxkit/open-vm-tools:4c3158c7ba27f7ad0ede5d383ca25b57c5588a26
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
|
@ -2,22 +2,22 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,28 +2,28 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
command: ["/usr/bin/metadata", "vultr"]
|
command: ["/usr/bin/metadata", "vultr"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
@ -4,16 +4,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||||
|
@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: ip
|
- name: ip
|
||||||
image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1
|
image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf
|
||||||
binds:
|
binds:
|
||||||
- /etc/ip:/etc/ip
|
- /etc/ip:/etc/ip
|
||||||
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
files:
|
files:
|
||||||
|
@ -2,30 +2,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
|
image: linuxkit/swap:77305236719ed7ab4be0f3bccc179c583fe7f5ff
|
||||||
# to use unencrypted swap, use:
|
# to use unencrypted swap, use:
|
||||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
|
@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: tss
|
- name: tss
|
||||||
image: linuxkit/tss:03376461810d54c300d6cecf980c577b5731ec3e
|
image: linuxkit/tss:9cfa8c15f2120415aab35efcfdede5b3b5fe5b4c
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
files:
|
files:
|
||||||
- path: etc/getty.shadow
|
- path: etc/getty.shadow
|
||||||
# sample sets password for root to "abcdefgh" (without quotes)
|
# sample sets password for root to "abcdefgh" (without quotes)
|
||||||
|
@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: mount-vpnkit
|
- name: mount-vpnkit
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
@ -19,9 +19,9 @@ onboot:
|
|||||||
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
||||||
services:
|
services:
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
- name: vpnkit-forwarder
|
- name: vpnkit-forwarder
|
||||||
image: linuxkit/vpnkit-forwarder:56ed525d212ca17e01b54d9b66c39b534a4392bc
|
image: linuxkit/vpnkit-forwarder:ea4dded7386b09dd647e854664b029be0a4f420f
|
||||||
binds:
|
binds:
|
||||||
- /var/vpnkit:/port
|
- /var/vpnkit:/port
|
||||||
net: host
|
net: host
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:8b442fc9296ce581e8755675eadc928c13ac79c9
|
image: linuxkit/vsudd:89980cd551d3174b6d8528f39fbd7fd1ca049161
|
||||||
binds:
|
binds:
|
||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
command: ["/vsudd",
|
command: ["/vsudd",
|
||||||
|
@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: wg0
|
- name: wg0
|
||||||
image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1
|
image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
@ -26,7 +26,7 @@ onboot:
|
|||||||
bindNS:
|
bindNS:
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
- name: wg1
|
- name: wg1
|
||||||
image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1
|
image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
@ -40,12 +40,12 @@ onboot:
|
|||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
|
16
linuxkit.yml
16
linuxkit.yml
@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
onshutdown:
|
onshutdown:
|
||||||
- name: shutdown
|
- name: shutdown
|
||||||
@ -18,11 +18,11 @@ onshutdown:
|
|||||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.19.5-alpine
|
image: nginx:1.19.5-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel-clear-containers:4.9.x
|
image: linuxkit/kernel-clear-containers:4.9.x
|
||||||
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||||
|
@ -2,32 +2,32 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,32 +2,32 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428
|
image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: mobylinux/kernel-landlock:4.9.x
|
image: mobylinux/kernel-landlock:4.9.x
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.34
|
image: linuxkit/kernel:4.9.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- samoht/fdd
|
- samoht/fdd
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
files:
|
files:
|
||||||
- path: etc/init.d/020-fdd-init
|
- path: etc/init.d/020-fdd-init
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
|
@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcp-client
|
- name: dhcp-client
|
||||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||||
net: host
|
net: host
|
||||||
@ -28,9 +28,9 @@ onboot:
|
|||||||
- /lib:/lib # for ifconfig
|
- /lib:/lib # for ifconfig
|
||||||
services:
|
services:
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70
|
image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
files:
|
files:
|
||||||
|
@ -2,18 +2,18 @@ kernel:
|
|||||||
image: okernel:latest
|
image: okernel:latest
|
||||||
cmdline: "console=tty0 page_poison=1"
|
cmdline: "console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
services:
|
services:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.39
|
image: linuxkit/kernel:4.9.39
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:fa71899c159d8c1ae63a02a22fe8db113c4e540c
|
image: linuxkit/mkimage:ef008e6ec914daf0accbb02f5319fa2435d46133
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
|
@ -3,13 +3,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
|
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
# Add some random unsorted caps
|
# Add some random unsorted caps
|
||||||
capabilities:
|
capabilities:
|
||||||
@ -18,7 +18,7 @@ onboot:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: testservice
|
- name: testservice
|
||||||
image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1
|
image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf
|
||||||
# Some environments
|
# Some environments
|
||||||
env:
|
env:
|
||||||
- BENV=true
|
- BENV=true
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.30
|
image: linuxkit/kernel:5.4.30
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
binds.add:
|
binds.add:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
- /var/tmp:/var/tmp
|
- /var/tmp:/var/tmp
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
services:
|
services:
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea
|
image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.129
|
image: linuxkit/kernel:5.4.129
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.12.14
|
image: linuxkit/kernel:5.12.14
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.129
|
image: linuxkit/kernel:5.4.129
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.12.14
|
image: linuxkit/kernel:5.12.14
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,5 +2,5 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
|
@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c
|
image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.6-dind
|
image: docker:20.10.6-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/kernel-bcc:5.4.113
|
- linuxkit/kernel-bcc:5.4.113
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-bcc
|
- name: check-bcc
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:5567917e7de481e4867d31c7490a0ebdb70e04a5
|
image: linuxkit/binfmt:e392d51db0ff8209b6021955b20c316f8a62bf25
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
binds:
|
binds:
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/bpftrace:a5c57a3791a87e96aea456f78fd88973ea9904d0
|
- linuxkit/bpftrace:a5c57a3791a87e96aea456f78fd88973ea9904d0
|
||||||
onboot:
|
onboot:
|
||||||
- name: bpftrace-test
|
- name: bpftrace-test
|
||||||
|
@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0"
|
cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a
|
image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/test-containerd:56001736371960e8989f93e90211eaa7f1a573b3
|
image: linuxkit/test-containerd:56001736371960e8989f93e90211eaa7f1a573b3
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306
|
image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0
|
||||||
command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306
|
image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0
|
||||||
command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306
|
image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0
|
||||||
command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"]
|
||||||
binds:
|
binds:
|
||||||
- /dev/:/dev
|
- /dev/:/dev
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9
|
image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690
|
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690
|
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9
|
image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737
|
||||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-type", "xfs"]
|
command: ["/usr/bin/format", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9
|
image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737
|
||||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9
|
image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format"]
|
command: ["/usr/bin/format"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "@DEVICE@"]
|
command: ["/usr/bin/format", "@DEVICE@"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690
|
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
|
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
|
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
|
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
|
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
binds:
|
binds:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
command: ["sh", "./check.sh"]
|
command: ["sh", "./check.sh"]
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
|
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
|
||||||
command: ["/usr/bin/format", "-label", "foo"]
|
command: ["/usr/bin/format", "-label", "foo"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
|
||||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec
|
||||||
files:
|
files:
|
||||||
- path: etc/getty.shadow
|
- path: etc/getty.shadow
|
||||||
# sample sets password for root to "abcdefgh" (without quotes)
|
# sample sets password for root to "abcdefgh" (without quotes)
|
||||||
|
@ -2,10 +2,10 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
services:
|
services:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984
|
- linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e
|
||||||
services:
|
services:
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:fa82d93cab0c1efa178cc51ffb82b83cc011148e
|
image: linuxkit/kmsg:2ed5334395ec64a7844a2cbd88837050fbd34880
|
||||||
- name: write-and-rotate-logs
|
- name: write-and-rotate-logs
|
||||||
image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208
|
image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db
|
||||||
- name: check-the-logs
|
- name: check-the-logs
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
binds:
|
binds:
|
||||||
|
@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
||||||
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
- linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4
|
||||||
- linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984
|
- linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e
|
||||||
services:
|
services:
|
||||||
# A service which generates logs of log messages
|
# A service which generates logs of log messages
|
||||||
- name: fill-the-logs
|
- name: fill-the-logs
|
||||||
image: alpine
|
image: alpine
|
||||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ]
|
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ]
|
||||||
- name: write-and-rotate-logs
|
- name: write-and-rotate-logs
|
||||||
image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208
|
image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db
|
||||||
command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
|
command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
|
||||||
- name: check-the-logs
|
- name: check-the-logs
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: losetup
|
- name: losetup
|
||||||
image: linuxkit/losetup:bd8b9d59785e9be62f8374c359c0736ad33744d4
|
image: linuxkit/losetup:43e40be0c82cbccf171ebd2a8065246e2e84f66e
|
||||||
command: ["/usr/bin/loopy", "-c", "/var/test.img"]
|
command: ["/usr/bin/loopy", "-c", "/var/test.img"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.47
|
image: linuxkit/kernel:5.10.47
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
||||||
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
||||||
onboot:
|
onboot:
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023
|
image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
binds:
|
binds:
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user