Files
linuxkit/examples/cadvisor.yml
Rolf Neugebauer 66c60d5cf9 Update YAMLs to the latest hashes
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-03-24 12:57:31 +00:00

60 lines
2.0 KiB
YAML

kernel:
image: linuxkit/kernel:4.14.29
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:7af4e32f31f04d6c63d457c502d2f69344db7d72
- linuxkit/runc:e4b01b68b225d694a60f8b335258bd2144971239
- linuxkit/containerd:d03b69c7d23fdae0fec1b6e62a72d362992135df
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
onboot:
- name: sysctl
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
- name: dhcpcd
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysfs
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
- name: format
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
- name: mount
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
- name: ntpd
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
- name: docker
image: docker:17.10.0-ce-dind
capabilities:
- all
net: host
mounts:
- type: cgroup
options: ["rw", "nosuid", "noexec", "nodev", "relatime"]
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /var/lib/docker:/var/lib/docker
- /var/run:/var/run
- /lib/modules:/lib/modules
- /etc/docker/daemon.json:/etc/docker/daemon.json
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: cadvisor
image: linuxkit/cadvisor:5adb222abfcc3e7f21287045d7192aaf9198b80e
files:
- path: var/lib/docker
directory: true
- path: etc/docker/daemon.json
contents: '{"debug": true, "hosts": ["unix:///var/run/docker.sock"]}'
mode: "0644"
trust:
org:
- linuxkit
- library