mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Update package tags to v0.4
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
1de059188b
commit
440ec4a4c4
@ -33,12 +33,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.91
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:v0.3
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
|
||||
image: linuxkit/openntpd:v0.4
|
||||
|
||||
- name: docker
|
||||
image: docker:17.10.0-ce-dind
|
||||
@ -46,7 +46,7 @@ services:
|
||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||
- name: cadvisor
|
||||
image: linuxkit/cadvisor:9a4b626e808c6a961bf17c8c3eb8adbe55f94e20
|
||||
image: linuxkit/cadvisor:v0.4
|
||||
files:
|
||||
- path: var/lib/docker
|
||||
directory: true
|
||||
|
@ -3,30 +3,30 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:4e2ea826aaefdd196c7473255654d06ad96c4c21 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1
|
||||
image: linuxkit/binfmt:v0.4
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb
|
||||
image: linuxkit/swap:v0.4
|
||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||
- name: mount-vpnkit
|
||||
@ -44,41 +44,41 @@ onboot:
|
||||
- /var:/host_var
|
||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a
|
||||
image: linuxkit/acpid:v0.4
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
|
||||
image: linuxkit/openntpd:v0.4
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b
|
||||
image: linuxkit/vsudd:v0.4
|
||||
binds:
|
||||
- /var/run:/var/run
|
||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||
# It needs access to the vpnkit 9P coordination share
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32
|
||||
image: linuxkit/vpnkit-forwarder:v0.4
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||
- name: trim-after-delete
|
||||
image: linuxkit/trim-after-delete:9e62cea1246d66659bc1a74987f5f4c40e04de83
|
||||
image: linuxkit/trim-after-delete:v0.4
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:921f623f1d12b7a79417370c4628752c495e7ee8
|
||||
image: linuxkit/host-timesync-daemon:v0.4
|
||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||
|
@ -2,31 +2,31 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
|
||||
image: linuxkit/openntpd:v0.4
|
||||
- name: docker
|
||||
image: docker:17.09.0-ce-dind
|
||||
capabilities:
|
||||
|
@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@ -18,7 +18,7 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
runtime:
|
||||
@ -30,7 +30,7 @@ services:
|
||||
destination: writeable-host-etc
|
||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: influxdb
|
||||
|
@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:693341bd019aeca0e9a6bf33bdbc5f46aa2bf2a1
|
||||
image: linuxkit/node_exporter:v0.4
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -10,5 +10,5 @@ kernel:
|
||||
ucode: ""
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
|
||||
image: linuxkit/modprobe:v0.4
|
||||
command: ["modprobe", "nicvf"]
|
||||
|
@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/firmware:177575af191cf16e19c4989200e40f11422c3b32
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
- linuxkit/firmware:v0.4
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||
|
@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.34-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: open-vm-tools
|
||||
image: linuxkit/open-vm-tools:435f47c1a8c004b3626da21eb17fcebcc628714a
|
||||
image: linuxkit/open-vm-tools:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb
|
||||
image: linuxkit/swap:v0.4
|
||||
# to use unencrypted swap, use:
|
||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:0f21e6d31c81a6eaa9f08638b87f678144ea9217
|
||||
image: linuxkit/tss:v0.4
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: mount-vpnkit
|
||||
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"]
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32
|
||||
image: linuxkit/vpnkit-forwarder:v0.4
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
|
@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b
|
||||
image: linuxkit/vsudd:v0.4
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
|
||||
image: linuxkit/metadata:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
|
||||
image: linuxkit/ip:v0.4
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
|
||||
image: linuxkit/ip:v0.4
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@ -40,12 +40,12 @@ onboot:
|
||||
net: /run/netns/wg1
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
net: /run/netns/wg0
|
||||
|
16
linuxkit.yml
16
linuxkit.yml
@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:v0.3
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.3
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.3
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@ -18,11 +18,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:v0.3
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.3
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,7 +2,7 @@ kernel:
|
||||
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"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/init:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||
|
@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
|
||||
image: linuxkit/openntpd:v0.4
|
||||
- name: docker
|
||||
image: docker:17.07.0-ce-dind
|
||||
capabilities:
|
||||
|
@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
|
||||
image: linuxkit/openntpd:v0.4
|
||||
- name: docker
|
||||
image: docker:17.07.0-ce-dind
|
||||
capabilities:
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,7 +2,7 @@ kernel:
|
||||
image: mobylinux/kernel-landlock:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/init:v0.4
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,16 +2,16 @@ kernel:
|
||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.34
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcp-client
|
||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||
net: host
|
||||
@ -28,9 +28,9 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
|
||||
image: linuxkit/sshd:v0.4
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@ -2,18 +2,18 @@ kernel:
|
||||
image: okernel:latest
|
||||
cmdline: "console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
trust:
|
||||
org:
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a
|
||||
image: linuxkit/acpid:v0.4
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.131
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.99
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.16.8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.131
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.99
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.16.8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
|
||||
image: linuxkit/sysfs:v0.4
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
|
||||
image: linuxkit/rngd:v0.4
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
- name: docker
|
||||
image: docker:17.07.0-ce-dind
|
||||
capabilities:
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1
|
||||
image: linuxkit/binfmt:v0.4
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
binds:
|
||||
|
@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
- name: test
|
||||
image: linuxkit/test-containerd:f910e9f093683ea9080df8c26ddb6da04784a7e9
|
||||
|
@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: extend
|
||||
image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
|
||||
image: linuxkit/extend:v0.4
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
|
||||
image: linuxkit/modprobe:v0.4
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
|
||||
image: linuxkit/modprobe:v0.4
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: extend
|
||||
image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
|
||||
image: linuxkit/extend:v0.4
|
||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: extend
|
||||
image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
|
||||
image: linuxkit/extend:v0.4
|
||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "@DEVICE@"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
|
||||
image: linuxkit/modprobe:v0.4
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.51
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
|
||||
- name: test
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
|
@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-label", "docker"]
|
||||
- name: format
|
||||
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
|
||||
image: linuxkit/format:v0.4
|
||||
command: ["/usr/bin/format", "-label", "foo"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
|
||||
image: linuxkit/mount:v0.4
|
||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
|
@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.x
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
|
||||
image: linuxkit/getty:v0.4
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: mkimage
|
||||
image: linuxkit/mkimage:b06b6487f585efef71d5a99a93d36301842a94cf
|
||||
image: linuxkit/mkimage:v0.4
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
trust:
|
||||
|
@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
||||
|
@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: test
|
||||
image: alpine:3.7
|
||||
net: host
|
||||
|
@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
- linuxkit/ca-certificates:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
|
||||
image: linuxkit/ip:v0.4
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@ -24,7 +24,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
|
||||
image: linuxkit/ip:v0.4
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
|
@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: ltp
|
||||
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
||||
|
@ -4,12 +4,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
- linuxkit/containerd:v0.4
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.3
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
|
||||
|
@ -3,8 +3,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586
|
||||
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
||||
- linuxkit/init:v0.4
|
||||
- linuxkit/runc:v0.4
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:<hash>
|
||||
|
Loading…
Reference in New Issue
Block a user