Files
linuxkit/examples/influxdb-os.yml
Rolf Neugebauer 66f85ffeba Merge pull request #3170 from rn/kup
Update kernels up to 4.18.5/4,17.19/4.14.67/4.9.124/4.4.152
2018-09-03 21:40:28 +02:00

49 lines
1.2 KiB
YAML

kernel:
image: linuxkit/kernel:4.14.67
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5
- linuxkit/runc:1dc6559fd0a9a332c740312637af0c3fbe6bafa3
- linuxkit/containerd:ed0589d53e29890b0e504f594a0e4af7326b6484
- linuxkit/ca-certificates:v0.6
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:v0.6
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
image: linuxkit/getty:v0.6
env:
- INSECURE=true
- name: influxdb
image: influxdb:1.4
net: host
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_DAC_OVERRIDE
- name: kapacitor
image: kapacitor:1.4
net: host
capabilities:
- all
env:
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
- name: telegraf
image: telegraf:1.4
net: host
capabilities:
- all
- name: chronograf
image: chronograf:1.4
net: host
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_DAC_OVERRIDE
env:
- INFLUXDB_URL=http://localhost:8086
- KAPACITOR_URL=http://localhost:9092
trust:
org:
- linuxkit
- library