mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Bump hashes
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
779be8cff1
commit
c0de474e4f
@ -4,14 +4,14 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:728e5fe9e6b818d9825b28826b929ae75a386e9e # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:728e5fe9e6b818d9825b28826b929ae75a386e9e # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
onboot:
|
onboot:
|
||||||
# support metadata for optional config in /run/config
|
# support metadata for optional config in /run/config
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:4c1ef93bb5eb1a877318db4b2daa6768ed002e21
|
image: linuxkit/sysctl:4c1ef93bb5eb1a877318db4b2daa6768ed002e21
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
@ -22,7 +22,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
# make a swap file on the mounted disk
|
# make a swap file on the mounted disk
|
||||||
- name: swap
|
- name: swap
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -13,7 +13,7 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:94e01a4b16fadb053455cdc2269c4eb0b39199cd
|
image: linuxkit/rngd:94e01a4b16fadb053455cdc2269c4eb0b39199cd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -17,7 +17,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -14,7 +14,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -13,7 +13,7 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
services:
|
services:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -13,7 +13,7 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
command: ["/usr/bin/metadata", "openstack"]
|
command: ["/usr/bin/metadata", "openstack"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS1 console=ttyAMA0"
|
cmdline: "console=ttyS1 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -16,7 +16,7 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
command: ["/usr/bin/metadata", "packet"]
|
command: ["/usr/bin/metadata", "packet"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
|
@ -4,7 +4,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -15,7 +15,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:b3d5db11b14168874a01b5ea4398186321be836f
|
image: linuxkit/swap:b3d5db11b14168874a01b5ea4398186321be836f
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -13,7 +13,7 @@ onboot:
|
|||||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: metadata
|
- name: metadata
|
||||||
image: linuxkit/metadata:2af15c9f4b0e73515c219b7cc14e6e65e1d4fd6d
|
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel-clear-containers:4.9.x
|
image: linuxkit/kernel-clear-containers:4.9.x
|
||||||
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -17,7 +17,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -17,7 +17,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: mobylinux/kernel-landlock:4.9.x
|
image: mobylinux/kernel-landlock:4.9.x
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5 # with runc, logwrite, startmemlogd
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de # with runc, logwrite, startmemlogd
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.34
|
image: linuxkit/kernel:4.9.34
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: okernel:latest
|
image: okernel:latest
|
||||||
cmdline: "console=tty0 page_poison=1"
|
cmdline: "console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
services:
|
services:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.111
|
image: linuxkit/kernel:4.4.111
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.13
|
image: linuxkit/kernel:4.14.13
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.111
|
image: linuxkit/kernel:4.4.111
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.13
|
image: linuxkit/kernel:4.14.13
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.111
|
image: linuxkit/kernel:4.4.111
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.14.13
|
image: linuxkit/kernel:4.14.13
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -14,7 +14,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
services:
|
services:
|
||||||
- name: rngd
|
- name: rngd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
@ -15,7 +15,7 @@ onboot:
|
|||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
- name: test
|
- name: test
|
||||||
image: linuxkit/test-containerd:bbec657082ed2126ccb7f0e8d2a2c5c30eefd3dc
|
image: linuxkit/test-containerd:bbec657082ed2126ccb7f0e8d2a2c5c30eefd3dc
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,13 +2,13 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
@ -12,7 +12,7 @@ onboot:
|
|||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
@ -12,7 +12,7 @@ onboot:
|
|||||||
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
||||||
command: ["/usr/bin/extend", "-type", "btrfs"]
|
command: ["/usr/bin/extend", "-type", "btrfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-type", "xfs"]
|
command: ["/usr/bin/format", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: extend
|
- name: extend
|
||||||
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
image: linuxkit/extend:e550c16d8464cabeffdff80f27e6fa8278f06dbb
|
||||||
command: ["/usr/bin/extend", "-type", "xfs"]
|
command: ["/usr/bin/extend", "-type", "xfs"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format"]
|
command: ["/usr/bin/format"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-label", "docker"]
|
command: ["/usr/bin/format", "-label", "docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "@DEVICE@"]
|
command: ["/usr/bin/format", "@DEVICE@"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: modprobe
|
- name: modprobe
|
||||||
@ -12,7 +12,7 @@ onboot:
|
|||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-type", "btrfs" ]
|
command: ["/usr/bin/format", "-type", "btrfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,14 +2,14 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-type", "xfs" ]
|
command: ["/usr/bin/format", "-type", "xfs" ]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.51
|
image: linuxkit/kernel:4.9.51
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: format
|
- name: format
|
||||||
@ -12,10 +12,10 @@ onboot:
|
|||||||
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
image: linuxkit/format:5a1140cb65e733f26de727fa684fef1326e9d5ab
|
||||||
command: ["/usr/bin/format", "-label", "foo"]
|
command: ["/usr/bin/format", "-label", "foo"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
|
||||||
- name: mount
|
- name: mount
|
||||||
image: linuxkit/mount:b346ec277b7074e5c9986128a879c10a1d18742b
|
image: linuxkit/mount:3c37d46558c794e8535daa805e7037cb8e82c141
|
||||||
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.x
|
image: linuxkit/kernel:4.9.x
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
- linuxkit/ca-certificates:de21b84d9b055ad9dcecc57965b654a7a24ef8e0
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -4,7 +4,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.76
|
image: linuxkit/kernel:4.9.76
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
- linuxkit/containerd:1b6b8a5884e17b26e2725cb82c436841070fca95
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -3,7 +3,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
||||||
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
Loading…
Reference in New Issue
Block a user