mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 01:07:41 +00:00
Update package tags to v0.7
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
|||||||
@@ -2,33 +2,33 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
image: linuxkit/openntpd:v0.7
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:18.06.0-ce-dind
|
image: docker:18.06.0-ce-dind
|
||||||
@@ -46,7 +46,7 @@ services:
|
|||||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||||
- name: cadvisor
|
- name: cadvisor
|
||||||
image: linuxkit/cadvisor:0fbe6a4a89a555d749ea99735477833757d24d5d
|
image: linuxkit/cadvisor:v0.7
|
||||||
files:
|
files:
|
||||||
- path: var/lib/docker
|
- path: var/lib/docker
|
||||||
directory: true
|
directory: true
|
||||||
|
|||||||
@@ -2,30 +2,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||||
- name: loop
|
- name: loop
|
||||||
image: linuxkit/losetup:4ceebb2672031d87a8fa60ac5e93e54c2ff1f0f2
|
image: linuxkit/losetup:v0.7
|
||||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
image: linuxkit/dm-crypt:v0.7
|
||||||
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:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||||
- name: bbox
|
- name: bbox
|
||||||
image: busybox
|
image: busybox
|
||||||
@@ -34,11 +34,11 @@ onboot:
|
|||||||
- /var:/var
|
- /var:/var
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
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:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "/dev/sda"]
|
command: ["/usr/bin/format", "/dev/sda"]
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
image: linuxkit/dm-crypt:v0.7
|
||||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||||
- name: bbox
|
- name: bbox
|
||||||
image: busybox
|
image: busybox
|
||||||
@@ -28,11 +28,11 @@ onboot:
|
|||||||
- /var:/var
|
- /var:/var
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: etc/dm-crypt/key
|
- path: etc/dm-crypt/key
|
||||||
# the below key is just to keep the example self-contained
|
# the below key is just to keep the example self-contained
|
||||||
|
|||||||
@@ -3,30 +3,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:b5f279abaa0386efeb3c03f46771609ff7c25bc3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:v0.7 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
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:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:1d336b31146564a799673ff1a869c9717c2a86e0
|
image: linuxkit/binfmt:v0.7
|
||||||
# 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:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
# make a swap file on the mounted disk
|
# make a swap file on the mounted disk
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe
|
image: linuxkit/swap:v0.7
|
||||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||||
- name: mount-vpnkit
|
- name: mount-vpnkit
|
||||||
@@ -44,41 +44,41 @@ onboot:
|
|||||||
- /var:/host_var
|
- /var:/host_var
|
||||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
# Enable acpi to shutdown on power events
|
# Enable acpi to shutdown on power events
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:c4559f5fdce997de5dedc4c750c7a0d1044b3425
|
image: linuxkit/acpid:v0.7
|
||||||
# Enable getty for easier debugging
|
# Enable getty for easier debugging
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# Run ntpd to keep time synchronised in the VM
|
# Run ntpd to keep time synchronised in the VM
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
image: linuxkit/openntpd:v0.7
|
||||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||||
# to a socket on the host.
|
# to a socket on the host.
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a
|
image: linuxkit/vsudd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /var/run:/var/run
|
- /var/run:/var/run
|
||||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||||
# It needs access to the vpnkit 9P coordination share
|
# It needs access to the vpnkit 9P coordination share
|
||||||
- name: vpnkit-forwarder
|
- name: vpnkit-forwarder
|
||||||
image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027
|
image: linuxkit/vpnkit-forwarder:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /var/vpnkit:/port
|
- /var/vpnkit:/port
|
||||||
net: host
|
net: host
|
||||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||||
- name: trim-after-delete
|
- name: trim-after-delete
|
||||||
image: linuxkit/trim-after-delete:05a7b353e54371d396655610afbd5d0b830e16ac
|
image: linuxkit/trim-after-delete:v0.7
|
||||||
# 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:dfe46e1f3227ac10d98655d95b2061283afc2f3d
|
image: linuxkit/host-timesync-daemon:v0.7
|
||||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||||
|
|||||||
@@ -2,31 +2,31 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
image: linuxkit/openntpd:v0.7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:18.06.0-ce-dind
|
image: docker:18.06.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
|||||||
@@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
# to make insecure with passwordless root login, uncomment following lines
|
# to make insecure with passwordless root login, uncomment following lines
|
||||||
#env:
|
#env:
|
||||||
# - INSECURE=true
|
# - INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: etc/getty.shadow
|
- path: etc/getty.shadow
|
||||||
# sample sets password for root to "abcdefgh" (without quotes)
|
# sample sets password for root to "abcdefgh" (without quotes)
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
onshutdown:
|
onshutdown:
|
||||||
- name: shutdown
|
- name: shutdown
|
||||||
@@ -18,7 +18,7 @@ onshutdown:
|
|||||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
runtime:
|
runtime:
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
destination: writeable-host-etc
|
destination: writeable-host-etc
|
||||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
|
|||||||
@@ -3,21 +3,21 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855
|
- linuxkit/memlogd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# A service which generates log messages for testing
|
# A service which generates log messages for testing
|
||||||
@@ -25,9 +25,9 @@ services:
|
|||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
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:62cbf48ee2fcd374f26de7b901adc287ff6f4696
|
image: linuxkit/logwrite:v0.7
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:9329a7bb25b27974d74b765fe15d5f1b76609198
|
image: linuxkit/kmsg:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: node_exporter
|
- name: node_exporter
|
||||||
image: linuxkit/node_exporter:4e895be53436f2732f206302f193d5e7b0a1a841
|
image: linuxkit/node_exporter:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
command: ["/usr/bin/metadata", "openstack"]
|
command: ["/usr/bin/metadata", "openstack"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ kernel:
|
|||||||
ucode: ""
|
ucode: ""
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
|
image: linuxkit/modprobe:v0.7
|
||||||
command: ["modprobe", "nicvf"]
|
command: ["modprobe", "nicvf"]
|
||||||
|
|||||||
@@ -3,32 +3,32 @@ kernel:
|
|||||||
cmdline: console=ttyS1
|
cmdline: console=ttyS1
|
||||||
ucode: intel-ucode.cpio
|
ucode: intel-ucode.cpio
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- linuxkit/firmware:0e37338a2c994f768fc4569fce47fcf8d9133506
|
- linuxkit/firmware:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
command: ["/usr/bin/metadata", "packet"]
|
command: ["/usr/bin/metadata", "packet"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
|||||||
@@ -4,16 +4,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||||
|
|||||||
@@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.25-rt
|
image: linuxkit/kernel:4.19.25-rt
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: open-vm-tools
|
- name: open-vm-tools
|
||||||
image: linuxkit/open-vm-tools:ff7d6c5789fe82c901c8a83a20f5a4182838cb3d
|
image: linuxkit/open-vm-tools:v0.7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,28 +2,28 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
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:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: root/.ssh/authorized_keys
|
- path: root/.ssh/authorized_keys
|
||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: ip
|
- name: ip
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /etc/ip:/etc/ip
|
- /etc/ip:/etc/ip
|
||||||
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
files:
|
files:
|
||||||
|
|||||||
@@ -2,33 +2,33 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe
|
image: linuxkit/swap:v0.7
|
||||||
# to use unencrypted swap, use:
|
# to use unencrypted swap, use:
|
||||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: tss
|
- name: tss
|
||||||
image: linuxkit/tss:8c5284d5302485234c6390e00c42546bc505a5ca
|
image: linuxkit/tss:v0.7
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
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:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: mount-vpnkit
|
- name: mount-vpnkit
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
@@ -19,9 +19,9 @@ onboot:
|
|||||||
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
||||||
services:
|
services:
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
- name: vpnkit-forwarder
|
- name: vpnkit-forwarder
|
||||||
image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027
|
image: linuxkit/vpnkit-forwarder:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /var/vpnkit:/port
|
- /var/vpnkit:/port
|
||||||
net: host
|
net: host
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a
|
image: linuxkit/vsudd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
command: ["/vsudd",
|
command: ["/vsudd",
|
||||||
|
|||||||
@@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
image: linuxkit/metadata:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||||
- name: nginx
|
- name: nginx
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: wg0
|
- name: wg0
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
@@ -26,7 +26,7 @@ onboot:
|
|||||||
bindNS:
|
bindNS:
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
- name: wg1
|
- name: wg1
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
@@ -40,12 +40,12 @@ onboot:
|
|||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
|
|||||||
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
onshutdown:
|
onshutdown:
|
||||||
- name: shutdown
|
- name: shutdown
|
||||||
@@ -18,11 +18,11 @@ onshutdown:
|
|||||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- 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-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:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||||
|
|||||||
@@ -2,32 +2,32 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
image: linuxkit/openntpd:v0.7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:18.06.0-ce-dind
|
image: docker:18.06.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,32 +2,32 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
image: linuxkit/openntpd:v0.7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:18.06.0-ce-dind
|
image: docker:18.06.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
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:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- 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:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
|||||||
@@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.34
|
image: linuxkit/kernel:4.9.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- samoht/fdd
|
- samoht/fdd
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
files:
|
files:
|
||||||
- path: etc/init.d/020-fdd-init
|
- path: etc/init.d/020-fdd-init
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcp-client
|
- name: dhcp-client
|
||||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||||
net: host
|
net: host
|
||||||
@@ -28,9 +28,9 @@ onboot:
|
|||||||
- /lib:/lib # for ifconfig
|
- /lib:/lib # for ifconfig
|
||||||
services:
|
services:
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
image: linuxkit/sshd:v0.7
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
files:
|
files:
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ kernel:
|
|||||||
image: okernel:latest
|
image: okernel:latest
|
||||||
cmdline: "console=tty0 page_poison=1"
|
cmdline: "console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
services:
|
services:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
|||||||
@@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.39
|
image: linuxkit/kernel:4.9.39
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:a8680e89070591c8b9e80d54e185787c19921668
|
image: linuxkit/mkimage:v0.7
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
trust:
|
trust:
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
|||||||
@@ -3,13 +3,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
|
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
# Add some random unsorted caps
|
# Add some random unsorted caps
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -18,7 +18,7 @@ onboot:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: testservice
|
- name: testservice
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
# Some environments
|
# Some environments
|
||||||
env:
|
env:
|
||||||
- BENV=true
|
- BENV=true
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
services:
|
services:
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:c4559f5fdce997de5dedc4c750c7a0d1044b3425
|
image: linuxkit/acpid:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.168
|
image: linuxkit/kernel:4.9.168
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.111
|
image: linuxkit/kernel:4.14.111
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.0.7
|
image: linuxkit/kernel:5.0.7
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.168
|
image: linuxkit/kernel:4.9.168
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.111
|
image: linuxkit/kernel:4.14.111
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:5.0.7
|
image: linuxkit/kernel:5.0.7
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
|||||||
@@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
image: linuxkit/sysfs:v0.7
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
image: linuxkit/rngd:v0.7
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:18.06.0-ce-dind
|
image: docker:18.06.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:1d336b31146564a799673ff1a869c9717c2a86e0
|
image: linuxkit/binfmt:v0.7
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
binds:
|
binds:
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:v0.5
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:v0.5
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/bpftrace:67b5c3b4f13a4acf22eab8f422091e1efc06852d
|
- linuxkit/bpftrace:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: bpftrace-test
|
- name: bpftrace-test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/test-containerd:6450109185b6678866b76867b7394c5c90f46225
|
image: linuxkit/test-containerd:6450109185b6678866b76867b7394c5c90f46225
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
image: linuxkit/dm-crypt:v0.7
|
||||||
command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
image: linuxkit/dm-crypt:v0.7
|
||||||
command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dm-crypt
|
- name: dm-crypt
|
||||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
image: linuxkit/dm-crypt:v0.7
|
||||||
command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"]
|
command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"]
|
||||||
binds:
|
binds:
|
||||||
- /dev/:/dev
|
- /dev/:/dev
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24
|
image: linuxkit/extend:v0.7
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
|
image: linuxkit/modprobe:v0.7
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
|
image: linuxkit/modprobe:v0.7
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24
|
image: linuxkit/extend:v0.7
|
||||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-type", "xfs"]
|
command: ["/usr/bin/format", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24
|
image: linuxkit/extend:v0.7
|
||||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format"]
|
command: ["/usr/bin/format"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
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.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "@DEVICE@"]
|
command: ["/usr/bin/format", "@DEVICE@"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
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.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
|
image: linuxkit/modprobe:v0.7
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
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:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
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:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
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:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
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:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
binds:
|
binds:
|
||||||
- /check.sh:/check.sh
|
- /check.sh:/check.sh
|
||||||
command: ["sh", "./check.sh"]
|
command: ["sh", "./check.sh"]
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
image: linuxkit/format:v0.7
|
||||||
command: ["/usr/bin/format", "-label", "foo"]
|
command: ["/usr/bin/format", "-label", "foo"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
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:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
image: linuxkit/mount:v0.7
|
||||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
image: linuxkit/getty:v0.7
|
||||||
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,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.88
|
image: linuxkit/kernel:4.14.88
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: losetup
|
- name: losetup
|
||||||
image: linuxkit/losetup:4ceebb2672031d87a8fa60ac5e93e54c2ff1f0f2
|
image: linuxkit/losetup:v0.7
|
||||||
command: ["/usr/bin/loopy", "-c", "/var/test.img"]
|
command: ["/usr/bin/loopy", "-c", "/var/test.img"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:a8680e89070591c8b9e80d54e185787c19921668
|
image: linuxkit/mkimage:v0.7
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
trust:
|
trust:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
image: linuxkit/sysctl:v0.7
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
net: host
|
net: host
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: wg0
|
- name: wg0
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
@@ -24,7 +24,7 @@ onboot:
|
|||||||
bindNS:
|
bindNS:
|
||||||
net: /run/netns/wg0
|
net: /run/netns/wg0
|
||||||
- name: wg1
|
- name: wg1
|
||||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
image: linuxkit/ip:v0.7
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855
|
- linuxkit/memlogd:v0.7
|
||||||
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:62cbf48ee2fcd374f26de7b901adc287ff6f4696
|
image: linuxkit/logwrite:v0.7
|
||||||
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.9
|
image: alpine:3.9
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
- linuxkit/ca-certificates:v0.7
|
||||||
- linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855
|
- linuxkit/memlogd:v0.7
|
||||||
services:
|
services:
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:9329a7bb25b27974d74b765fe15d5f1b76609198
|
image: linuxkit/kmsg:v0.7
|
||||||
- name: write-and-rotate-logs
|
- name: write-and-rotate-logs
|
||||||
image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696
|
image: linuxkit/logwrite:v0.7
|
||||||
- name: check-the-logs
|
- name: check-the-logs
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
binds:
|
binds:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/kernel-bcc:4.19.34
|
- linuxkit/kernel-bcc:4.19.34
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-bcc
|
- name: check-bcc
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: ltp
|
- name: ltp
|
||||||
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
||||||
|
|||||||
@@ -4,12 +4,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
- linuxkit/containerd:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
image: linuxkit/dhcpcd:v0.7
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.19.34
|
image: linuxkit/kernel:4.19.34
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
- linuxkit/init:v0.7
|
||||||
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
- linuxkit/runc:v0.7
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:<hash>
|
image: linuxkit/test-ns:<hash>
|
||||||
|
|||||||
Reference in New Issue
Block a user