mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-09 18:21:39 +00:00
* include riscv64 in target architectures Signed-off-by: Avi Deitcher <avi@deitcher.net> * add riscv64 to explicit packages Signed-off-by: Avi Deitcher <avi@deitcher.net> * cadvisor update to v0.51.0 and support for riscv64 Signed-off-by: Avi Deitcher <avi@deitcher.net> * update tools based on latest Signed-off-by: Avi Deitcher <avi@deitcher.net> * updated example dependencies of tools Signed-off-by: Avi Deitcher <avi@deitcher.net> * bump all test cases and example alpine:3.19 to alpine:3.21 Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.71
|
|
cmdline: console=ttyS1
|
|
ucode: intel-ucode.cpio
|
|
init:
|
|
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
|
|
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
|
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
|
|
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
|
|
- linuxkit/firmware:bfc7802f909c4b760de5dd2bc02a7f52e86b78f7
|
|
onboot:
|
|
- name: rngd1
|
|
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
|
|
command: ["/sbin/rngd", "-1"]
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907
|
|
command: ["/usr/bin/metadata", "hetzner"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
|
|
- name: getty
|
|
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
|
|
env:
|
|
- INSECURE=true
|
|
- name: sshd
|
|
image: linuxkit/sshd:9bdd85427ef99640276d97a32a7a3cc31bb017b3
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|