mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e
|
|
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
|
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
|
- name: format
|
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
|
- name: mount
|
|
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
|
command: ["/usr/bin/mountie", "/var/lib/etcd"]
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:6565ae49f6be29d4e64614a4df3978b972956ebf
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c
|
|
- name: etcd
|
|
image: moby/etcd
|
|
capabilities:
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
- CAP_SYS_ADMIN
|
|
- CAP_MKNOD
|
|
net: host
|
|
binds:
|
|
- /var/lib/etcd:/var/lib/etcd
|
|
- /var/config/etcd:/etc/etcd
|
|
trust:
|
|
org:
|
|
- linuxkit
|