Add alpine bcc tools (#4105)

* Update linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tools/alpine: Update to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tools: Update to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update use of tools to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tests: Update packages to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update use of test packages to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* pkgs: Update packages to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>

---------

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-02-17 11:12:49 +02:00
committed by GitHub
parent 7ac34a6aec
commit 76b519705b
257 changed files with 1058 additions and 1044 deletions

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-label", "docker"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "@DEVICE@"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: modprobe
image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799
image: linuxkit/modprobe:773ee174006ecbb412830e48889795bae40b62f9
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -21,7 +21,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-type", "xfs" ]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.19
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
- name: test
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@@ -26,7 +26,7 @@ onboot:
- CAP_SYS_ADMIN
- CAP_MKNOD
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-partition", "gpt"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
- linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
onboot:
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-label", "docker"]
- name: format
image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
command: ["/usr/bin/format", "-label", "foo"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: mount
image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5
image: linuxkit/mount:cb8caa72248f7082fc2074ce843d53cdc15df04a
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
- name: test
image: alpine:3.13
@@ -25,7 +25,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh