mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 00:02:45 +00:00
pull in newer containerd v1.0.0-alpha0 via updated alpine base, update runc to 429a5387123625040bacfbb60d96b1cbd02293ab which is vendored by that version of containerd (and also update alpine base for runc) Signed-off-by: Ian Campbell <ian.campbell@docker.com>
23 lines
721 B
YAML
23 lines
721 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.36
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
|
- linuxkit/runc:a0f2894e50bacbd1ff82be41edff8b8e06e0b161
|
|
- linuxkit/containerd:d08e5f12f1ce609fcc8ee6817bb422ff03f09122
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:adad4b6ab7529b6b95339eb0752b0c81a218d185
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
|
|
|
trust:
|
|
org:
|
|
- linuxkit
|