diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index 66ab20fd0..3b0d84bd0 100644 --- a/contrib/open-vm-tools/open-vm-tools-ds.yaml +++ b/contrib/open-vm-tools/open-vm-tools-ds.yaml @@ -30,7 +30,7 @@ spec: operator: Exists effect: NoSchedule containers: - - image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962 + - image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index b3317200f..2e1dcbf2d 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 4c517b2ae..7206d9366 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: ntpd - image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 + image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb - name: docker image: docker:20.10.6-dind @@ -46,7 +46,7 @@ services: - /etc/docker/daemon.json:/etc/docker/daemon.json command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: cadvisor - image: linuxkit/cadvisor:365d0034d3e8256cd5790db4e9fb243bdbcfce86 + image: linuxkit/cadvisor:4b2fdff7c65d898f1de0415935f6df0da372153b files: - path: var/lib/docker directory: true diff --git a/examples/containerd-debug.yml b/examples/containerd-debug.yml index 5d2c76156..ec3db5463 100644 --- a/examples/containerd-debug.yml +++ b/examples/containerd-debug.yml @@ -3,15 +3,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -19,11 +19,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index ce851dfab..e762d588b 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:34d3bfb410ddbc5a24c5f212c87174e40d1b2658 + image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 + image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -34,11 +34,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index a5aa6d8a2..4dc1f69ac 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 + image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -28,11 +28,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 7794a6fa0..2a31d6bd7 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:b7d75bf04d53024e6245ff6631744b66560a135a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/vpnkit-expose-port:0a41328b6d100e998f08239fdae2fece81d3725c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: binfmt - image: linuxkit/binfmt:7dbce407e0b6814622bceae127421c5529fc7a3a + image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b + image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7 command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding - name: mount-vpnkit @@ -44,41 +44,41 @@ onboot: - /var:/host_var command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8 + image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9 # Enable getty for easier debugging - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 + image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e + image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992 binds: - /var/run:/var/run command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # It needs access to the vpnkit 9P coordination share - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1 + image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder", "-vsockPort", "62373"] # Monitor for image deletes and invoke a TRIM on the container filesystem - name: trim-after-delete - image: linuxkit/trim-after-delete:14fbf307d2e6b287411987fcddde578b14e92b81 + image: linuxkit/trim-after-delete:97dbe2e552de0aa77c3cea6293f7c378f611c3cd # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:f7047f8aa7c1d733d9b9acf0e5ad5bea66f3d005 + image: linuxkit/host-timesync-daemon:ec5a54a9ea824a4c021862fa9b0aea8c18d461d6 # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # for vpnkit coordination and /run/config/docker for the configuration file. diff --git a/examples/docker.yml b/examples/docker.yml index 401807195..80bef156a 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: ntpd - image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 + image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index c1c090d1a..cce917f16 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 9b53f8243..66094dd2f 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true runtime: @@ -30,7 +30,7 @@ services: destination: writeable-host-etc options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index d878f9ab6..7c7d8f85d 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 3832add3e..228db4c21 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - - linuxkit/memlogd:b4adfc82dcb986c0a7d44589de17846c398783fd + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true # A service which generates log messages for testing @@ -25,6 +25,6 @@ services: image: alpine:3.13 command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:f936b4e3d5a32dba5520c384741f922230640777 + image: linuxkit/logwrite:678308bdb6421f32ff79b61ac2d95e9c8e41e080 - name: kmsg - image: linuxkit/kmsg:01c6c16292986971d913aad77a90dfee4f5a06f2 + image: linuxkit/kmsg:2cee55de43a863c9f1a28fe5a00e4730564e1826 diff --git a/examples/minimal.yml b/examples/minimal.yml index fa5028e22..1b4af39a3 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 958c40ea9..046a0cd56 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: node_exporter - image: linuxkit/node_exporter:e8a4d08e3619b892f75109b8e8eeabbd041cc525 + image: linuxkit/node_exporter:6305047000c495694c7a220d56e1fc4fea2a230d diff --git a/examples/openstack.yml b/examples/openstack.yml index f6f4a2e42..46484d1c7 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-aws.yml b/examples/platform-aws.yml index d867cd48e..683951afd 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -2,26 +2,26 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd2 - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-azure.yml b/examples/platform-azure.yml index 8a7bf6c32..73db81876 100644 --- a/examples/platform-azure.yml +++ b/examples/platform-azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-equinixmetal.arm64.yml b/examples/platform-equinixmetal.arm64.yml index 110b41096..ff6b321f5 100644 --- a/examples/platform-equinixmetal.arm64.yml +++ b/examples/platform-equinixmetal.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac + image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 command: ["modprobe", "nicvf"] diff --git a/examples/platform-equinixmetal.yml b/examples/platform-equinixmetal.yml index 679f7cec3..bd1f5e7c7 100644 --- a/examples/platform-equinixmetal.yml +++ b/examples/platform-equinixmetal.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - - linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49 onboot: - name: rngd1 - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 command: ["/usr/bin/metadata", "equinixmetal"] services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index cd7bd2020..ba8ee1d5f 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-hetzner.yml b/examples/platform-hetzner.yml index 6394431d8..ac489d4e2 100644 --- a/examples/platform-hetzner.yml +++ b/examples/platform-hetzner.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - - linuxkit/firmware:16fbcef1fc03e9271313f5b844c0ae9dc4eb5b26 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/firmware:544907aff6aad9daf6dce8813f3dd4fd0a1d1c49 onboot: - name: rngd1 - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 41ab49d28..2842576ad 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:6.6.13-rt cmdline: "console=tty0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: open-vm-tools - image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962 + image: linuxkit/open-vm-tools:801cc643c2f8827072fe8438e0b2e340352895ee - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index 4ac821877..f2f607c90 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: rngd1 - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 34ee24e6b..b716f159f 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 5bfe23503..747181481 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/redis-os.yml b/examples/redis-os.yml index e1c5d1f4e..1c923e2ce 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/sshd.yml b/examples/sshd.yml index 5bdc9f554..b091e062e 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: rngd1 - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /root/.ssh:/root/.ssh files: diff --git a/examples/static-ip.yml b/examples/static-ip.yml index fdc67e6c6..48be20862 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: ip - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index bb4c40bf5..247cf2ddb 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b + image: linuxkit/swap:3b92229926a906986c490a624edd5f478e5e0ed7 # to use unencrypted swap, use: # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e diff --git a/examples/tpm.yml b/examples/tpm.yml index 885901649..760f75cb7 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: tss - image: linuxkit/tss:b366bf2dbc0ee4f382d2d10fc43ce5e928b12433 + image: linuxkit/tss:d35e741fc58a575c0590cfc03e69121b0f58c91f - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/volumes.yml b/examples/volumes.yml index d563a8fa1..d88d9ed0d 100644 --- a/examples/volumes.yml +++ b/examples/volumes.yml @@ -3,15 +3,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -19,11 +19,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 0eaa90ceb..3adb9f4fe 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.13 @@ -19,11 +19,11 @@ onboot: command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 binds.add: - /root/.ssh:/root/.ssh - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1 + image: linuxkit/vpnkit-forwarder:974c8fc04837a05afe6f97c79c205a949e8ebb7c binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index bb152ec9f..6a72646dd 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e + image: linuxkit/vsudd:be056b9bf455ca664a0835054de1ef95f4159992 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 6eb03f7c2..d80bfb353 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index fb242a41c..3388fa94a 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,11 +18,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index c0ed6337a..0286a48f0 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \ busybox RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror2 +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror2 RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ acpid diff --git a/pkg/auditd/Dockerfile b/pkg/auditd/Dockerfile index 0feb55646..0dc161b9e 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini diff --git a/pkg/binfmt/Dockerfile b/pkg/binfmt/Dockerfile index 91043b8ef..2abc6bd51 100644 --- a/pkg/binfmt/Dockerfile +++ b/pkg/binfmt/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y qemu-user-static && \ mv /usr/bin/qemu-loongarch64-static /usr/bin/qemu-loongarch64 && \ rm /usr/bin/qemu-*-static -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/bpftrace/Dockerfile b/pkg/bpftrace/Dockerfile index e1a160af7..790415919 100644 --- a/pkg/bpftrace/Dockerfile +++ b/pkg/bpftrace/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --update \ bison \ build-base \ diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index 17131fbf5..47029084e 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as alpine +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 9a55b6ce4..bd63549fa 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as build RUN apk add --no-cache bash go git musl-dev linux-headers make patch # Hack to work around an issue with go on arm64 requiring gcc @@ -21,7 +21,7 @@ RUN mkdir -p /go/src/${GITBASE} \ && mv cadvisor /usr/bin/ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index f3fdcb7a4..9aca7124e 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,10 +1,10 @@ # Dockerfile to build linuxkit/containerd for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as alpine +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine RUN apk add tzdata binutils RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/020-containerd -FROM linuxkit/containerd-dev:cb4427eaacaa64a5de9bff9ade5d929de887e280 as containerd-dev +FROM linuxkit/containerd-dev:8fe97ddfe55ed40190cdc19e50497289d28a9270 as containerd-dev FROM scratch ENTRYPOINT [] diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index 33a441d23..8559416d3 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/dm-crypt/Dockerfile b/pkg/dm-crypt/Dockerfile index 7c5c9b4ae..17a896566 100644 --- a/pkg/dm-crypt/Dockerfile +++ b/pkg/dm-crypt/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/dummy/Dockerfile b/pkg/dummy/Dockerfile index 16feedd8f..2cf95a8a2 100644 --- a/pkg/dummy/Dockerfile +++ b/pkg/dummy/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache --initdb make FROM scratch diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index ce814320d..bc411d31d 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/firmware-all/Dockerfile b/pkg/firmware-all/Dockerfile index 83ef3ea7e..087ba06fd 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache git # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 1f713c310..4a378b25e 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:6.6.13 AS kernel -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index 52db79775..d79e1457d 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index 8f08490a6..7f2c994d2 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/getty for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/host-timesync-daemon/Dockerfile b/pkg/host-timesync-daemon/Dockerfile index e2150d5f0..b9833103a 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev git ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index f01d45ce0..f253ea294 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to build linuxkit/init for linuxkit -FROM linuxkit/containerd-dev:cb4427eaacaa64a5de9bff9ade5d929de887e280 AS containerd-dev -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/containerd-dev:8fe97ddfe55ed40190cdc19e50497289d28a9270 AS containerd-dev +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ @@ -27,7 +27,7 @@ RUN go-compile.sh /go/src/cmd/service # volumes link to start RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/005-volumes -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index cf5adb944..48f0228bf 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add curl RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/kmsg/Dockerfile b/pkg/kmsg/Dockerfile index d28ef4079..97e10b0ee 100644 --- a/pkg/kmsg/Dockerfile +++ b/pkg/kmsg/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/logwrite/Dockerfile b/pkg/logwrite/Dockerfile index f7786ef2c..c49ba001d 100644 --- a/pkg/logwrite/Dockerfile +++ b/pkg/logwrite/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/losetup/Dockerfile b/pkg/losetup/Dockerfile index f55c35130..e9fc0aa2f 100644 --- a/pkg/losetup/Dockerfile +++ b/pkg/losetup/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/memlogd/Dockerfile b/pkg/memlogd/Dockerfile index 301305c61..b17fe3293 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/memlogd for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 009525b62..4d50b7d23 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/mkimage/Dockerfile b/pkg/mkimage/Dockerfile index ac6c535a2..9dae70c0c 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/modprobe/Dockerfile b/pkg/modprobe/Dockerfile index ab70b2107..b32dd4813 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/modprobe for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/mount/Dockerfile b/pkg/mount/Dockerfile index e62f8027c..cc8a9bdc2 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/node_exporter/Dockerfile b/pkg/node_exporter/Dockerfile index 9b8f220de..efd4b0101 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as build RUN apk add --no-cache go git musl-dev make curl gcc diff --git a/pkg/open-vm-tools/Dockerfile b/pkg/open-vm-tools/Dockerfile index 44ab0e565..01290c944 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/openntpd/Dockerfile b/pkg/openntpd/Dockerfile index 6ec7c76f4..96cdb44c5 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/poweroff/Dockerfile b/pkg/poweroff/Dockerfile index 799915591..5830fefbf 100644 --- a/pkg/poweroff/Dockerfile +++ b/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache diff --git a/pkg/qemu-ga/Dockerfile b/pkg/qemu-ga/Dockerfile index 39a492710..c82eeb17e 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/var/run RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/rngd/Dockerfile b/pkg/rngd/Dockerfile index 81aef3a57..701be904e 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go gcc musl-dev linux-headers ARG GOPKGVERSION diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index af0076a63..5e7ba41aa 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/runc for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as alpine +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as alpine RUN \ apk add \ bash \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 0adc62582..859ddf62c 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/swap/Dockerfile b/pkg/swap/Dockerfile index ee85e0719..e5b7a0790 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/sysctl/Dockerfile b/pkg/sysctl/Dockerfile index b68264478..e4090945f 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to build linuxkit/sysctl for linuxkit -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index e7a53553a..772772dbb 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev ARG GOPKGVERSION diff --git a/pkg/trim-after-delete/Dockerfile b/pkg/trim-after-delete/Dockerfile index 5d4d9485b..062766304 100644 --- a/pkg/trim-after-delete/Dockerfile +++ b/pkg/trim-after-delete/Dockerfile @@ -1,5 +1,5 @@ # We need the `fstrim` binary: -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/tss/Dockerfile b/pkg/tss/Dockerfile index 3d84cc98b..fc77269fc 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build ENV TROUSERS_COMMIT 94144b0a1dcef6e31845d6c319e9bd7357208eb9 ENV TPM_TOOLS_COMMIT bf43837575c5f7d31865562dce7778eae970052e diff --git a/pkg/vpnkit-expose-port/Dockerfile b/pkg/vpnkit-expose-port/Dockerfile index e411b1e8f..e7b9a2756 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vpnkit-forwarder/Dockerfile b/pkg/vpnkit-forwarder/Dockerfile index 4b093df51..272a1ce82 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vsudd/Dockerfile b/pkg/vsudd/Dockerfile index ce1b6328b..477d591b5 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index 64ca92ba7..e918ed4ba 100644 --- a/projects/clear-containers/clear-containers.yml +++ b/projects/clear-containers/clear-containers.yml @@ -2,7 +2,7 @@ kernel: image: linuxkit/kernel-clear-containers:4.9.x cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index ddb74b0bf..a593d80bb 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: ntpd - image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 + image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 65c627006..40bf3aeaa 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: ntpd - image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1 + image: linuxkit/openntpd:59a2eab34d729e379d93deddf12bfb24a9fe3bbb - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index a235fdcc6..c7dcb4c3a 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148 cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index f6e49ea33..132106cfd 100644 --- a/projects/landlock/landlock.yml +++ b/projects/landlock/landlock.yml @@ -2,7 +2,7 @@ kernel: image: mobylinux/kernel-landlock:4.9.x cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 6be348d6e..d8dfbce4c 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -2,16 +2,16 @@ kernel: image: "linuxkitprojects/kernel-memorizer:4.10_dbg" cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 4d7ca0903..1cf8f9047 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 files: - path: etc/init.d/020-fdd-init mode: "0700" diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 4bbbb7e45..0b012266d 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host @@ -28,9 +28,9 @@ onboot: - /lib:/lib # for ifconfig services: - name: sshd - image: linuxkit/sshd:964253f208c6ca5dffdb62ce10f5819206027e24 + image: linuxkit/sshd:db2374b91531e9fa1ebf63aeccb3963bee2aa771 - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 604a7cc19..7134b478a 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -2,18 +2,18 @@ kernel: image: okernel:latest cmdline: "console=tty0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 services: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index ea55b3bf9..3181611f9 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -2,23 +2,23 @@ kernel: image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/build/images.yaml b/src/cmd/linuxkit/moby/build/images.yaml index 090e40a46..f77f56aca 100644 --- a/src/cmd/linuxkit/moby/build/images.yaml +++ b/src/cmd/linuxkit/moby/build/images.yaml @@ -1,12 +1,12 @@ - iso: linuxkit/mkimage-iso:1051e5f694456b696fde6aeb26f1cbf25182f4e2 - iso-bios: linuxkit/mkimage-iso-bios:889198b65d933b4029ccf76ac5c89853c6bb189f - iso-efi: linuxkit/mkimage-iso-efi:d5d47fb370a7614513ea57906845554ba471db97 - iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:96b0315fd85fbf3a8f095ba151246da96f30416b - raw-bios: linuxkit/mkimage-raw-bios:391590b9f691cd81fc5e4cbc4197eb62ff1f54d5 - raw-efi: linuxkit/mkimage-raw-efi:1281c7a26b9a61aba630ecb5618a04f7a1c7ac3b - squashfs: linuxkit/mkimage-squashfs:078fbec6bb8fd4769cfb48ad42896b1a6c6fff18 + iso: linuxkit/mkimage-iso:fbc7d7dff99d2a66967d6e2b509941d35213fde3 + iso-bios: linuxkit/mkimage-iso-bios:ff832d8001c34a9ba9c9ba78185d62117516d19c + iso-efi: linuxkit/mkimage-iso-efi:4bff02040897e4177a2220038f4a5a08cd556afd + iso-efi-initrd: linuxkit/mkimage-iso-efi-initrd:6d087ae7aa61fe6d840e314dcb2d6b7b2a5db1b8 + raw-bios: linuxkit/mkimage-raw-bios:c64318cfc28b39010b05c7cd48673f397c45c8df + raw-efi: linuxkit/mkimage-raw-efi:8bc9d4afbbd5b01488a8c699b3db721484a9eda1 + squashfs: linuxkit/mkimage-squashfs:d9de62071bed575377e35e944004bcb23c50afab gcp: linuxkit/mkimage-gcp:035c2c2b4b958060c0b6bdd41d9cbc886a335098 - qcow2-efi: linuxkit/mkimage-qcow2-efi:1f4f348c0b894276c62493de4bc8bf20747cc2e9 + qcow2-efi: linuxkit/mkimage-qcow2-efi:64e1921dc6074d55d0fa95c2beddef7d153d3eca vhd: linuxkit/mkimage-vhd:91bcc7a6475f46a3d5d84cf6161f07c583dd9c21 dynamic-vhd: linuxkit/mkimage-dynamic-vhd:b755f8ff82c8631d18decaebb09867e7b88c2533 vmdk: linuxkit/mkimage-vmdk:20a370a55bd8d58c2ae9d634c297a955bb006efd diff --git a/src/cmd/linuxkit/moby/build/mkimage.yaml b/src/cmd/linuxkit/moby/build/mkimage.yaml index cf8791d7b..f98daa741 100644 --- a/src/cmd/linuxkit/moby/build/mkimage.yaml +++ b/src/cmd/linuxkit/moby/build/mkimage.yaml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: mkimage - image: linuxkit/mkimage:fd3343e908e7677d59b0fa70e825c76669133d95 + image: linuxkit/mkimage:d38b5dd286208245bea5601ce508eb6fc5bcb903 - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 4d6dc3e6e..d4ede2ad9 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/000_build/001_tarheaders/test.yml b/test/cases/000_build/001_tarheaders/test.yml index e9cf3e2e1..22846a40f 100644 --- a/test/cases/000_build/001_tarheaders/test.yml +++ b/test/cases/000_build/001_tarheaders/test.yml @@ -3,13 +3,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] # Add some random unsorted caps capabilities: @@ -18,7 +18,7 @@ onboot: services: - name: testservice - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc # Some environments env: - BENV=true diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index e9cf3e2e1..22846a40f 100644 --- a/test/cases/000_build/010_reproducible/test.yml +++ b/test/cases/000_build/010_reproducible/test.yml @@ -3,13 +3,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] # Add some random unsorted caps capabilities: @@ -18,7 +18,7 @@ onboot: services: - name: testservice - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc # Some environments env: - BENV=true diff --git a/test/cases/000_build/020_binds/test.yml b/test/cases/000_build/020_binds/test.yml index 3fac7831e..81958770d 100644 --- a/test/cases/000_build/020_binds/test.yml +++ b/test/cases/000_build/020_binds/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 binds.add: - /check.sh:/check.sh - /var/tmp:/var/tmp @@ -16,7 +16,7 @@ onboot: # - /:/hostroot command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/000_build/050_sbom/test.yml b/test/cases/000_build/050_sbom/test.yml index bb536d277..5d6301c1b 100644 --- a/test/cases/000_build/050_sbom/test.yml +++ b/test/cases/000_build/050_sbom/test.yml @@ -3,9 +3,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: package1 diff --git a/test/cases/000_build/060_input_tar/000_build/test1.yml b/test/cases/000_build/060_input_tar/000_build/test1.yml index 8e5898a4c..5b0ead4c7 100644 --- a/test/cases/000_build/060_input_tar/000_build/test1.yml +++ b/test/cases/000_build/060_input_tar/000_build/test1.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -17,11 +17,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/test/cases/000_build/060_input_tar/000_build/test2.yml b/test/cases/000_build/060_input_tar/000_build/test2.yml index eb84568ae..a458e2f26 100644 --- a/test/cases/000_build/060_input_tar/000_build/test2.yml +++ b/test/cases/000_build/060_input_tar/000_build/test2.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"] onshutdown: - name: shutdown @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: nginx diff --git a/test/cases/000_build/060_input_tar/010_same_filename/test.yml b/test/cases/000_build/060_input_tar/010_same_filename/test.yml index 8e5898a4c..5b0ead4c7 100644 --- a/test/cases/000_build/060_input_tar/010_same_filename/test.yml +++ b/test/cases/000_build/060_input_tar/010_same_filename/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -17,11 +17,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml b/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml index b003aae03..ea4229100 100644 --- a/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml +++ b/test/cases/000_build/070_volumes/000_rw_on_rw/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml b/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml index fcb0dd150..e2c5c3b95 100644 --- a/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml +++ b/test/cases/000_build/070_volumes/001_ro_on_ro/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola:ro command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml b/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml index c3860d553..95e4c2742 100644 --- a/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml +++ b/test/cases/000_build/070_volumes/002_rw_on_ro/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml b/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml index 009c9be03..a00c40155 100644 --- a/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml +++ b/test/cases/000_build/070_volumes/003_ro_on_rw/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test1 image: alpine:3.20 @@ -18,7 +18,7 @@ onboot: - vola:/vola:ro command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/004_blank/test.yml b/test/cases/000_build/070_volumes/004_blank/test.yml index 9c9358db9..08e9587ca 100644 --- a/test/cases/000_build/070_volumes/004_blank/test.yml +++ b/test/cases/000_build/070_volumes/004_blank/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/005_image/test.yml b/test/cases/000_build/070_volumes/005_image/test.yml index e4eb540bd..50c91199f 100644 --- a/test/cases/000_build/070_volumes/005_image/test.yml +++ b/test/cases/000_build/070_volumes/005_image/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.20 @@ -12,7 +12,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/000_build/070_volumes/006_mount_types/test.yml b/test/cases/000_build/070_volumes/006_mount_types/test.yml index 9645afb4d..8eeb576e0 100644 --- a/test/cases/000_build/070_volumes/006_mount_types/test.yml +++ b/test/cases/000_build/070_volumes/006_mount_types/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: testbinds image: alpine:3.20 @@ -27,7 +27,7 @@ onboot: - vola:/vola command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] volumes: - name: vola diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml index 7dd6909fd..3e7039bbf 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml index 7dd6909fd..3e7039bbf 100644 --- a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml index 332dfb7a0..b80bf73f2 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/100_container/test.yml b/test/cases/010_platforms/000_qemu/100_container/test.yml index 2b84c256d..16db47a6e 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml index 255c93dd5..767269635 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb services: - name: acpid - image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8 + image: linuxkit/acpid:caa7b2b227868bbd84962bd92662ed16c4bdf4e9 diff --git a/test/cases/010_platforms/110_gcp/000_run/test.yml b/test/cases/010_platforms/110_gcp/000_run/test.yml index 3a2c28607..b48f29497 100644 --- a/test/cases/010_platforms/110_gcp/000_run/test.yml +++ b/test/cases/010_platforms/110_gcp/000_run/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/020_kernel/011_config_5.4.x/test.yml b/test/cases/020_kernel/011_config_5.4.x/test.yml index f4eaf4704..d51e0c8d7 100644 --- a/test/cases/020_kernel/011_config_5.4.x/test.yml +++ b/test/cases/020_kernel/011_config_5.4.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297 + image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/013_config_5.10.x/test.yml b/test/cases/020_kernel/013_config_5.10.x/test.yml index 48929ea4a..4ae7e7bd5 100644 --- a/test/cases/020_kernel/013_config_5.10.x/test.yml +++ b/test/cases/020_kernel/013_config_5.10.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297 + image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/016_config_5.15.x/test.yml b/test/cases/020_kernel/016_config_5.15.x/test.yml index 8226fb921..8f7273709 100644 --- a/test/cases/020_kernel/016_config_5.15.x/test.yml +++ b/test/cases/020_kernel/016_config_5.15.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297 + image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/019_config_6.6.x/test.yml b/test/cases/020_kernel/019_config_6.6.x/test.yml index f8058fd7f..93b414dc3 100644 --- a/test/cases/020_kernel/019_config_6.6.x/test.yml +++ b/test/cases/020_kernel/019_config_6.6.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297 + image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/111_kmod_5.4.x/test.yml b/test/cases/020_kernel/111_kmod_5.4.x/test.yml index 07116b8b4..a6d01cc71 100644 --- a/test/cases/020_kernel/111_kmod_5.4.x/test.yml +++ b/test/cases/020_kernel/111_kmod_5.4.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/113_kmod_5.10.x/test.yml b/test/cases/020_kernel/113_kmod_5.10.x/test.yml index b274ba96e..aa0162a03 100644 --- a/test/cases/020_kernel/113_kmod_5.10.x/test.yml +++ b/test/cases/020_kernel/113_kmod_5.10.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/116_kmod_5.15.x/test.yml b/test/cases/020_kernel/116_kmod_5.15.x/test.yml index 9a2a18ab7..81c3d7cb8 100644 --- a/test/cases/020_kernel/116_kmod_5.15.x/test.yml +++ b/test/cases/020_kernel/116_kmod_5.15.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/119_kmod_6.6.x/test.yml b/test/cases/020_kernel/119_kmod_6.6.x/test.yml index dc9b74512..3ca759f35 100644 --- a/test/cases/020_kernel/119_kmod_6.6.x/test.yml +++ b/test/cases/020_kernel/119_kmod_6.6.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index 6006ff1a5..dabafd203 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index f9ec57a26..f0b4c46d7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 7413c8224..0047f98bc 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 7413c8224..0047f98bc 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index 71f141d43..f8335051f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index 71f141d43..f8335051f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index d35d55400..bc10c9945 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index cda380aaa..b4b380163 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 09eb443b0..2d1fd7849 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 09eb443b0..2d1fd7849 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index fb68907e0..774e77dfa 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index fb68907e0..774e77dfa 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 6b5eaf322..c660049de 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index 9d90d5366..f5ad86319 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index 299133efb..94674b4cc 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index 299133efb..94674b4cc 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 29bb5c8b2..c7f39ef85 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 29bb5c8b2..c7f39ef85 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index b4713c021..05ceefb06 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 764c32965..dfe6409ed 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 490de66a9..b38874c26 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 490de66a9..b38874c26 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 674bb9a82..4f73456f2 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 674bb9a82..4f73456f2 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index 4c21ac7ed..d84513b7f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index c3c618ae0..9fef4b892 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index 11749fdc2..5cb3be81b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index 11749fdc2..5cb3be81b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index aab9c9a14..0572f4736 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index aab9c9a14..0572f4736 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index ed7ad339c..5a55a74be 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index 26569b2c2..a86397d96 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index 87634b742..55e4f9f0f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index 87634b742..55e4f9f0f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 8fb3675e0..546a99663 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 8fb3675e0..546a99663 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index f03c96d40..2db53c7ee 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index 3516cb9c1..6e3faee6e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 0e850cabe..a597e943b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 0e850cabe..a597e943b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index d258d7c62..94e115d30 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index d258d7c62..94e115d30 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index a14183ab4..115663068 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index e77eaccbf..829d9a990 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 5195fa043..abd105ac3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 5195fa043..abd105ac3 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index 36ec7e94a..14f11170b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index 36ec7e94a..14f11170b 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 1afd064eb..d00c808e8 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index 67d387fd4..f8623dc1d 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index b55e33344..0f7fca418 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index b55e33344..0f7fca418 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 517cb2539..654550c64 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index 517cb2539..654550c64 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index 599a8e5c8..8316fb32e 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index 8142b7463..47ad9c361 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index 47f3ef5ed..e028414c6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index 47f3ef5ed..e028414c6 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index f29695349..a57006db9 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index f29695349..a57006db9 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml index f8eb698a0..59ae3ed83 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index 9a4d0c050..52dd5b066 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml index fee7e139c..40800c1af 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml index a4a8d8d6d..eb4bb1dcb 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml index c44460ea6..71f874518 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml index a5a0615ad..a99ddc54a 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml index 006e1d229..a20fd2729 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/common.yml b/test/cases/020_kernel/200_namespace/common.yml index 85adb7f73..61b95d859 100644 --- a/test/cases/020_kernel/200_namespace/common.yml +++ b/test/cases/020_kernel/200_namespace/common.yml @@ -2,5 +2,5 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index c6a02e4a8..6509cd488 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: sysfs - image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6 + image: linuxkit/sysfs:23a13bbf83bf666ef6a3ba7b3ebba35d2daead98 - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3 + image: linuxkit/rngd:57e031c56e7911083e531963993e0accf7f2b33e - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 - name: docker image: docker:20.10.6-dind capabilities: @@ -34,7 +34,7 @@ services: - /run:/var/run command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: test-docker-bench - image: linuxkit/test-docker-bench:0338e748925396ba15aa8210a1c89449f6f376c5 + image: linuxkit/test-docker-bench:4024b57616a4db19f2b694f4e7de1dc7b1a6ee75 ipc: host pid: host net: host diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 463e53291..7e9329a6e 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.13 @@ -12,7 +12,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/001_dummy/test.yml b/test/cases/040_packages/001_dummy/test.yml index 6a2e0c279..6c722772a 100644 --- a/test/cases/040_packages/001_dummy/test.yml +++ b/test/cases/040_packages/001_dummy/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dummy - image: linuxkit/dummy:6eb157cd4f2e371ff8d736d1107e1db6889d66ac + image: linuxkit/dummy:c55f2a939c0bbba5a4cbba59ba5bf0b2b372ccdb - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/002_bcc/test.yml b/test/cases/040_packages/002_bcc/test.yml index 1b7a1f3e8..4c69aacc2 100644 --- a/test/cases/040_packages/002_bcc/test.yml +++ b/test/cases/040_packages/002_bcc/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index c6decb3d9..6f0f5e5fa 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: binfmt - image: linuxkit/binfmt:7dbce407e0b6814622bceae127421c5529fc7a3a + image: linuxkit/binfmt:564e110729c8d8ecc365979a7d149e2851942883 - name: test image: alpine:3.13 binds: @@ -14,7 +14,7 @@ onboot: - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_bpftrace/test.yml b/test/cases/040_packages/002_bpftrace/test.yml index 3fde22a54..11b9dc2d8 100644 --- a/test/cases/040_packages/002_bpftrace/test.yml +++ b/test/cases/040_packages/002_bpftrace/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/bpftrace:934779162647f357313fc75c5cfe003fe0483007 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/bpftrace:b65da4ebc759dd5d0a3b9c89053eeaca5c9cce63 onboot: - name: bpftrace-test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index fb2f45376..4c23830dd 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_cgroupv2/test.yml b/test/cases/040_packages/003_cgroupv2/test.yml index c05227d02..548f381d7 100644 --- a/test/cases/040_packages/003_cgroupv2/test.yml +++ b/test/cases/040_packages/003_cgroupv2/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 89b280c28..9fc25e3de 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:4f648681a02bde6ebb82eca683ee63a8ffc33e94 + image: linuxkit/test-containerd:f96dc82bee67d0e8bd350e86b76aaa68fbfc8ded - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index b8986f936..85b36c3b6 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml index 02e733b92..4fbfa141f 100644 --- a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml +++ b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dm-crypt - image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 + image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml index 94584d690..64b7edccd 100644 --- a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml +++ b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dm-crypt - image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 + image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/002_key/test.yml b/test/cases/040_packages/004_dm-crypt/002_key/test.yml index 4cd2efa37..8c4cb1238 100644 --- a/test/cases/040_packages/004_dm-crypt/002_key/test.yml +++ b/test/cases/040_packages/004_dm-crypt/002_key/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: dm-crypt - image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0 + image: linuxkit/dm-crypt:ad2a05dcffa28ef809a61aa27ba230c82f02f603 command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"] binds: - /dev/:/dev @@ -19,7 +19,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/000_ext4/test-create.yml b/test/cases/040_packages/005_extend/000_ext4/test-create.yml index a651eed3a..0039323d1 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test-create.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test-create.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -16,5 +16,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/000_ext4/test.yml b/test/cases/040_packages/005_extend/000_ext4/test.yml index f7ac8be2f..32ab49d3c 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: extend - image: linuxkit/extend:953956fb01a7c39252d586ec4495494e7fc2032f + image: linuxkit/extend:cad2e81be336573d9786b168037042900cf0cf0f - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index c950fdb85..4a0c75746 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: modprobe - image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac + image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -20,5 +20,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.yml b/test/cases/040_packages/005_extend/001_btrfs/test.yml index 7bbddbc48..00e3a8866 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: modprobe - image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac + image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:953956fb01a7c39252d586ec4495494e7fc2032f + image: linuxkit/extend:cad2e81be336573d9786b168037042900cf0cf0f command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index a03ab089c..211709a11 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test-create.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.19 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/002_xfs/test.yml b/test/cases/040_packages/005_extend/002_xfs/test.yml index 198642496..56eb4fb70 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: extend - image: linuxkit/extend:953956fb01a7c39252d586ec4495494e7fc2032f + image: linuxkit/extend:cad2e81be336573d9786b168037042900cf0cf0f command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/003_gpt/test-create.yml b/test/cases/040_packages/005_extend/003_gpt/test-create.yml index aac952497..c186225fc 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test-create.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/003_gpt/test.yml b/test/cases/040_packages/005_extend/003_gpt/test.yml index f7ac8be2f..32ab49d3c 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: extend - image: linuxkit/extend:953956fb01a7c39252d586ec4495494e7fc2032f + image: linuxkit/extend:cad2e81be336573d9786b168037042900cf0cf0f - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index ce5eaccbd..a1cbb8daa 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.yml +++ b/test/cases/040_packages/006_format_mount/000_auto/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index b5cb589b3..cb1053669 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.yml +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in index aa053c2f9..71053597d 100644 --- a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in +++ b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index b90a67eab..ebe836c4e 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: modprobe - image: linuxkit/modprobe:e3de97ac10970edee33faa78d9780117174bd1ac + image: linuxkit/modprobe:fad39ef443853ef02520052cdbf6acbeb4ec7799 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index 9d3b060cf..557efe2cf 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.yml +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml index 9b14f3521..de1dbd421 100644 --- a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml +++ b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/006_gpt/test.yml b/test/cases/040_packages/006_format_mount/006_gpt/test.yml index 2ab191b83..c75379f0b 100644 --- a/test/cases/040_packages/006_format_mount/006_gpt/test.yml +++ b/test/cases/040_packages/006_format_mount/006_gpt/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 66aaa1288..0980c1f56 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.yml +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4 + image: linuxkit/format:8f487d728959192289e0783784fc2b185eadbc82 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5 + image: linuxkit/mount:2a507ef30302693682f9f612289028df00c58ac5 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:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 527a756eb..8fdc9925c 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b + image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/009_init_containerd/test.yml b/test/cases/040_packages/009_init_containerd/test.yml index 96909eba8..3aafff18f 100644 --- a/test/cases/040_packages/009_init_containerd/test.yml +++ b/test/cases/040_packages/009_init_containerd/test.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 services: - name: test image: alpine:3.13 diff --git a/test/cases/040_packages/011_kmsg/test.yml b/test/cases/040_packages/011_kmsg/test.yml index 0d56f1e03..fe042b88c 100644 --- a/test/cases/040_packages/011_kmsg/test.yml +++ b/test/cases/040_packages/011_kmsg/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - - linuxkit/memlogd:b4adfc82dcb986c0a7d44589de17846c398783fd + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 services: - name: kmsg - image: linuxkit/kmsg:01c6c16292986971d913aad77a90dfee4f5a06f2 + image: linuxkit/kmsg:2cee55de43a863c9f1a28fe5a00e4730564e1826 - name: write-and-rotate-logs - image: linuxkit/logwrite:f936b4e3d5a32dba5520c384741f922230640777 + image: linuxkit/logwrite:678308bdb6421f32ff79b61ac2d95e9c8e41e080 - name: check-the-logs image: alpine:3.21 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index 946ffaf9f..727998369 100644 --- a/test/cases/040_packages/012_logwrite/test.yml +++ b/test/cases/040_packages/012_logwrite/test.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a - - linuxkit/memlogd:b4adfc82dcb986c0a7d44589de17846c398783fd + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 + - linuxkit/memlogd:b15eb4d07ee3a50708a310ba62eb9330b61182e2 services: # A service which generates logs of log messages - name: fill-the-logs image: alpine command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:f936b4e3d5a32dba5520c384741f922230640777 + image: linuxkit/logwrite:678308bdb6421f32ff79b61ac2d95e9c8e41e080 command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.21 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index b691775ad..65db3249a 100644 --- a/test/cases/040_packages/012_losetup/test.yml +++ b/test/cases/040_packages/012_losetup/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: losetup - image: linuxkit/losetup:34d3bfb410ddbc5a24c5f212c87174e40d1b2658 + image: linuxkit/losetup:69609a05033ea80073f21087cb00c448f98d7f0a command: ["/usr/bin/loopy", "-c", "/var/test.img"] - name: test image: alpine:3.13 @@ -20,7 +20,7 @@ onboot: type: b command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_metadata/000_cidata/test.yml b/test/cases/040_packages/013_metadata/000_cidata/test.yml index c79534f82..28557d8d4 100644 --- a/test/cases/040_packages/013_metadata/000_cidata/test.yml +++ b/test/cases/040_packages/013_metadata/000_cidata/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: metadata - image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44 + image: linuxkit/metadata:83cda7b43112b201613084ea8b7fab585b6e5549 command: ["/usr/bin/metadata", "-v"] - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 6ad7923b6..477e39463 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: mkimage - image: linuxkit/mkimage:fd3343e908e7677d59b0fa70e825c76669133d95 + image: linuxkit/mkimage:d38b5dd286208245bea5601ce508eb6fc5bcb903 - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 5e0761c83..e13c336a4 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index ab7e1fb60..2b405a476 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: sysctl - image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807 + image: linuxkit/sysctl:112fe3d480ccb6cd115d9d6c446f9d833f6b8e68 - name: test image: alpine:3.13 net: host @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 2bb11bb9f..52c566aed 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 - - linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb + - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce + image: linuxkit/ip:647706ee1ccf1dcb75f9d44e98f5a49ed1101bbc net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 8cbe55c14..f1d5b114e 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 75a19ee41..ad37e3267 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,15 +4,15 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 - - linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab + - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb onboot: - name: dhcpcd - image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963 + image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297 + image: linuxkit/test-kernel-config:5b8ff48e562838a5dba7254a818dcec6b28ee93d - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index 8ec4c590e..513ed28bb 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,5 +1,5 @@ -FROM linuxkit/containerd-dev:cb4427eaacaa64a5de9bff9ade5d929de887e280 as containerd-dev -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/containerd-dev:8fe97ddfe55ed40190cdc19e50497289d28a9270 as containerd-dev +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) # util-linux is required for btrfs test (losetup) diff --git a/test/pkg/docker-bench/Dockerfile b/test/pkg/docker-bench/Dockerfile index 344ec70db..696579799 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/test/pkg/kernel-config/Dockerfile b/test/pkg/kernel-config/Dockerfile index 51f91f919..bf16abd5f 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl bash diff --git a/test/pkg/ns/Dockerfile b/test/pkg/ns/Dockerfile index bbd9602ae..87fb3554b 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ @@ -8,7 +8,7 @@ RUN apk add --no-cache --initdb -p /out \ musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index b95fdbd81..b5e5f5a7b 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,16 +3,16 @@ kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=ttyS0" init: - - linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91 - - linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3 + - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a + - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab onboot: - name: test-ns - image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89 + image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3 command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] # command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3 + image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 3c7b27d97..592021495 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ tini RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/tools/alpine/packages b/tools/alpine/packages index d1c3ff3b7..590a2b2e8 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -75,11 +75,12 @@ libseccomp-dev libseccomp-static libtirpc-dev libtool +libxml2 linux-headers -llvm -llvm-dev -llvm-static -llvm17-gtest +llvm19 +llvm19-dev +llvm19-static +llvm19-gtest lsscsi lvm2 make diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index 607883ea6..dde3da28a 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,11 +1,11 @@ -# linuxkit/alpine:5253e5c93f384d24a6559f7c4d7cccb845f1f14b-arm64 +# linuxkit/alpine:dbe5f094be89e7d540008863ca6832ba92204987-arm64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 acl-libs-2.3.2-r1 acpid-2.0.34-r6 acpid-openrc-2.0.34-r6 -agetty-2.40.2-r4 +agetty-2.40.4-r0 agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 @@ -27,7 +27,7 @@ binutils-2.43.1-r1 binutils-dev-2.43.1-r1 binutils-gold-2.43.1-r1 bison-3.8.2-r1 -blkid-2.40.2-r4 +blkid-2.40.4-r0 bridge-utils-1.7.1-r2 brotli-libs-1.1.0-r2 bsd-compat-headers-0.7.2-r6 @@ -44,7 +44,7 @@ ca-certificates-20241121-r1 ca-certificates-bundle-20241121-r1 capstone-5.0.3-r0 cdrkit-1.1.11-r6 -cfdisk-2.40.2-r4 +cfdisk-2.40.4-r0 cifs-utils-7.1-r0 clang18-libs-18.1.8-r2 clang19-19.1.4-r0 @@ -72,7 +72,7 @@ device-mapper-udev-2.03.29-r1 dhcpcd-10.1.0-r0 dhcpcd-openrc-10.1.0-r0 diffutils-3.10-r0 -dmesg-2.40.2-r4 +dmesg-2.40.4-r0 dosfstools-4.2-r2 dtc-1.7.0-r2 e2fsprogs-1.47.1-r1 @@ -87,14 +87,14 @@ eudev-openrc-3.2.14-r5 expect-5.45.4-r5 fakeroot-1.36-r0 file-5.46-r2 -findmnt-2.40.2-r4 +findmnt-2.40.4-r0 findutils-4.10.0-r0 flex-2.6.4-r6 flex-dev-2.6.4-r6 flex-libs-2.6.4-r6 -flock-2.40.2-r4 +flock-2.40.4-r0 fortify-headers-1.1-r5 -fstrim-2.40.2-r4 +fstrim-2.40.4-r0 g++-14.2.0-r4 gawk-5.3.1-r0 gc-8.2.8-r0 @@ -106,9 +106,9 @@ gettext-asprintf-0.22.5-r0 gettext-dev-0.22.5-r0 gettext-envsubst-0.22.5-r0 gettext-libs-0.22.5-r0 -git-2.47.1-r0 -git-init-template-2.47.1-r0 -git-perl-2.47.1-r0 +git-2.47.2-r0 +git-init-template-2.47.2-r0 +git-perl-2.47.2-r0 glib-2.82.4-r0 gmp-6.3.0-r2 gmp-dev-6.3.0-r2 @@ -130,7 +130,7 @@ grub-2.12-r7 grub-efi-2.12-r7 guile-3.0.9-r1 guile-libs-3.0.9-r1 -hexdump-2.40.2-r4 +hexdump-2.40.4-r0 hvtools-4.11.9-r4 hvtools-openrc-4.11.9-r4 ifupdown-ng-0.12.1-r6 @@ -171,7 +171,7 @@ libasm-0.191-r0 libassuan-2.5.7-r0 libatomic-14.2.0-r4 libattr-2.5.2-r2 -libblkid-2.40.2-r4 +libblkid-2.40.4-r0 libbpf-1.5.0-r0 libburn-1.5.6-r0 libbz2-1.0.8-r6 @@ -190,7 +190,7 @@ libelf-0.191-r0 libev-4.33-r1 libevent-2.1.12-r7 libexpat-2.6.4-r0 -libfdisk-2.40.2-r4 +libfdisk-2.40.4-r0 libfdt-1.7.0-r2 libffi-3.4.6-r0 libffi-dev-3.4.6-r0 @@ -211,7 +211,7 @@ libltdl-2.4.7-r3 libmagic-5.46-r2 libmenuw-6.5_p20241006-r3 libmnl-1.0.5-r2 -libmount-2.40.2-r4 +libmount-2.40.4-r0 libncurses++-6.5_p20241006-r3 libncursesw-6.5_p20241006-r3 libnfsidmap-2.6.4-r3 @@ -231,7 +231,7 @@ libseccomp-2.5.5-r1 libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 -libsmartcols-2.40.2-r4 +libsmartcols-2.40.4-r0 libssl3-3.3.2-r4 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 @@ -247,7 +247,7 @@ libunistring-1.2-r0 libunwind-1.8.1-r0 libunwind-dev-1.8.1-r0 liburing-2.8-r0 -libuuid-2.40.2-r4 +libuuid-2.40.4-r0 libuv-1.49.2-r0 libverto-0.3.2-r2 libverto-dev-0.3.2-r2 @@ -260,19 +260,19 @@ libxtables-1.8.10-r5 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 -llvm17-gtest-17.0.6-r2 llvm18-libs-18.1.8-r1 llvm19-19.1.4-r0 llvm19-dev-19.1.4-r0 +llvm19-gtest-19.1.4-r0 llvm19-libs-19.1.4-r0 llvm19-linker-tools-19.1.4-r0 llvm19-static-19.1.4-r0 llvm19-test-utils-19.1.4-r0 llvm19-test-utils-pyc-19.1.4-r0 -logger-2.40.2-r4 -losetup-2.40.2-r4 -lsblk-2.40.2-r4 -lscpu-2.40.2-r4 +logger-2.40.4-r0 +losetup-2.40.4-r0 +lsblk-2.40.4-r0 +lscpu-2.40.4-r0 lsscsi-0.32-r1 luajit-2.1_p20240815-r0 luajit-dev-2.1_p20240815-r0 @@ -284,10 +284,10 @@ lzip-1.24.1-r1 lzo-2.10-r5 m4-1.4.19-r3 make-4.4.1-r2 -mcookie-2.40.2-r4 +mcookie-2.40.4-r0 mdev-conf-4.7-r0 mkinitfs-3.11.1-r0 -mount-2.40.2-r4 +mount-2.40.4-r0 mpc1-1.3.1-r1 mpc1-dev-1.3.1-r1 mpdecimal-4.0.0-r0 @@ -328,13 +328,13 @@ openssh-server-common-openrc-9.9_p1-r2 openssl-3.3.2-r4 openssl-dev-3.3.2-r4 p11-kit-0.25.5-r2 -partx-2.40.2-r4 +partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 perl-5.40.0-r3 perl-error-0.17029-r2 -perl-git-2.47.1-r0 +perl-git-2.47.2-r0 pigz-2.8-r1 pinentry-1.3.1-r0 pixman-0.43.4-r1 @@ -370,12 +370,12 @@ rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 rsync-3.3.0-r1 rsync-openrc-3.3.0-r1 -runuser-2.40.2-r4 +runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 -setarch-2.40.2-r4 -setpriv-2.40.2-r4 -sfdisk-2.40.2-r4 +setarch-2.40.4-r0 +setpriv-2.40.4-r0 +sfdisk-2.40.4-r0 sg3_utils-1.48-r0 sgdisk-1.0.10-r1 skalibs-libs-2.14.3.0-r0 @@ -400,19 +400,19 @@ tini-0.19.0-r3 tzdata-2024b-r1 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 -umount-2.40.2-r4 +umount-2.40.4-r0 unzip-6.0-r15 userspace-rcu-0.14.1-r1 -util-linux-2.40.2-r4 -util-linux-dev-2.40.2-r4 -util-linux-misc-2.40.2-r4 -util-linux-openrc-2.40.2-r4 +util-linux-2.40.4-r0 +util-linux-dev-2.40.4-r0 +util-linux-misc-2.40.4-r0 +util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 -uuidgen-2.40.2-r4 +uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.0707-r0 -vim-common-9.1.0707-r0 -wipefs-2.40.2-r4 +vim-9.1.1012-r0 +vim-common-9.1.1012-r0 +wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 wireguard-tools-wg-1.0.20210914-r4 @@ -425,7 +425,7 @@ xen-libs-4.19.1-r0 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.0707-r0 +xxd-9.1.1012-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/alpine/versions.riscv64 b/tools/alpine/versions.riscv64 index c20cec3eb..8d575a013 100644 --- a/tools/alpine/versions.riscv64 +++ b/tools/alpine/versions.riscv64 @@ -1,11 +1,11 @@ -# linuxkit/alpine:1051124e55e737ffeb60e6b57c8e37b0a36a23bd-riscv64 +# linuxkit/alpine:44f3c2ff685fed3310503157a45f467c02b5c685-riscv64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 acl-libs-2.3.2-r1 acpid-2.0.34-r6 acpid-openrc-2.0.34-r6 -agetty-2.40.2-r4 +agetty-2.40.4-r0 agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 @@ -26,7 +26,7 @@ bcc-dev-0.32.0-r0 binutils-2.43.1-r1 binutils-dev-2.43.1-r1 bison-3.8.2-r1 -blkid-2.40.2-r4 +blkid-2.40.4-r0 bridge-utils-1.7.1-r2 brotli-libs-1.1.0-r2 bsd-compat-headers-0.7.2-r6 @@ -43,7 +43,7 @@ ca-certificates-20241121-r1 ca-certificates-bundle-20241121-r1 capstone-5.0.3-r0 cdrkit-1.1.11-r6 -cfdisk-2.40.2-r4 +cfdisk-2.40.4-r0 cifs-utils-7.1-r0 clang18-libs-18.1.8-r2 clang19-19.1.4-r0 @@ -71,7 +71,7 @@ device-mapper-udev-2.03.29-r1 dhcpcd-10.1.0-r0 dhcpcd-openrc-10.1.0-r0 diffutils-3.10-r0 -dmesg-2.40.2-r4 +dmesg-2.40.4-r0 dosfstools-4.2-r2 dtc-1.7.0-r2 e2fsprogs-1.47.1-r1 @@ -86,14 +86,14 @@ eudev-openrc-3.2.14-r5 expect-5.45.4-r5 fakeroot-1.36-r0 file-5.46-r2 -findmnt-2.40.2-r4 +findmnt-2.40.4-r0 findutils-4.10.0-r0 flex-2.6.4-r6 flex-dev-2.6.4-r6 flex-libs-2.6.4-r6 -flock-2.40.2-r4 +flock-2.40.4-r0 fortify-headers-1.1-r5 -fstrim-2.40.2-r4 +fstrim-2.40.4-r0 g++-14.2.0-r4 gawk-5.3.1-r0 gc-8.2.8-r0 @@ -105,9 +105,9 @@ gettext-asprintf-0.22.5-r0 gettext-dev-0.22.5-r0 gettext-envsubst-0.22.5-r0 gettext-libs-0.22.5-r0 -git-2.47.1-r0 -git-init-template-2.47.1-r0 -git-perl-2.47.1-r0 +git-2.47.2-r0 +git-init-template-2.47.2-r0 +git-perl-2.47.2-r0 glib-2.82.4-r0 gmp-6.3.0-r2 gmp-dev-6.3.0-r2 @@ -129,7 +129,7 @@ grub-2.12-r7 grub-efi-2.12-r7 guile-3.0.9-r1 guile-libs-3.0.9-r1 -hexdump-2.40.2-r4 +hexdump-2.40.4-r0 hvtools-4.11.9-r4 hvtools-openrc-4.11.9-r4 ifupdown-ng-0.12.1-r6 @@ -170,7 +170,7 @@ libasm-0.191-r0 libassuan-2.5.7-r0 libatomic-14.2.0-r4 libattr-2.5.2-r2 -libblkid-2.40.2-r4 +libblkid-2.40.4-r0 libbpf-1.5.0-r0 libburn-1.5.6-r0 libbz2-1.0.8-r6 @@ -189,7 +189,7 @@ libelf-0.191-r0 libev-4.33-r1 libevent-2.1.12-r7 libexpat-2.6.4-r0 -libfdisk-2.40.2-r4 +libfdisk-2.40.4-r0 libfdt-1.7.0-r2 libffi-3.4.6-r0 libffi-dev-3.4.6-r0 @@ -210,7 +210,7 @@ libltdl-2.4.7-r3 libmagic-5.46-r2 libmenuw-6.5_p20241006-r3 libmnl-1.0.5-r2 -libmount-2.40.2-r4 +libmount-2.40.4-r0 libncurses++-6.5_p20241006-r3 libncursesw-6.5_p20241006-r3 libnfsidmap-2.6.4-r3 @@ -230,7 +230,7 @@ libseccomp-2.5.5-r1 libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 -libsmartcols-2.40.2-r4 +libsmartcols-2.40.4-r0 libssl3-3.3.2-r4 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 @@ -246,7 +246,7 @@ libunistring-1.2-r0 libunwind-1.8.1-r0 libunwind-dev-1.8.1-r0 liburing-2.8-r0 -libuuid-2.40.2-r4 +libuuid-2.40.4-r0 libuv-1.49.2-r0 libverto-0.3.2-r2 libverto-dev-0.3.2-r2 @@ -259,19 +259,19 @@ libxtables-1.8.10-r5 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 -llvm17-gtest-17.0.6-r2 llvm18-libs-18.1.8-r1 llvm19-19.1.4-r0 llvm19-dev-19.1.4-r0 +llvm19-gtest-19.1.4-r0 llvm19-libs-19.1.4-r0 llvm19-linker-tools-19.1.4-r0 llvm19-static-19.1.4-r0 llvm19-test-utils-19.1.4-r0 llvm19-test-utils-pyc-19.1.4-r0 -logger-2.40.2-r4 -losetup-2.40.2-r4 -lsblk-2.40.2-r4 -lscpu-2.40.2-r4 +logger-2.40.4-r0 +losetup-2.40.4-r0 +lsblk-2.40.4-r0 +lscpu-2.40.4-r0 lsscsi-0.32-r1 lvm2-2.03.29-r1 lvm2-libs-2.03.29-r1 @@ -281,10 +281,10 @@ lzip-1.24.1-r1 lzo-2.10-r5 m4-1.4.19-r3 make-4.4.1-r2 -mcookie-2.40.2-r4 +mcookie-2.40.4-r0 mdev-conf-4.7-r0 mkinitfs-3.11.1-r0 -mount-2.40.2-r4 +mount-2.40.4-r0 mpc1-1.3.1-r1 mpc1-dev-1.3.1-r1 mpdecimal-4.0.0-r0 @@ -325,13 +325,13 @@ openssh-server-common-openrc-9.9_p1-r2 openssl-3.3.2-r4 openssl-dev-3.3.2-r4 p11-kit-0.25.5-r2 -partx-2.40.2-r4 +partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 perl-5.40.0-r3 perl-error-0.17029-r2 -perl-git-2.47.1-r0 +perl-git-2.47.2-r0 pigz-2.8-r1 pinentry-1.3.1-r0 pixman-0.43.4-r1 @@ -366,12 +366,12 @@ rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 rsync-3.3.0-r1 rsync-openrc-3.3.0-r1 -runuser-2.40.2-r4 +runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 -setarch-2.40.2-r4 -setpriv-2.40.2-r4 -sfdisk-2.40.2-r4 +setarch-2.40.4-r0 +setpriv-2.40.4-r0 +sfdisk-2.40.4-r0 sg3_utils-1.48-r0 sgdisk-1.0.10-r1 skalibs-libs-2.14.3.0-r0 @@ -396,19 +396,19 @@ tini-0.19.0-r3 tzdata-2024b-r1 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 -umount-2.40.2-r4 +umount-2.40.4-r0 unzip-6.0-r15 userspace-rcu-0.14.1-r1 -util-linux-2.40.2-r4 -util-linux-dev-2.40.2-r4 -util-linux-misc-2.40.2-r4 -util-linux-openrc-2.40.2-r4 +util-linux-2.40.4-r0 +util-linux-dev-2.40.4-r0 +util-linux-misc-2.40.4-r0 +util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 -uuidgen-2.40.2-r4 +uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.0707-r0 -vim-common-9.1.0707-r0 -wipefs-2.40.2-r4 +vim-9.1.1012-r0 +vim-common-9.1.1012-r0 +wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 wireguard-tools-wg-1.0.20210914-r4 @@ -420,7 +420,7 @@ wpa_supplicant-openrc-2.10-r11 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.0707-r0 +xxd-9.1.1012-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index ae1ce5f5b..2d806674c 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,11 +1,11 @@ -# linuxkit/alpine:f862f98b831f49182dd9377b2fa9c2137431d54b-amd64 +# linuxkit/alpine:aa4e784ef16f2c1ee74b46a46e3593dc7e8d0bd6-amd64 # automatically generated list of installed packages abuild-3.14.1-r4 abuild-sudo-3.14.1-r4 acl-libs-2.3.2-r1 acpid-2.0.34-r6 acpid-openrc-2.0.34-r6 -agetty-2.40.2-r4 +agetty-2.40.4-r0 agetty-openrc-0.55.1-r2 alpine-baselayout-3.6.8-r1 alpine-baselayout-data-3.6.8-r1 @@ -26,7 +26,7 @@ bcc-dev-0.32.0-r0 binutils-2.43.1-r1 binutils-dev-2.43.1-r1 bison-3.8.2-r1 -blkid-2.40.2-r4 +blkid-2.40.4-r0 bridge-utils-1.7.1-r2 brotli-libs-1.1.0-r2 bsd-compat-headers-0.7.2-r6 @@ -43,7 +43,7 @@ ca-certificates-20241121-r1 ca-certificates-bundle-20241121-r1 capstone-5.0.3-r0 cdrkit-1.1.11-r6 -cfdisk-2.40.2-r4 +cfdisk-2.40.4-r0 cifs-utils-7.1-r0 clang18-libs-18.1.8-r2 clang19-19.1.4-r0 @@ -71,7 +71,7 @@ device-mapper-udev-2.03.29-r1 dhcpcd-10.1.0-r0 dhcpcd-openrc-10.1.0-r0 diffutils-3.10-r0 -dmesg-2.40.2-r4 +dmesg-2.40.4-r0 dosfstools-4.2-r2 dtc-1.7.0-r2 e2fsprogs-1.47.1-r1 @@ -86,14 +86,14 @@ eudev-openrc-3.2.14-r5 expect-5.45.4-r5 fakeroot-1.36-r0 file-5.46-r2 -findmnt-2.40.2-r4 +findmnt-2.40.4-r0 findutils-4.10.0-r0 flex-2.6.4-r6 flex-dev-2.6.4-r6 flex-libs-2.6.4-r6 -flock-2.40.2-r4 +flock-2.40.4-r0 fortify-headers-1.1-r5 -fstrim-2.40.2-r4 +fstrim-2.40.4-r0 g++-14.2.0-r4 gawk-5.3.1-r0 gc-8.2.8-r0 @@ -105,9 +105,9 @@ gettext-asprintf-0.22.5-r0 gettext-dev-0.22.5-r0 gettext-envsubst-0.22.5-r0 gettext-libs-0.22.5-r0 -git-2.47.1-r0 -git-init-template-2.47.1-r0 -git-perl-2.47.1-r0 +git-2.47.2-r0 +git-init-template-2.47.2-r0 +git-perl-2.47.2-r0 glib-2.82.4-r0 gmp-6.3.0-r2 gmp-dev-6.3.0-r2 @@ -129,7 +129,7 @@ grub-2.12-r7 grub-efi-2.12-r7 guile-3.0.9-r1 guile-libs-3.0.9-r1 -hexdump-2.40.2-r4 +hexdump-2.40.4-r0 hvtools-4.11.9-r4 hvtools-openrc-4.11.9-r4 ifupdown-ng-0.12.1-r6 @@ -170,7 +170,7 @@ libasm-0.191-r0 libassuan-2.5.7-r0 libatomic-14.2.0-r4 libattr-2.5.2-r2 -libblkid-2.40.2-r4 +libblkid-2.40.4-r0 libbpf-1.5.0-r0 libburn-1.5.6-r0 libbz2-1.0.8-r6 @@ -189,7 +189,7 @@ libelf-0.191-r0 libev-4.33-r1 libevent-2.1.12-r7 libexpat-2.6.4-r0 -libfdisk-2.40.2-r4 +libfdisk-2.40.4-r0 libfdt-1.7.0-r2 libffi-3.4.6-r0 libffi-dev-3.4.6-r0 @@ -210,7 +210,7 @@ libltdl-2.4.7-r3 libmagic-5.46-r2 libmenuw-6.5_p20241006-r3 libmnl-1.0.5-r2 -libmount-2.40.2-r4 +libmount-2.40.4-r0 libmspack-0.11_alpha-r1 libncurses++-6.5_p20241006-r3 libncursesw-6.5_p20241006-r3 @@ -231,7 +231,7 @@ libseccomp-2.5.5-r1 libseccomp-dev-2.5.5-r1 libseccomp-static-2.5.5-r1 libslirp-4.8.0-r0 -libsmartcols-2.40.2-r4 +libsmartcols-2.40.4-r0 libssl3-3.3.2-r4 libstdc++-14.2.0-r4 libstdc++-dev-14.2.0-r4 @@ -247,7 +247,7 @@ libunistring-1.2-r0 libunwind-1.8.1-r0 libunwind-dev-1.8.1-r0 liburing-2.8-r0 -libuuid-2.40.2-r4 +libuuid-2.40.4-r0 libuv-1.49.2-r0 libverto-0.3.2-r2 libverto-dev-0.3.2-r2 @@ -260,19 +260,19 @@ libxtables-1.8.10-r5 libxxhash-0.8.2-r2 linux-headers-6.6-r1 linux-pam-1.6.1-r1 -llvm17-gtest-17.0.6-r2 llvm18-libs-18.1.8-r1 llvm19-19.1.4-r0 llvm19-dev-19.1.4-r0 +llvm19-gtest-19.1.4-r0 llvm19-libs-19.1.4-r0 llvm19-linker-tools-19.1.4-r0 llvm19-static-19.1.4-r0 llvm19-test-utils-19.1.4-r0 llvm19-test-utils-pyc-19.1.4-r0 -logger-2.40.2-r4 -losetup-2.40.2-r4 -lsblk-2.40.2-r4 -lscpu-2.40.2-r4 +logger-2.40.4-r0 +losetup-2.40.4-r0 +lsblk-2.40.4-r0 +lscpu-2.40.4-r0 lsscsi-0.32-r1 luajit-2.1_p20240815-r0 luajit-dev-2.1_p20240815-r0 @@ -284,10 +284,10 @@ lzip-1.24.1-r1 lzo-2.10-r5 m4-1.4.19-r3 make-4.4.1-r2 -mcookie-2.40.2-r4 +mcookie-2.40.4-r0 mdev-conf-4.7-r0 mkinitfs-3.11.1-r0 -mount-2.40.2-r4 +mount-2.40.4-r0 mpc1-1.3.1-r1 mpc1-dev-1.3.1-r1 mpdecimal-4.0.0-r0 @@ -335,13 +335,13 @@ openssl-3.3.2-r4 openssl-dev-3.3.2-r4 ovmf-0.0.202308-r2 p11-kit-0.25.5-r2 -partx-2.40.2-r4 +partx-2.40.4-r0 patch-2.7.6-r10 pcre2-10.43-r0 pcsc-lite-libs-2.2.3-r1 perl-5.40.0-r3 perl-error-0.17029-r2 -perl-git-2.47.1-r0 +perl-git-2.47.2-r0 pigz-2.8-r1 pinentry-1.3.1-r0 pixman-0.43.4-r1 @@ -376,12 +376,12 @@ rpcbind-1.2.7-r0 rpcbind-openrc-1.2.7-r0 rsync-3.3.0-r1 rsync-openrc-3.3.0-r1 -runuser-2.40.2-r4 +runuser-2.40.4-r0 scanelf-1.3.8-r1 sed-4.9-r2 -setarch-2.40.2-r4 -setpriv-2.40.2-r4 -sfdisk-2.40.2-r4 +setarch-2.40.4-r0 +setpriv-2.40.4-r0 +sfdisk-2.40.4-r0 sg3_utils-1.48-r0 sgdisk-1.0.10-r1 skalibs-libs-2.14.3.0-r0 @@ -407,19 +407,19 @@ tini-0.19.0-r3 tzdata-2024b-r1 udev-init-scripts-35-r1 udev-init-scripts-openrc-35-r1 -umount-2.40.2-r4 +umount-2.40.4-r0 unzip-6.0-r15 userspace-rcu-0.14.1-r1 -util-linux-2.40.2-r4 -util-linux-dev-2.40.2-r4 -util-linux-misc-2.40.2-r4 -util-linux-openrc-2.40.2-r4 +util-linux-2.40.4-r0 +util-linux-dev-2.40.4-r0 +util-linux-misc-2.40.4-r0 +util-linux-openrc-2.40.4-r0 utmps-libs-0.1.2.3-r2 -uuidgen-2.40.2-r4 +uuidgen-2.40.4-r0 vde2-libs-2.3.3-r3 -vim-9.1.0707-r0 -vim-common-9.1.0707-r0 -wipefs-2.40.2-r4 +vim-9.1.1012-r0 +vim-common-9.1.1012-r0 +wipefs-2.40.4-r0 wireguard-tools-1.0.20210914-r4 wireguard-tools-openrc-1.0.20210914-r4 wireguard-tools-wg-1.0.20210914-r4 @@ -432,7 +432,7 @@ xen-libs-4.19.1-r0 xfsprogs-6.10.1-r0 xfsprogs-extra-6.10.1-r0 xorriso-1.5.6-r0 -xxd-9.1.0707-r0 +xxd-9.1.1012-r0 xz-5.6.3-r0 xz-dev-5.6.3-r0 xz-libs-5.6.3-r0 diff --git a/tools/containerd-dev/Dockerfile b/tools/containerd-dev/Dockerfile index ee8257c4b..60cea9648 100644 --- a/tools/containerd-dev/Dockerfile +++ b/tools/containerd-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as builder +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as builder # checkout and compile containerd diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index be89a0f83..e52b3a068 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/tools/grub-dev/Dockerfile b/tools/grub-dev/Dockerfile index 4f15d030a..b53dd1d8b 100644 --- a/tools/grub-dev/Dockerfile +++ b/tools/grub-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS build +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS build ENV GRUB_MODULES="part_gpt fat ext2 iso9660 gzio linux acpi normal cpio crypto disk boot crc64 \ search_fs_uuid tftp xzio xfs video" diff --git a/tools/grub/Dockerfile b/tools/grub/Dockerfile index 299e5c50f..3a63840bd 100644 --- a/tools/grub/Dockerfile +++ b/tools/grub/Dockerfile @@ -1,6 +1,6 @@ -FROM --platform=linux/amd64 linuxkit/grub-dev:7bcb9d21eb1d817a40fe2f1a84fdbf8655ad2f40 AS grub-build-amd64 -FROM --platform=linux/arm64 linuxkit/grub-dev:7bcb9d21eb1d817a40fe2f1a84fdbf8655ad2f40 AS grub-build-arm64 -FROM --platform=linux/riscv64 linuxkit/grub-dev:7bcb9d21eb1d817a40fe2f1a84fdbf8655ad2f40 AS grub-build-riscv64 +FROM --platform=linux/amd64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-amd64 +FROM --platform=linux/arm64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-arm64 +FROM --platform=linux/riscv64 linuxkit/grub-dev:4e6e8ee698d553583951f5ae3eddbce52b612001 AS grub-build-riscv64 FROM scratch ENTRYPOINT [] diff --git a/tools/mkimage-iso-bios/Dockerfile b/tools/mkimage-iso-bios/Dockerfile index d9c0cee78..527a17fb0 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 as mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 as mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-iso-efi-initrd/Dockerfile b/tools/mkimage-iso-efi-initrd/Dockerfile index b2ddd8bc0..2278e0355 100644 --- a/tools/mkimage-iso-efi-initrd/Dockerfile +++ b/tools/mkimage-iso-efi-initrd/Dockerfile @@ -1,6 +1,6 @@ -FROM linuxkit/grub:b498542e496dc2301ac1718d9096c2b26f041635 AS grub +FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-iso-efi/Dockerfile b/tools/mkimage-iso-efi/Dockerfile index 05e9994c5..2f6164b83 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,6 +1,6 @@ -FROM linuxkit/grub:b498542e496dc2301ac1718d9096c2b26f041635 AS grub +FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-iso/Dockerfile b/tools/mkimage-iso/Dockerfile index 76a28f68e..fe127407e 100644 --- a/tools/mkimage-iso/Dockerfile +++ b/tools/mkimage-iso/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-qcow2-efi/Dockerfile b/tools/mkimage-qcow2-efi/Dockerfile index bf234bac7..6e58737a0 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,6 +1,6 @@ -FROM linuxkit/grub:b498542e496dc2301ac1718d9096c2b26f041635 AS grub +FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-qcow2-efi/build.yml b/tools/mkimage-qcow2-efi/build.yml index 0049392be..d48309e34 100644 --- a/tools/mkimage-qcow2-efi/build.yml +++ b/tools/mkimage-qcow2-efi/build.yml @@ -3,3 +3,4 @@ network: true arches: - amd64 - arm64 + - riscv64 diff --git a/tools/mkimage-raw-bios/Dockerfile b/tools/mkimage-raw-bios/Dockerfile index e0632d9fc..426994434 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-raw-efi/Dockerfile b/tools/mkimage-raw-efi/Dockerfile index ea3323c33..f0df6a888 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,6 +1,6 @@ -FROM linuxkit/grub:b498542e496dc2301ac1718d9096c2b26f041635 AS grub +FROM linuxkit/grub:71cdeee8a0821d1c69ad2750d010377d81316c5d AS grub -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-squashfs/Dockerfile b/tools/mkimage-squashfs/Dockerfile index 3aaa1ae63..a997011ab 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 AS mirror +FROM linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \