Files
linuxkit/projects/compose/compose-static.yml
Justin Cormack ded8ebd280 add init hashes
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-07-31 21:11:33 +01:00

62 lines
2.1 KiB
YAML

kernel:
image: linuxkit/kernel:4.9.40
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
onboot:
- name: sysctl
image: linuxkit/sysctl:3f7a3f6f9e7e1d3f245c766fcf5c2b9e97382cfb
- name: sysfs
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
- name: dhcpcd
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: binfmt
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
- name: format
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
- name: mount
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: rngd
image: linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b
- name: ntpd
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
- name: docker
image: docker:17.06.0-ce-dind
capabilities:
- all
mounts:
- type: cgroup
options: ["rw","nosuid","noexec","nodev","relatime"]
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /var/lib/docker:/var/lib/docker
- /lib/modules:/lib/modules
- /var/run:/var/run
- /var/html:/var/html
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: compose
image: linuxkitprojects/compose:0535e78608f57702745dfd56fbe78d28d237e469
binds:
- /var/run:/var/run
- /var/compose:/compose
files:
- path: var/html/a/index.html
source: html-a.html
- path: var/html/b/index.html
source: html-b.html
- path: var/compose/docker-compose.yml
source: docker-compose.yml
- path: var/compose/images/nginx:alpine.tar
source: image-cache/nginx:alpine.tar
- path: var/compose/images/traefik.tar
source: image-cache/traefik.tar
trust:
org:
- linuxkit