mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #2372 from justincormack/suid-init
Do an extra chmod after chown
This commit is contained in:
commit
338459907d
@ -4,7 +4,7 @@ kernel:
|
|||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/vpnkit-expose-port:fa4ab4ac78b83fe392e39b861b4114c3bb02d170 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
- linuxkit/vpnkit-expose-port:fa4ab4ac78b83fe392e39b861b4114c3bb02d170 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
services:
|
services:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS1"
|
cmdline: "console=ttyS1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -4,7 +4,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0"
|
cmdline: "console=tty0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -22,13 +22,19 @@ import (
|
|||||||
func copyMetadata(info os.FileInfo, path string) error {
|
func copyMetadata(info os.FileInfo, path string) error {
|
||||||
// would rather use fd than path but Go makes this very difficult at present
|
// would rather use fd than path but Go makes this very difficult at present
|
||||||
stat := info.Sys().(*syscall.Stat_t)
|
stat := info.Sys().(*syscall.Stat_t)
|
||||||
if err := syscall.Lchown(path, int(stat.Uid), int(stat.Gid)); err != nil {
|
if err := unix.Lchown(path, int(stat.Uid), int(stat.Gid)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
timespec := []unix.Timespec{unix.Timespec(stat.Atim), unix.Timespec(stat.Mtim)}
|
timespec := []unix.Timespec{unix.Timespec(stat.Atim), unix.Timespec(stat.Mtim)}
|
||||||
if err := unix.UtimesNanoAt(unix.AT_FDCWD, path, timespec, unix.AT_SYMLINK_NOFOLLOW); err != nil {
|
if err := unix.UtimesNanoAt(unix.AT_FDCWD, path, timespec, unix.AT_SYMLINK_NOFOLLOW); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
// after chown suid bits may be dropped; re-set on non symlink files
|
||||||
|
if info.Mode()&os.ModeSymlink == 0 {
|
||||||
|
if err := os.Chmod(path, info.Mode()); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -41,7 +47,7 @@ func copyFS(newRoot string) error {
|
|||||||
stat := info.Sys().(*syscall.Stat_t)
|
stat := info.Sys().(*syscall.Stat_t)
|
||||||
rootDev := stat.Dev
|
rootDev := stat.Dev
|
||||||
|
|
||||||
if err = syscall.Mount("rootfs", newRoot, "tmpfs", 0, ""); err != nil {
|
if err = unix.Mount("rootfs", newRoot, "tmpfs", 0, ""); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -126,7 +132,7 @@ func copyFS(newRoot string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
case (info.Mode() & os.ModeDevice) == os.ModeDevice:
|
case (info.Mode() & os.ModeDevice) == os.ModeDevice:
|
||||||
if err := syscall.Mknod(dest, uint32(info.Mode()), int(stat.Rdev)); err != nil {
|
if err := unix.Mknod(dest, uint32(info.Mode()), int(stat.Rdev)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
case (info.Mode() & os.ModeNamedPipe) == os.ModeNamedPipe:
|
case (info.Mode() & os.ModeNamedPipe) == os.ModeNamedPipe:
|
||||||
@ -180,12 +186,12 @@ func copyFS(newRoot string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// mount --move cwd (/mnt) to /
|
// mount --move cwd (/mnt) to /
|
||||||
if err := syscall.Mount(".", "/", "", syscall.MS_MOVE, ""); err != nil {
|
if err := unix.Mount(".", "/", "", unix.MS_MOVE, ""); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// chroot to .
|
// chroot to .
|
||||||
if err := syscall.Chroot("."); err != nil {
|
if err := unix.Chroot("."); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -200,8 +206,8 @@ func copyFS(newRoot string) error {
|
|||||||
func main() {
|
func main() {
|
||||||
// test if we want to do this, ie if tmpfs or ramfs
|
// test if we want to do this, ie if tmpfs or ramfs
|
||||||
// we could be booting off ISO, disk where we do not need this
|
// we could be booting off ISO, disk where we do not need this
|
||||||
var sfs syscall.Statfs_t
|
var sfs unix.Statfs_t
|
||||||
if err := syscall.Statfs("/", &sfs); err != nil {
|
if err := unix.Statfs("/", &sfs); err != nil {
|
||||||
log.Fatalf("Cannot statfs /: %v", err)
|
log.Fatalf("Cannot statfs /: %v", err)
|
||||||
}
|
}
|
||||||
const ramfsMagic = 0x858458f6
|
const ramfsMagic = 0x858458f6
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -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:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=tty0 console=ttyS0"
|
cmdline: "console=tty0 console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -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:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
onboot:
|
onboot:
|
||||||
|
@ -2,7 +2,7 @@ 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:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -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:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0 page_poison=1"
|
cmdline: "console=ttyS0 page_poison=1"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
||||||
services:
|
services:
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: check-kernel-config
|
- name: check-kernel-config
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.9.40
|
image: linuxkit/kernel:4.9.40
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: check
|
- name: check
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
@ -2,7 +2,7 @@ kernel:
|
|||||||
image: linuxkit/kernel:4.4.79
|
image: linuxkit/kernel:4.4.79
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
||||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user