|
1 | 1 | kernel: |
2 | | - image: linuxkit/kernel:4.14.26 |
| 2 | + image: linuxkit/kernel:4.14.32 |
3 | 3 | cmdline: "console=tty0 console=ttyS0" |
4 | 4 | init: |
5 | | - - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a |
6 | | - - linuxkit/runc:7c39a68490a12cde830e1922f171c451fb08e731 |
7 | | - - linuxkit/containerd:37e397ebfc6bd5d8e18695b121166ffd0cbfd9f0 |
8 | | - - linuxkit/ca-certificates:0a188e40108b6ece8c2aefdfaaad94acc84368ce |
| 5 | + - linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17 |
| 6 | + - linuxkit/runc:1b67e997c720301c62052c8f29f5629ad751199b |
| 7 | + - linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4 |
| 8 | + - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 |
9 | 9 | onboot: |
10 | 10 | - name: sysctl |
11 | | - image: linuxkit/sysctl:d58499a8af6988929e2d7da357d5203634f5748e |
| 11 | + image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 |
12 | 12 | binds: |
13 | 13 | - /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf |
14 | 14 | readonly: false |
15 | 15 | - name: sysfs |
16 | | - image: linuxkit/sysfs:43b21be975bb33fe8c60b1f005dd354bea265333 |
| 16 | + image: linuxkit/sysfs:640ebdbfd8f86178c69f76bc6cdac07feffd6825 |
17 | 17 | - name: dhcpcd |
18 | | - image: linuxkit/dhcpcd:0f90a720d88896fd7a415476ba9b2749d4376d6b |
| 18 | + image: linuxkit/dhcpcd:295b63ada3346faffddc16b631b247b234bf8fd0 |
19 | 19 | command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |
20 | 20 | - name: metadata |
21 | | - image: linuxkit/metadata:b14cfe4ecc8ec42cafc2ca9c6afe2d52f2bf24f4 |
| 21 | + image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd |
22 | 22 | - name: format |
23 | | - image: linuxkit/format:55aa87f123be212da4e2229257aac37dad3be8c3 |
| 23 | + image: linuxkit/format:a604e93516455f89eb5dcfa2e437c07d4cc9203b |
24 | 24 | - name: mounts |
25 | | - image: linuxkit/mount:6cdb5653a69586f448698203ed295cd8fbdd579d |
| 25 | + image: linuxkit/mount:0eba853dfa99f01166831c30f37f6bb818b61f2f |
26 | 26 | command: ["/usr/bin/mountie", "/var/lib/"] |
27 | 27 | services: |
28 | 28 | - name: getty |
29 | | - image: linuxkit/getty:49c4e22cf44edf27ad6aea899153c7d717192c7a |
| 29 | + image: linuxkit/getty:32247863cace34f3b441b4c5d9d3f5cb5f64d189 |
30 | 30 | env: |
31 | 31 | - INSECURE=true |
32 | 32 | cgroupsPath: systemreserved/getty |
33 | 33 | - name: rngd |
34 | | - image: linuxkit/rngd:12dfee0c1f63b98b9e311b5f37d0a18a76b03eba |
| 34 | + image: linuxkit/rngd:00b9cc2e63ba3d5384f44bf01fa0d2bd6a97845a |
35 | 35 | cgroupsPath: systemreserved/rngd |
36 | 36 | - name: ntpd |
37 | | - image: linuxkit/openntpd:e4e9073946e29683fc5a09c30e010c41911d36f8 |
| 37 | + image: linuxkit/openntpd:bf56d222d258b60bae4d286791bc76003e58db55 |
38 | 38 | cgroupsPath: systemreserved/ntpd |
39 | 39 | - name: sshd |
40 | | - image: linuxkit/sshd:4f403fe5ae53dc3e45c8f6972dced9dddf900ae6 |
| 40 | + image: linuxkit/sshd:39d6bdc9a7489ceffa761ad5cb96c87b50d6732d |
41 | 41 | cgroupsPath: systemreserved/sshd |
42 | 42 | - name: kubelet |
43 | | - image: linuxkit/kubelet:6fe8c9a5182667c6dcb3b43279ce001a156730ea |
| 43 | + image: linuxkit/kubelet:7e09d17481ac9dd43617d84d6b1b3af964ded505 |
44 | 44 | cgroupsPath: podruntime/kubelet |
45 | 45 | files: |
46 | 46 | - path: etc/linuxkit.yml |
|
0 commit comments