mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-04 18:42:27 +00:00
Merge pull request #2238 from justincormack/shutdown
Add onshutdown support
This commit is contained in:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ endif
|
|||||||
|
|
||||||
PREFIX?=/usr/local/
|
PREFIX?=/usr/local/
|
||||||
|
|
||||||
MOBY_COMMIT=4105b7ea313b04bfd930aa45b8a091e8e3a1b2ac
|
MOBY_COMMIT=a261a33812ec2ba6650dc0b16353f537ade66355
|
||||||
MOBY_VERSION=0.0
|
MOBY_VERSION=0.0
|
||||||
bin/moby: tmp_moby_bin.tar | bin
|
bin/moby: tmp_moby_bin.tar | bin
|
||||||
tar xf $<
|
tar xf $<
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:e2b49a6c56fbf876ea24f0a5ce4ccae5f940d1be # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:e2b49a6c56fbf876ea24f0a5ce4ccae5f940d1be # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
# support metadata for optional config in /var/config
|
# support metadata for optional config in /var/config
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS1"
|
cmdline: "console=ttyS1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
- linuxkit/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
@@ -14,6 +14,10 @@ onboot:
|
|||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
|
onshutdown:
|
||||||
|
- name: shutdown
|
||||||
|
image: busybox:latest
|
||||||
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||||
services:
|
services:
|
||||||
- name: getty
|
- name: getty
|
||||||
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
|
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ ulimit -n 1048576
|
|||||||
ulimit -p unlimited
|
ulimit -p unlimited
|
||||||
|
|
||||||
# execute other init processes
|
# execute other init processes
|
||||||
INITS="$(find /etc/init.d -type f | sort)"
|
INITS="$(find /etc/init.d -type f 2>/dev/null | sort)"
|
||||||
for f in $INITS
|
for f in $INITS
|
||||||
do
|
do
|
||||||
$f
|
$f
|
||||||
|
|||||||
@@ -1,13 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ "$1" = "reboot" ] && exec /sbin/reboot
|
# execute other shutdown processes
|
||||||
|
SHUTS="$(find /etc/shutdown.d -type f 2>/dev/null | sort)"
|
||||||
# poweroff
|
for f in $SHUTS
|
||||||
|
do
|
||||||
|
$f
|
||||||
|
done
|
||||||
|
|
||||||
|
# kill all processes and unmount filesystems
|
||||||
/usr/sbin/killall5 -15
|
/usr/sbin/killall5 -15
|
||||||
/bin/sleep 5
|
/bin/sleep 5
|
||||||
/usr/sbin/killall5 -9
|
/usr/sbin/killall5 -9
|
||||||
/sbin/swapoff -a
|
/sbin/swapoff -a
|
||||||
/bin/echo "Unmounting filesystems"
|
/bin/echo "Unmounting filesystems"
|
||||||
/bin/umount -a -r
|
/bin/umount -a -r
|
||||||
|
|
||||||
|
# shutdown or reboot
|
||||||
|
[ "$1" = "reboot" ] && exec /sbin/reboot -f
|
||||||
/sbin/poweroff -f
|
/sbin/poweroff -f
|
||||||
|
|||||||
15
pkg/runc/etc/shutdown.d/010-onshutdown
Executable file
15
pkg/runc/etc/shutdown.d/010-onshutdown
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# start onshutdown containers, run to completion
|
||||||
|
|
||||||
|
if [ -d /containers/onshutdown ]
|
||||||
|
then
|
||||||
|
for f in $(find /containers/onshutdown -mindepth 1 -maxdepth 1 | sort)
|
||||||
|
do
|
||||||
|
base="$(basename $f)"
|
||||||
|
/bin/mount --bind "$f/rootfs" "$f/rootfs"
|
||||||
|
mount -o remount,rw "$f/rootfs"
|
||||||
|
/usr/bin/runc run --bundle "$f" "$(basename $f)"
|
||||||
|
printf " - $base\n"
|
||||||
|
done
|
||||||
|
fi
|
||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e
|
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e # with runc, logwrite, startmemlogd
|
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e # with runc, logwrite, startmemlogd
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
- samoht/fdd
|
- samoht/fdd
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/okernel:latest
|
image: linuxkit/okernel:latest
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ 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:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel-wireguard:4.9.15-2ca28b7589b673373a33274023ca870a3a77e081
|
image: linuxkit/kernel-wireguard:4.9.15-2ca28b7589b673373a33274023ca870a3a77e081
|
||||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:4e9a83e890e6477dcd25029fc4f1ced61d0642f4
|
- linuxkit/ca-certificates:4e9a83e890e6477dcd25029fc4f1ced61d0642f4
|
||||||
- linuxkit/wireguard-utils:26fe3d38455f2d441549e3c54bdec1b26ac819b8
|
- linuxkit/wireguard-utils:26fe3d38455f2d441549e3c54bdec1b26ac819b8
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
services:
|
services:
|
||||||
- name: acpid
|
- name: acpid
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
image: kmod-test
|
image: kmod-test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.77
|
image: linuxkit/kernel:4.4.77
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.11.11
|
image: linuxkit/kernel:4.11.11
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-netns
|
- name: test-netns
|
||||||
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
image: linuxkit/test-netns:3e02fb2730ad29a732eb2d4c711cb890169ed776
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine:3.6
|
image: alpine:3.6
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: binfmt
|
- name: binfmt
|
||||||
image: linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5
|
image: linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
- name: test
|
- name: test
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.x
|
image: linuxkit/kernel:4.9.x
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||||
onboot:
|
onboot:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: linuxkit/mkimage:a63b8ee4c5de335afc32ba850e0af319b25b96c0
|
image: linuxkit/mkimage:a63b8ee4c5de335afc32ba850e0af319b25b96c0
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: ltp
|
- name: ltp
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.38
|
image: linuxkit/kernel:4.9.38
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
||||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||||
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
- linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
|||||||
Reference in New Issue
Block a user