Files
linuxkit/projects/compose/compose-static.yml
Avi Deitcher 1b3e13c880 Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-25 23:24:06 +02:00

68 lines
2.2 KiB
YAML

kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
onboot:
- name: sysctl
image: linuxkit/sysctl:f8a06fea01bfcb322e913213e22d35790168ed01
- name: sysfs
image: linuxkit/sysfs:e2476b26d551cd75b032990545a304c2cfbd1084
- name: dhcpcd
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
- name: mount
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty
image: linuxkit/getty:9b8e6b510b49da196a1e412aa95f364e3dd16576
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:e35c1c671a9d35dbc42b83b620563ce472f8effb
- name: ntpd
image: linuxkit/openntpd:4745ea9d3633469c860d1c3d5250303c3d96eec9
- name: docker
image: docker:20.10.6-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
- /lib/modules:/lib/modules
- /var/run:/var/run
- /etc/html:/var/html
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: compose
image: linuxkitprojects/compose:111f9f32a933c9e7acbf3ccfc13fedbdfce8224f
binds:
- /var/run:/var/run
- /etc/compose:/compose
files:
- path: var/lib/docker
directory: true
- path: etc/html/a/index.html
source: html-a.html
- path: etc/html/b/index.html
source: html-b.html
- path: etc/compose/docker-compose.yml
source: docker-compose.yml
- path: etc/compose/images/nginx:alpine.tar
source: image-cache/nginx:alpine.tar
- path: etc/compose/images/traefik.tar
source: image-cache/traefik.tar
trust:
org:
- linuxkit
- library