mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Update YAMLs to released packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
2d00440351
commit
db663d30a6
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
image: linuxkit/openntpd:v0.3
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:17.10.0-ce-dind
|
image: docker:17.10.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:5adb222abfcc3e7f21287045d7192aaf9198b80e
|
image: linuxkit/cadvisor:v0.3
|
||||||
files:
|
files:
|
||||||
- path: var/lib/docker
|
- path: var/lib/docker
|
||||||
directory: true
|
directory: true
|
||||||
|
@ -3,30 +3,30 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:3f60b78f78bfb83c14dd459ff7a3f58dacb33ad0 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:v0.3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
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:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:98398d827e80b56e487d2ae94ed86a0006acb702
|
image: linuxkit/binfmt:v0.3
|
||||||
# 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:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
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:83b2f6d8c1e8196b68215a62269da4b79002aad0
|
image: linuxkit/swap:v0.3
|
||||||
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:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:a1399f824db917488d048c5e23ca3cec6e5317d8
|
image: linuxkit/acpid:v0.3
|
||||||
# Enable getty for easier debugging
|
# Enable getty for easier debugging
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
image: linuxkit/openntpd:v0.3
|
||||||
# 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:3559f24480e165e0719479146953b461a3e1b99e
|
image: linuxkit/vsudd:v0.3
|
||||||
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:9dad2e9fb848d6452232deb01e08beda7ba00d21
|
image: linuxkit/vpnkit-forwarder:v0.3
|
||||||
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:ab0873798bf27deb5024569e46dfe30bebda9713
|
image: linuxkit/trim-after-delete:v0.3
|
||||||
# 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:10177f45d9384fa4cc61571ae8bb3bffbb3eba3c
|
image: linuxkit/host-timesync-daemon:v0.3
|
||||||
# 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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
image: linuxkit/openntpd:v0.3
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:17.09.0-ce-dind
|
image: docker:17.09.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
# 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:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- 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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: node_exporter
|
- name: node_exporter
|
||||||
image: linuxkit/node_exporter:4e469ba415316c03136d5645642782554cb293e7
|
image: linuxkit/node_exporter:v0.3
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
@ -2,24 +2,24 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
command: ["/usr/bin/metadata", "openstack"]
|
command: ["/usr/bin/metadata", "openstack"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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:67d9b334e4d84f480158e0a4974f547a469489a0
|
image: linuxkit/modprobe:v0.3
|
||||||
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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
- linuxkit/firmware:33b2483a7e2cc54cc4a58dbe9c3662f7f067f70d
|
- linuxkit/firmware:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
command: ["/usr/bin/metadata", "packet"]
|
command: ["/usr/bin/metadata", "packet"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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.14.29-rt
|
image: linuxkit/kernel:4.14.29-rt
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: open-vm-tools
|
- name: open-vm-tools
|
||||||
image: linuxkit/open-vm-tools:fd0b0bc2c57da0ed069a423fb5a3494499fb1ac0
|
image: linuxkit/open-vm-tools:v0.3
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,27 +2,27 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: rngd1
|
- name: rngd1
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
command: ["/sbin/rngd", "-1"]
|
command: ["/sbin/rngd", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:83b2f6d8c1e8196b68215a62269da4b79002aad0
|
image: linuxkit/swap:v0.3
|
||||||
# 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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: tss
|
- name: tss
|
||||||
image: linuxkit/tss:4ed60eeeeb9c26a3172e8b2c654ec257c6c9b220
|
image: linuxkit/tss:v0.3
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- 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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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.7
|
image: alpine:3.7
|
||||||
@ -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:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
- name: vpnkit-forwarder
|
- name: vpnkit-forwarder
|
||||||
image: linuxkit/vpnkit-forwarder:9dad2e9fb848d6452232deb01e08beda7ba00d21
|
image: linuxkit/vpnkit-forwarder:v0.3
|
||||||
binds:
|
binds:
|
||||||
- /var/vpnkit:/port
|
- /var/vpnkit:/port
|
||||||
net: host
|
net: host
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:3559f24480e165e0719479146953b461a3e1b99e
|
image: linuxkit/vsudd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
|
image: linuxkit/metadata:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: sshd
|
- name: sshd
|
||||||
image: linuxkit/sshd:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: wg0
|
- name: wg0
|
||||||
image: linuxkit/ip:14cd8bfc3a62e759ee6c925d697171ba18a91d70
|
image: linuxkit/ip:v0.3
|
||||||
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:14cd8bfc3a62e759ee6c925d697171ba18a91d70
|
image: linuxkit/ip:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
net: /run/netns/wg1
|
net: /run/netns/wg1
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- 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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- 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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||||
|
@ -2,28 +2,28 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
image: linuxkit/openntpd:v0.3
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:17.07.0-ce-dind
|
image: docker:17.07.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,28 +2,28 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: ntpd
|
- name: ntpd
|
||||||
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
image: linuxkit/openntpd:v0.3
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:17.07.0-ce-dind
|
image: docker:17.07.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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- 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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17 # with runc, logwrite, startmemlogd
|
- linuxkit/init:v0.3 # with runc, logwrite, startmemlogd
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
- samoht/fdd
|
- samoht/fdd
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- 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:b24724013759bbcb084600d1157735ccfc9aa615
|
image: linuxkit/sshd:v0.3
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
services:
|
services:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx:1.13.8-alpine
|
image: nginx:1.13.8-alpine
|
||||||
capabilities:
|
capabilities:
|
||||||
|
6
src/cmd/linuxkit/vendor/github.com/moby/tool/src/moby/linuxkit.go
generated
vendored
6
src/cmd/linuxkit/vendor/github.com/moby/tool/src/moby/linuxkit.go
generated
vendored
@ -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:00ab58c9681a0bf42b2e35134c1ccf1591ebb64d
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:50bde8b00eb82e08f12dd9cc29f36c77f5638426
|
image: linuxkit/mkimage:v0.3
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,12 +2,12 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
services:
|
services:
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:a1399f824db917488d048c5e23ca3cec6e5317d8
|
image: linuxkit/acpid:v0.3
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.126
|
image: linuxkit/kernel:4.4.126
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.92
|
image: linuxkit/kernel:4.9.92
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.15.15
|
image: linuxkit/kernel:4.15.15
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.126
|
image: linuxkit/kernel:4.4.126
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.92
|
image: linuxkit/kernel:4.9.92
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.15.15
|
image: linuxkit/kernel:4.15.15
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
@ -2,25 +2,25 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
image: linuxkit/sysfs:v0.3
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
image: linuxkit/rngd:v0.3
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:17.07.0-ce-dind
|
image: docker:17.07.0-ce-dind
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:98398d827e80b56e487d2ae94ed86a0006acb702
|
image: linuxkit/binfmt:v0.3
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
binds:
|
binds:
|
||||||
|
@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,20 +2,20 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/test-containerd:9769b24f2093104dcb837906e3fd6ea34dba55d1
|
image: linuxkit/test-containerd:9769b24f2093104dcb837906e3fd6ea34dba55d1
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:e824c312be97f73b27a91ae1b9462cf97953f8ca
|
image: linuxkit/extend:v0.3
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:67d9b334e4d84f480158e0a4974f547a469489a0
|
image: linuxkit/modprobe:v0.3
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:67d9b334e4d84f480158e0a4974f547a469489a0
|
image: linuxkit/modprobe:v0.3
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:e824c312be97f73b27a91ae1b9462cf97953f8ca
|
image: linuxkit/extend:v0.3
|
||||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-type", "xfs"]
|
command: ["/usr/bin/format", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:e824c312be97f73b27a91ae1b9462cf97953f8ca
|
image: linuxkit/extend:v0.3
|
||||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format"]
|
command: ["/usr/bin/format"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
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.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "@DEVICE@"]
|
command: ["/usr/bin/format", "@DEVICE@"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
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.7
|
image: alpine:3.7
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
image: linuxkit/modprobe:67d9b334e4d84f480158e0a4974f547a469489a0
|
image: linuxkit/modprobe:v0.3
|
||||||
command: ["modprobe", "btrfs"]
|
command: ["modprobe", "btrfs"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,23 +2,23 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.51
|
image: linuxkit/kernel:4.9.51
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
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:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
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:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
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:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
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:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
image: linuxkit/format:v0.3
|
||||||
command: ["/usr/bin/format", "-label", "foo"]
|
command: ["/usr/bin/format", "-label", "foo"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
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:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
image: linuxkit/mount:v0.3
|
||||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,17 +2,17 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.x
|
image: linuxkit/kernel:4.9.x
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:9e2c184fdd708720d47e663f03ad137c074d4f21
|
image: linuxkit/getty:v0.3
|
||||||
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.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:dccd1028bc96b91702236be8bbacb04477aacc4c
|
image: linuxkit/mkimage:v0.3
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
trust:
|
trust:
|
||||||
|
@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
||||||
|
@ -2,11 +2,11 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
image: linuxkit/sysctl:v0.3
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
net: host
|
net: host
|
||||||
|
@ -2,16 +2,16 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
- linuxkit/ca-certificates:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: wg0
|
- name: wg0
|
||||||
image: linuxkit/ip:14cd8bfc3a62e759ee6c925d697171ba18a91d70
|
image: linuxkit/ip:v0.3
|
||||||
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:14cd8bfc3a62e759ee6c925d697171ba18a91d70
|
image: linuxkit/ip:v0.3
|
||||||
net: new
|
net: new
|
||||||
binds:
|
binds:
|
||||||
- /etc/wireguard:/etc/wireguard
|
- /etc/wireguard:/etc/wireguard
|
||||||
|
@ -2,9 +2,9 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
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.14.32
|
image: linuxkit/kernel:4.14.32
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
- linuxkit/containerd:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
image: linuxkit/dhcpcd:v0.3
|
||||||
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:4fa46323e257af310c56950fd551e72d02694214
|
image: linuxkit/test-kernel-config:4fa46323e257af310c56950fd551e72d02694214
|
||||||
|
@ -3,8 +3,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
- linuxkit/init:v0.3
|
||||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
- linuxkit/runc:v0.3
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:<hash>
|
image: linuxkit/test-ns:<hash>
|
||||||
|
Loading…
Reference in New Issue
Block a user