mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 07:55:05 +00:00
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883
|
||||
- linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6
|
||||
- linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5
|
||||
- linuxkit/ca-certificates:4ed09a382de2b3ba2143f4270375b3bd6e973fb5
|
||||
- linuxkit/init:ad37cb61355b08cf481c54b07612b5206be6254d
|
||||
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
|
||||
- linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b
|
||||
- linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:2f575c3d127824eb8d059673c538c440d22f19f5
|
||||
image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254
|
||||
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,11 +18,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:ccac1189f78ff466b76d097a0b7b7236ea54de84
|
||||
image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:fffdd86f314fd960235adf3fba0587d2266d7a0f
|
||||
image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
Reference in New Issue
Block a user