mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
Update YAML files with new multi-arch packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -3,25 +3,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:e2b49a6c56fbf876ea24f0a5ce4ccae5f940d1be # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/vpnkit-expose-port:fa4ab4ac78b83fe392e39b861b4114c3bb02d170 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
# support metadata for optional config in /var/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
||||
image: linuxkit/binfmt:472eeba777d056c5f98fe074aa0f581c67ccc7ff
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# create docker dir on mounted drive if it doesn't exist
|
||||
- name: mkdir-docker
|
||||
@@ -45,41 +45,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:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:1966310cb75e28ffc668863a6577ee991327f918
|
||||
image: linuxkit/acpid:79e5c20de96e1633c9c40935b99dde45aefba37b
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:adad4b6ab7529b6b95339eb0752b0c81a218d185
|
||||
image: linuxkit/vsudd:d40f65855dfc4fe4740ba5fb5d3282cbc2131715
|
||||
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:9c1545e7b093d1210118de7661d7346393ec195b
|
||||
image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669
|
||||
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:2a5fcbe080cd4a45bd75c2ea3856c069475d706d
|
||||
image: linuxkit/trim-after-delete:8e7aea3dc87bbb72cf56e62d8b8861ff93946480
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:e6c15e6ef75d302c1c22827bac249598fb365a83
|
||||
image: linuxkit/host-timesync-daemon:625a906f2c3d9a3a2b8c856f062bc6c0d6b526bd
|
||||
|
||||
trust:
|
||||
org:
|
||||
|
@@ -3,8 +3,8 @@ kernel:
|
||||
cmdline: "console=ttyS0"
|
||||
tar: none
|
||||
init:
|
||||
- linuxkit/init-lcow:439515abb07a6c91ff4e1accf9b1f705d192d881
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init-lcow:73860235d61b9c039728931555c03cb6f575b5e0
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
binds:
|
||||
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@@ -2,31 +2,31 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
binds:
|
||||
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c
|
||||
trust:
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: redis
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:b6d447b55da3c28bdd8a3f4e30fb42c1fa0157bb
|
||||
image: linuxkit/swap:3881b1e0fadb7765d2fa85d03563c887ab9335a6
|
||||
# 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:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -3,24 +3,24 @@ kernel:
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||
- linuxkit/containerd:e33e0534d6fca88e1eb86897a1ea410b4a5d722e
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:51d73be868e12af76965f5682ed59309c19972b6
|
||||
image: linuxkit/tss:7f7d8d3d76d764e3130dd92f52c4944908c8bd80
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: mount-vpnkit
|
||||
image: alpine:3.6
|
||||
@@ -19,15 +19,15 @@ 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:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:9c1545e7b093d1210118de7661d7346393ec195b
|
||||
image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder"]
|
||||
- name: vpnkit-expose-port
|
||||
image: linuxkit/vpnkit-forwarder:9c1545e7b093d1210118de7661d7346393ec195b
|
||||
image: linuxkit/vpnkit-forwarder:42d80758e3b6a9f58cdfd25e53c775eebe951669
|
||||
net: none
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:adad4b6ab7529b6b95339eb0752b0c81a218d185
|
||||
image: linuxkit/vsudd:d40f65855dfc4fe4740ba5fb5d3282cbc2131715
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
binds:
|
||||
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
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:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -3,27 +3,27 @@ kernel:
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/etcd"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c
|
||||
- name: etcd
|
||||
|
@@ -8,12 +8,12 @@ init:
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: rngd
|
||||
image: mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9
|
||||
|
@@ -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:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mounts
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/"]
|
||||
- name: var
|
||||
image: library/alpine:3.6
|
||||
@@ -28,15 +28,15 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:18c468293c583eb5f275a068b686d55969f1b736
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mounts
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/"]
|
||||
- name: var
|
||||
image: library/alpine:3.6
|
||||
@@ -28,15 +28,15 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:18c468293c583eb5f275a068b686d55969f1b736
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -3,19 +3,19 @@ kernel:
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e # with runc, logwrite, startmemlogd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -3,15 +3,15 @@ kernel:
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.34
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- 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:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/okernel:latest
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
image: linuxkit/sshd:505a985d7bd7a90f15eca9cb4dc6ec92789d51a0
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,38 +2,38 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
image: linuxkit/sysctl:184c914d23a017062d7b53d7fc1dfaf47764bef6
|
||||
binds:
|
||||
- /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
|
||||
- name: mount
|
||||
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
||||
image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08
|
||||
command: ["/usr/bin/mountie", "/var/lib/swarmd"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:c3871ac5838e052ddb33248ceb95f86e4569aec4
|
||||
image: linuxkit/metadata:cec86f3e1c260c9eafefa80c262fceb40c182ddf
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: qemu-ga
|
||||
image: linuxkit/qemu-ga:585e4f0161a4df7583d5e0479d7621040c1ee140
|
||||
image: linuxkit/qemu-ga:7c845bfb09ec6807fc15bfd93ce5d5fcc591e999
|
||||
binds:
|
||||
- /dev/vport0p1:/dev/vport0p1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:704e8d8b046e89d8fa86400cb106d8c58950b873
|
||||
image: linuxkit/rngd:b2f4bdcb55aa88a25c86733e294628614504f383
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: weave
|
||||
image: weaveworks/weave:2.0.1@sha256:2d70caac7db33365482cc923d40ff8d3ec1238ae7fe06a00b3dde310d09f226e # Must match swarmd/Dockerfile
|
||||
command: ["/bin/sh", "/home/weave/weaver-wrapper"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
trust:
|
||||
org:
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:1966310cb75e28ffc668863a6577ee991327f918
|
||||
image: linuxkit/acpid:79e5c20de96e1633c9c40935b99dde45aefba37b
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.40
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:4.4.79
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
||||
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
||||
onboot:
|
||||
- name: test-ns
|
||||
image: linuxkit/test-ns:8e93e61e46ebcb302761eca0180e4c7f43e60bcf
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user