Files
linuxkit/projects/compose/compose-static.yml
Avi Deitcher 4165491275 Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-01-07 18:50:58 +02:00

68 lines
2.2 KiB
YAML

kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
- linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074
- linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc
onboot:
- name: sysctl
image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c
- name: sysfs
image: linuxkit/sysfs:3f1b4b04f51c06a751cadccc682868aad44be1aa
- name: dhcpcd
image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:db495c67312fe0ee4d94518e316a76f49ce01c40
- name: mount
image: linuxkit/mount:4711fa808be15ad41129c11a24bbb87efed0beec
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty
image: linuxkit/getty:76554bbf9f667205c78ce589c55100376fa16e28
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75
- name: ntpd
image: linuxkit/openntpd:38d2ce3c14c3ad971eafced40ee486b7a0f892bf
- 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