Files
linuxkit/projects/compose/compose-static.yml
Avi Deitcher 45d7ab8fed Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-28 10:57:05 +02:00

68 lines
2.2 KiB
YAML

kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
- linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b
- linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe
onboot:
- name: sysctl
image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57
- name: sysfs
image: linuxkit/sysfs:e7910655e4b320b769bb7e5819f33e0d097c98c4
- name: dhcpcd
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:97dcd726d14ce2ef767d674adb8a709d5a73c213
- name: mount
image: linuxkit/mount:ce11bd5f816af89ba0760853420aa988b98cda13
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty
image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3
- name: ntpd
image: linuxkit/openntpd:2a6439b4f52cd694d139f5445287d9f09e392a92
- 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