kernel: image: linuxkit/kernel:6.6.13 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d - linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17 - linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e - linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a - linuxkit/firmware:d7b657619e5a0155b62845b03f795f4e7b6c929c onboot: - name: rngd1 image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b command: ["/sbin/rngd", "-1"] - name: sysctl image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2 - name: dhcpcd image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b - name: getty image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda env: - INSECURE=true - name: sshd image: linuxkit/sshd:e5622bc1d8f757c91bb35f0d5e708889f337bdaf binds.add: - /root/.ssh:/root/.ssh files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub mode: "0600" optional: true