mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 13:03:05 +00:00
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.54
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
|
init:
|
|
- linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb
|
|
- linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5
|
|
- linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf
|
|
- linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: format
|
|
image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843
|
|
- name: mount
|
|
image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507
|
|
command: ["/usr/bin/mountie", "/var/external"]
|
|
- name: swap
|
|
image: linuxkit/swap:e73f719b467e3dcb1eec85f1f1fd5d32fe1140bf
|
|
# to use unencrypted swap, use:
|
|
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
|
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|