Skip to content

Commit 76b5197

Browse files
authored
Add alpine bcc tools (linuxkit#4105)
* Update linuxkit/alpine Signed-off-by: Avi Deitcher <[email protected]> * tools/alpine: Update to latest Signed-off-by: Avi Deitcher <[email protected]> * tools: Update to the latest linuxkit/alpine Signed-off-by: Avi Deitcher <[email protected]> * Update use of tools to latest Signed-off-by: Avi Deitcher <[email protected]> * tests: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher <[email protected]> * Update use of test packages to latest Signed-off-by: Avi Deitcher <[email protected]> * pkgs: Update packages to the latest linuxkit/alpine Signed-off-by: Avi Deitcher <[email protected]> * Update package tags Signed-off-by: Avi Deitcher <[email protected]> --------- Signed-off-by: Avi Deitcher <[email protected]>
1 parent 7ac34a6 commit 76b5197

File tree

257 files changed

+1058
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1058
-1044
lines changed

contrib/open-vm-tools/open-vm-tools-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
operator: Exists
3131
effect: NoSchedule
3232
containers:
33-
- image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee
33+
- image: linuxkit/open-vm-tools:8a320f7453711f0544f4b03558aaf0b80c7c23f1
3434
name: open-vm-tools
3535
resources:
3636
requests:

examples/addbinds.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ kernel:
22
image: linuxkit/kernel:6.6.13
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
44
init:
5-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
6-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
7-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
8-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
5+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
6+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
7+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
8+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
11+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1212
- name: dhcpcd
13-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
13+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
services:
1616
- name: getty
17-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
17+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
1818
binds.add:
1919
# this will keep all of the existing ones as well
2020
- /var/tmp:/var/tmp
2121
- name: rngd
22-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
22+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
2323
files:
2424
- path: etc/getty.shadow
2525
# sample sets password for root to "abcdefgh" (without quotes)

examples/cadvisor.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ kernel:
22
image: linuxkit/kernel:6.6.13
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
44
init:
5-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
6-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
7-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
8-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
5+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
6+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
7+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
8+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
11+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1212
- name: dhcpcd
13-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
13+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: sysfs
16-
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
16+
image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b
1717
- name: format
18-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
18+
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
1919
- name: mount
20-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
20+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
2121
command: ["/usr/bin/mountie", "/var/lib/docker"]
2222

2323
services:
2424
- name: getty
25-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
25+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
2626
env:
2727
- INSECURE=true
2828
- name: rngd
29-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
29+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
3030
- name: ntpd
31-
image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
31+
image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86
3232

3333
- name: docker
3434
image: docker:20.10.6-dind
@@ -46,7 +46,7 @@ services:
4646
- /etc/docker/daemon.json:/etc/docker/daemon.json
4747
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
4848
- name: cadvisor
49-
image: linuxkit/cadvisor:4b2fdff7c65d898f1de0415935f6df0da372153b
49+
image: linuxkit/cadvisor:b4a75f3e296ebbeac3a008eee74f8dd2305e595e
5050
files:
5151
- path: var/lib/docker
5252
directory: true

examples/containerd-debug.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ kernel:
33
image: linuxkit/kernel:6.6.13
44
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
55
init:
6-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
7-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
8-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
9-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
6+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
7+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
8+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
9+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
1010
onboot:
1111
- name: sysctl
12-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
12+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1313
- name: dhcpcd
14-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
14+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
1515
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1616
onshutdown:
1717
- name: shutdown
1818
image: busybox:latest
1919
command: ["/bin/echo", "so long and thanks for all the fish"]
2020
services:
2121
- name: getty
22-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
22+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
2323
env:
2424
- INSECURE=true
2525
- name: rngd
26-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
26+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
2727
- name: nginx
2828
image: nginx:1.19.5-alpine
2929
capabilities:

examples/dm-crypt-loop.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ kernel:
22
image: linuxkit/kernel:6.6.13
33
cmdline: "console=tty0 console=ttyS0"
44
init:
5-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
6-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
7-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
8-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
5+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
6+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
7+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
8+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
11+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1212
- name: dhcpcd
13-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
13+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
1717
command: ["/usr/bin/format", "/dev/sda"]
1818
- name: mount
19-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
19+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
2020
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
2121
- name: loop
22-
image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a
22+
image: linuxkit/losetup:095ff80d8e8fad1707741ea2584a36f3b80e787d
2323
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
2424
- name: dm-crypt
25-
image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603
25+
image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25
2626
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
2727
- name: mount
28-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
28+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
2929
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
3030
- name: bbox
3131
image: busybox
@@ -34,11 +34,11 @@ onboot:
3434
- /var:/var
3535
services:
3636
- name: getty
37-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
37+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
3838
env:
3939
- INSECURE=true
4040
- name: rngd
41-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
41+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
4242
files:
4343
- path: etc/dm-crypt/key
4444
# the below key is just to keep the example self-contained

examples/dm-crypt.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ kernel:
22
image: linuxkit/kernel:6.6.13
33
cmdline: "console=tty0 console=ttyS0"
44
init:
5-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
6-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
7-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
8-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
5+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
6+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
7+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
8+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
11+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1212
- name: dhcpcd
13-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
13+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
1414
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1515
- name: format
16-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
16+
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
1717
command: ["/usr/bin/format", "/dev/sda"]
1818
- name: dm-crypt
19-
image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603
19+
image: linuxkit/dm-crypt:981fde241bb84616a5ba94c04cdefa1489431a25
2020
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
2121
- name: mount
22-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
22+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
2323
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
2424
- name: bbox
2525
image: busybox
@@ -28,11 +28,11 @@ onboot:
2828
- /var:/var
2929
services:
3030
- name: getty
31-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
31+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
3232
env:
3333
- INSECURE=true
3434
- name: rngd
35-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
35+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
3636
files:
3737
- path: etc/dm-crypt/key
3838
# the below key is just to keep the example self-contained

examples/docker-for-mac.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ kernel:
33
image: linuxkit/kernel:6.6.13
44
cmdline: "console=ttyS0 page_poison=1"
55
init:
6-
- linuxkit/vpnkit-expose-port:0a41328b6d100e998f08239fdae2fece81d3725c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
7-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
8-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
9-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
10-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
6+
- linuxkit/vpnkit-expose-port:b30e8456ac128b2ac360329898368b309ea6e477 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
7+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
8+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
9+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
10+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
1111
onboot:
1212
# support metadata for optional config in /run/config
1313
- name: metadata
14-
image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549
14+
image: linuxkit/metadata:4f81c0c3a2b245567fd7d32d799018c9614a9907
1515
- name: sysctl
16-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
16+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1717
- name: sysfs
18-
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
18+
image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b
1919
- name: binfmt
20-
image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883
20+
image: linuxkit/binfmt:ce9509ccfa25002227ccd7ed8dd48d6947854427
2121
# Format and mount the disk image in /var/lib/docker
2222
- name: format
23-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
23+
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
2424
- name: mount
25-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
25+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
2626
command: ["/usr/bin/mountie", "/var/lib"]
2727
# make a swap file on the mounted disk
2828
- name: swap
29-
image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7
29+
image: linuxkit/swap:f4b8ffef87c8c72165bd8a92b790ac252ccf1821
3030
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
3131
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
3232
- name: mount-vpnkit
@@ -44,41 +44,41 @@ onboot:
4444
- /var:/host_var
4545
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
4646
- name: dhcpcd
47-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
47+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
4848
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
4949
services:
5050
# Enable acpi to shutdown on power events
5151
- name: acpid
52-
image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9
52+
image: linuxkit/acpid:6cb5575e487a8fcbd4c3eb6721c23299e6ea452f
5353
# Enable getty for easier debugging
5454
- name: getty
55-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
55+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
5656
env:
5757
- INSECURE=true
5858
# Run ntpd to keep time synchronised in the VM
5959
- name: ntpd
60-
image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
60+
image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86
6161
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
6262
# to a socket on the host.
6363
- name: vsudd
64-
image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992
64+
image: linuxkit/vsudd:127acd1453f7bfda791491ac4c55be0d2b9223cc
6565
binds:
6666
- /var/run:/var/run
6767
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
6868
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
6969
# It needs access to the vpnkit 9P coordination share
7070
- name: vpnkit-forwarder
71-
image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c
71+
image: linuxkit/vpnkit-forwarder:e22bb70abdb5550c369f91ae7068c24e19beff73
7272
binds:
7373
- /var/vpnkit:/port
7474
net: host
7575
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
7676
# Monitor for image deletes and invoke a TRIM on the container filesystem
7777
- name: trim-after-delete
78-
image: linuxkit/trim-after-delete:97dbe2e552de0aa77c3cea6293f7c378f611c3cd
78+
image: linuxkit/trim-after-delete:7d183e3da081e1c6cd08392f27630fafe069654d
7979
# When the host resumes from sleep, force a clock resync
8080
- name: host-timesync-daemon
81-
image: linuxkit/host-timesync-daemon:ec5a54a9ea824a4c021862fa9b0aea8c18d461d6
81+
image: linuxkit/host-timesync-daemon:548bfe9d35c930ee42d6c0485bb4bf25d2729bad
8282
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
8383
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
8484
# for vpnkit coordination and /run/config/docker for the configuration file.

examples/docker.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ kernel:
22
image: linuxkit/kernel:6.6.13
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
44
init:
5-
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
6-
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
7-
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
8-
- linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342
5+
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
6+
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
7+
- linuxkit/containerd:0854538eb4dedbb45521357633ccb69eef123f54
8+
- linuxkit/ca-certificates:7b32a26ca9c275d3ef32b11fe2a83dbd2aee2fdb
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68
11+
image: linuxkit/sysctl:5f56434b81004b50b47ed629b222619168c2bcdf
1212
- name: sysfs
13-
image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98
13+
image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b
1414
- name: format
15-
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
15+
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
1616
- name: mount
17-
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
17+
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
1818
command: ["/usr/bin/mountie", "/var/lib/docker"]
1919
services:
2020
- name: getty
21-
image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298
21+
image: linuxkit/getty:05eca453695984a69617f1f1f0bcdae7f7032967
2222
env:
2323
- INSECURE=true
2424
- name: rngd
25-
image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e
25+
image: linuxkit/rngd:1a18f2149e42a0a1cb9e7d37608a494342c26032
2626
- name: dhcpcd
27-
image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28
27+
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
2828
- name: ntpd
29-
image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb
29+
image: linuxkit/openntpd:f99c4117763480815553b72022b426639a13ce86
3030
- name: docker
3131
image: docker:20.10.6-dind
3232
capabilities:

0 commit comments

Comments
 (0)