kernel: image: linuxkit/kernel:4.19.34 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1 - linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332 - linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 - linuxkit/firmware:0e37338a2c994f768fc4569fce47fcf8d9133506 onboot: - name: rngd1 image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce command: ["/sbin/rngd", "-1"] - name: sysctl image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 command: ["/usr/bin/metadata", "packet"] services: - name: rngd image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: getty image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: sshd image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub mode: "0600" optional: true trust: org: - linuxkit