mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
update examples, tests, projects, etc.
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -2,13 +2,13 @@ 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
# 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:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
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,22 +2,22 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
||||||
|
|
||||||
|
@@ -2,21 +2,21 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||||
- name: loop
|
- name: loop
|
||||||
image: linuxkit/losetup:fcee8e453684d45c3c411fe8c28ecb2210158638
|
image: linuxkit/losetup:fcee8e453684d45c3c411fe8c28ecb2210158638
|
||||||
@@ -25,7 +25,7 @@ onboot:
|
|||||||
image: linuxkit/dm-crypt:526d32351c8246431be8e1a168cb514ff3c365af
|
image: linuxkit/dm-crypt:526d32351c8246431be8e1a168cb514ff3c365af
|
||||||
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:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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
|
||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:526d32351c8246431be8e1a168cb514ff3c365af
|
image: linuxkit/dm-crypt:526d32351c8246431be8e1a168cb514ff3c365af
|
||||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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
|
||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
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
|
||||||
|
@@ -4,25 +4,25 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:c61565ee34e58823aaf7c05fd6359a8fd889137f # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:c61565ee34e58823aaf7c05fd6359a8fd889137f # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
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:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:ecd24b710cad869af6a4716809f62d7164286367
|
image: linuxkit/binfmt:d1733f15280394d45a20d9b27d1917af785d9c10
|
||||||
# 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:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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
|
||||||
@@ -75,10 +75,10 @@ services:
|
|||||||
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:736054426ca2db02d62fe78b6910616b4e677107
|
image: linuxkit/trim-after-delete:dc2b34b38193e6c4f6596f31075a9f6288ac7b09
|
||||||
# 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:ce5c8fc7989b1c3f9674d1f64245bf8146b1a9fb
|
image: linuxkit/host-timesync-daemon:562161a3a49a774ccfd5c9f3ba00d933d6f61876
|
||||||
# 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,19 +2,19 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
#env:
|
#env:
|
||||||
# - INSECURE=true
|
# - INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
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,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -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:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
|
@@ -3,14 +3,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/memlogd:67e3bc9d0f271336567f4bffbb80a8d57d5eddba
|
- linuxkit/memlogd:cf7ea20e6b68aacaa888aa178f267dcad602ed05
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -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:f3ba46a1785036931bd156996659e967b594bb83
|
image: linuxkit/logwrite:107c407b3443fb04eb0a6f69182653836c4e62f9
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:d86e8b0b44a01195f5ca644adb25994a24703f0f
|
image: linuxkit/kmsg:ba81a0a3029b4bb7ee455f73892da9667397ca5b
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
services:
|
services:
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: node_exporter
|
- name: node_exporter
|
||||||
|
@@ -2,22 +2,22 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
command: ["/usr/bin/metadata", "openstack"]
|
command: ["/usr/bin/metadata", "openstack"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
||||||
binds.add:
|
binds.add:
|
||||||
|
@@ -2,21 +2,21 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd2
|
- name: dhcpcd2
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||||
|
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: sshd
|
- name: sshd
|
||||||
|
@@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
||||||
binds.add:
|
binds.add:
|
||||||
|
@@ -3,26 +3,26 @@ kernel:
|
|||||||
cmdline: console=ttyS1
|
cmdline: console=ttyS1
|
||||||
ucode: intel-ucode.cpio
|
ucode: intel-ucode.cpio
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/firmware:a17106a98940006529c714a3783eb03238c335a7
|
- linuxkit/firmware:a17106a98940006529c714a3783eb03238c335a7
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
command: ["/usr/bin/metadata", "hetzner"]
|
command: ["/usr/bin/metadata", "hetzner"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
|
@@ -3,26 +3,26 @@ kernel:
|
|||||||
cmdline: console=ttyS1
|
cmdline: console=ttyS1
|
||||||
ucode: intel-ucode.cpio
|
ucode: intel-ucode.cpio
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/firmware:a17106a98940006529c714a3783eb03238c335a7
|
- linuxkit/firmware:a17106a98940006529c714a3783eb03238c335a7
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
command: ["/usr/bin/metadata", "packet"]
|
command: ["/usr/bin/metadata", "packet"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
|
@@ -2,20 +2,20 @@ 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: open-vm-tools
|
- name: open-vm-tools
|
||||||
|
@@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
|
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
@@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
command: ["/usr/bin/metadata", "vultr"]
|
command: ["/usr/bin/metadata", "vultr"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
||||||
binds.add:
|
binds.add:
|
||||||
|
@@ -4,7 +4,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: sshd
|
- name: sshd
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
|
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
|
||||||
@@ -28,4 +28,4 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- name: tss
|
- name: tss
|
||||||
image: linuxkit/tss:1246031b0c9d408ceb81790a05dd37bcb9e1c4e1
|
image: linuxkit/tss:1246031b0c9d408ceb81790a05dd37bcb9e1c4e1
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
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,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.15.27
|
image: linuxkit/kernel:5.15.27
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||||
|
@@ -2,22 +2,22 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
||||||
- name: docker
|
- name: docker
|
||||||
|
@@ -2,22 +2,22 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
image: linuxkit/openntpd:dd353cac6cbd816008c565041cec6650090d0ad0
|
||||||
- name: docker
|
- name: docker
|
||||||
|
@@ -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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
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:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
|
@@ -2,7 +2,7 @@ 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,21 +2,21 @@ 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- samoht/fdd
|
- samoht/fdd
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
image: linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
files:
|
files:
|
||||||
|
@@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcp-client
|
- name: dhcp-client
|
||||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||||
net: host
|
net: host
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: okernel:latest
|
image: okernel:latest
|
||||||
cmdline: "console=tty0 page_poison=1"
|
cmdline: "console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
services:
|
services:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
|
@@ -2,13 +2,13 @@ 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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.39
|
image: linuxkit/kernel:4.9.39
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
@@ -3,7 +3,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
|
|
||||||
|
@@ -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:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
binds.add:
|
binds.add:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
- /var/tmp:/var/tmp
|
- /var/tmp:/var/tmp
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
services:
|
services:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.172
|
image: linuxkit/kernel:5.4.172
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.15.27
|
image: linuxkit/kernel:5.15.27
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.4.172
|
image: linuxkit/kernel:5.4.172
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.15.27
|
image: linuxkit/kernel:5.15.27
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@@ -2,5 +2,5 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
|
@@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:4f58a2447d328d391143984fc4e8508b00dc6e5b
|
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:331294919ba6d953d261a2694019b659a98535a4
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
- name: docker
|
- name: docker
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dummy
|
- name: dummy
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/kernel-bcc:5.4.113
|
- linuxkit/kernel-bcc:5.4.113
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:ecd24b710cad869af6a4716809f62d7164286367
|
image: linuxkit/binfmt:d1733f15280394d45a20d9b27d1917af785d9c10
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
binds:
|
binds:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/bpftrace:aa3c430a9998399875e6cf3511e38fd3ab07cc5f
|
- linuxkit/bpftrace:aa3c430a9998399875e6cf3511e38fd3ab07cc5f
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
onboot:
|
onboot:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0"
|
cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
@@ -11,11 +11,11 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e5959517fab7b44692ad63941eecf37486e73799
|
image: linuxkit/sysctl:a88a50c104d538b58da5e1441f6f0b4b738f76a6
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/test-containerd:f7440607d4f022907e8fcc15fe49ffa233b7c758
|
image: linuxkit/test-containerd:f7440607d4f022907e8fcc15fe49ffa233b7c758
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
|
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:d6169ddc421bcaa4281c2feda77768b29b903e58
|
image: linuxkit/extend:aa486645c16e6465015970722bf6c9c19534d97e
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:d6169ddc421bcaa4281c2feda77768b29b903e58
|
image: linuxkit/extend:aa486645c16e6465015970722bf6c9c19534d97e
|
||||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-type", "xfs"]
|
command: ["/usr/bin/format", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:d6169ddc421bcaa4281c2feda77768b29b903e58
|
image: linuxkit/extend:aa486645c16e6465015970722bf6c9c19534d97e
|
||||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:d6169ddc421bcaa4281c2feda77768b29b903e58
|
image: linuxkit/extend:aa486645c16e6465015970722bf6c9c19534d97e
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format"]
|
command: ["/usr/bin/format"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "@DEVICE@"]
|
command: ["/usr/bin/format", "@DEVICE@"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
image: linuxkit/modprobe:5dd4d7238f760bcd9f91b9166f414da953242f43
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
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:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
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:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
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:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
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:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-partition", "gpt"]
|
command: ["/usr/bin/format", "-partition", "gpt"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:9c40b556691c1bf47394603aeb2dbdba21e7e32e
|
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||||
command: ["/usr/bin/format", "-label", "foo"]
|
command: ["/usr/bin/format", "-label", "foo"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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:a8581e454f846690d09e2e7c6287d3c84ca53257
|
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||||
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,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
|
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/memlogd:67e3bc9d0f271336567f4bffbb80a8d57d5eddba
|
- linuxkit/memlogd:cf7ea20e6b68aacaa888aa178f267dcad602ed05
|
||||||
services:
|
services:
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:d86e8b0b44a01195f5ca644adb25994a24703f0f
|
image: linuxkit/kmsg:ba81a0a3029b4bb7ee455f73892da9667397ca5b
|
||||||
- name: write-and-rotate-logs
|
- name: write-and-rotate-logs
|
||||||
image: linuxkit/logwrite:f3ba46a1785036931bd156996659e967b594bb83
|
image: linuxkit/logwrite:107c407b3443fb04eb0a6f69182653836c4e62f9
|
||||||
- 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.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||||
- linuxkit/memlogd:67e3bc9d0f271336567f4bffbb80a8d57d5eddba
|
- linuxkit/memlogd:cf7ea20e6b68aacaa888aa178f267dcad602ed05
|
||||||
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:f3ba46a1785036931bd156996659e967b594bb83
|
image: linuxkit/logwrite:107c407b3443fb04eb0a6f69182653836c4e62f9
|
||||||
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,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: losetup
|
- name: losetup
|
||||||
|
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:cd284d211eb6456961bf9988f802492b4b63d5b5
|
image: linuxkit/metadata:48846eecc1a923fd48d9c0e22b2e6c3ea09f01df
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
binds:
|
binds:
|
||||||
|
@@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.10.104
|
image: linuxkit/kernel:5.10.104
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14df799bb3b9e0eb0491da9fda7f32a108a2e2a5
|
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f
|
||||||
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user