From cde127790cdf07f233d6e786ddbdd36e2fdae821 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Tue, 2 Dec 2025 17:11:07 +0200 Subject: [PATCH] remove unnecessary apk package info from sysctl package Signed-off-by: Avi Deitcher --- examples/addbinds.yml | 2 +- examples/cadvisor.yml | 2 +- examples/containerd-debug.yml | 2 +- examples/dm-crypt-loop.yml | 2 +- examples/dm-crypt.yml | 2 +- examples/docker-for-mac.yml | 2 +- examples/docker.yml | 2 +- examples/getty.yml | 2 +- examples/hostmount-writeable-overlay.yml | 2 +- examples/logging.yml | 2 +- examples/openstack.yml | 2 +- examples/platform-aws.yml | 2 +- examples/platform-azure.yml | 2 +- examples/platform-equinixmetal.yml | 2 +- examples/platform-gcp.yml | 2 +- examples/platform-hetzner.yml | 2 +- examples/platform-rt-for-vmware.yml | 2 +- examples/platform-scaleway.yml | 2 +- examples/platform-vmware.yml | 2 +- examples/platform-vultr.yml | 2 +- examples/sshd.yml | 2 +- examples/swap.yml | 2 +- examples/tpm.yml | 2 +- examples/volumes.yml | 2 +- examples/wireguard.yml | 2 +- linuxkit.yml | 2 +- pkg/sysctl/Dockerfile | 2 -- projects/compose/compose-dynamic.yml | 2 +- projects/compose/compose-static.yml | 2 +- projects/ima-namespace/ima-namespace.yml | 2 +- projects/miragesdk/examples/fdd.yml | 2 +- projects/miragesdk/examples/mirage-dhcp.yml | 2 +- projects/okernel/examples/okernel_simple.yaml | 2 +- projects/shiftfs/shiftfs.yml | 2 +- test/cases/000_build/060_input_tar/000_build/test1.yml | 2 +- test/cases/000_build/060_input_tar/000_build/test2.yml | 2 +- test/cases/000_build/060_input_tar/010_same_filename/test.yml | 2 +- test/cases/000_build/091_validate_linuxkit_yaml/linuxkit.yml | 2 +- test/cases/030_security/000_docker-bench/test.yml | 2 +- test/cases/040_packages/003_containerd/test.yml | 2 +- test/cases/040_packages/019_sysctl/test.yml | 2 +- 41 files changed, 40 insertions(+), 42 deletions(-) diff --git a/examples/addbinds.yml b/examples/addbinds.yml index b96855855..03c4d0755 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 5fee55a14..1890bec64 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/containerd-debug.yml b/examples/containerd-debug.yml index 4e8a668bf..ee0280950 100644 --- a/examples/containerd-debug.yml +++ b/examples/containerd-debug.yml @@ -9,7 +9,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index fcbe79017..c66bb8fab 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index c16f9288d..d31bed7c9 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index ece5786ab..de0c3164a 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -13,7 +13,7 @@ onboot: - name: metadata image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: sysfs image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600 - name: binfmt diff --git a/examples/docker.yml b/examples/docker.yml index a7ab75b36..eb50936c6 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: sysfs image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600 - name: format diff --git a/examples/getty.yml b/examples/getty.yml index 9b88a2ee0..4ec28d7ec 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 70f49cc89..e91f0811d 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/logging.yml b/examples/logging.yml index 19bcc12e7..65213fcd5 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -10,7 +10,7 @@ init: - linuxkit/memlogd:59c35498c6819b7374e85ca7777f13b55a497151 onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/openstack.yml b/examples/openstack.yml index 56726bc24..61fdcb93e 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/platform-aws.yml b/examples/platform-aws.yml index 1daf5fc6b..e5337c7b8 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/platform-azure.yml b/examples/platform-azure.yml index e4089a294..af5d05e78 100644 --- a/examples/platform-azure.yml +++ b/examples/platform-azure.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 services: - name: rngd image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198 diff --git a/examples/platform-equinixmetal.yml b/examples/platform-equinixmetal.yml index 018caf701..4d5d69fde 100644 --- a/examples/platform-equinixmetal.yml +++ b/examples/platform-equinixmetal.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 413fab34d..58ce59038 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/platform-hetzner.yml b/examples/platform-hetzner.yml index 31d26a30b..f27fb3d1a 100644 --- a/examples/platform-hetzner.yml +++ b/examples/platform-hetzner.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 9e1ce6e7f..e35368a18 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 services: - name: getty image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0 diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index 47354a761..21f328567 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: rngd1 image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198 command: ["/sbin/rngd", "-1"] diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 0a708629d..6f21afec7 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 services: - name: getty image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0 diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 2aef1e218..d892e51c7 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/sshd.yml b/examples/sshd.yml index 0f555c7ac..24462917f 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: rngd1 image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198 command: ["/sbin/rngd", "-1"] diff --git a/examples/swap.yml b/examples/swap.yml index ce7e9599c..01b901613 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/tpm.yml b/examples/tpm.yml index dc53f0ec5..7e934298e 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/volumes.yml b/examples/volumes.yml index bbb40a45c..dbb7a39de 100644 --- a/examples/volumes.yml +++ b/examples/volumes.yml @@ -9,7 +9,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 091e82523..ded0caec8 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/linuxkit.yml b/linuxkit.yml index ebf9f4588..b48e944f7 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/pkg/sysctl/Dockerfile b/pkg/sysctl/Dockerfile index 74fd3edda..8c6a47dce 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -17,6 +17,4 @@ CMD [] WORKDIR / COPY --from=mirror /go/bin/sysctl /usr/bin/sysctl COPY etc/ /etc/ -COPY --from=mirror /etc/apk /etc/apk/ -COPY --from=mirror /lib/apk /lib/apk/ CMD ["/usr/bin/sysctl"] diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index f87523b52..11d47450c 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: sysfs image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600 - name: dhcpcd diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index be400c668..dd03be948 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: sysfs image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600 - name: dhcpcd diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index d73c15089..7c0b27085 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -9,7 +9,7 @@ init: - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 2ccdcf573..42b788df5 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -9,7 +9,7 @@ init: - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 services: - name: getty image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0 diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index fce65fafc..cad3ddd29 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ba19f64efd3331a8fd0a33e00eabd14f6ee1780e onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 83185735c..bf11628d7 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 services: - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 658a801fa..8cc6ec6ae 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] 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 cce5c58ad..3c233525b 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 @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ba19f64efd3331a8fd0a33e00eabd14f6ee1780e onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] 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 2379f6648..c5713700b 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 @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"] 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 cce5c58ad..3c233525b 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 @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ba19f64efd3331a8fd0a33e00eabd14f6ee1780e onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/000_build/091_validate_linuxkit_yaml/linuxkit.yml b/test/cases/000_build/091_validate_linuxkit_yaml/linuxkit.yml index 1cbeae1bd..2e7287295 100644 --- a/test/cases/000_build/091_validate_linuxkit_yaml/linuxkit.yml +++ b/test/cases/000_build/091_validate_linuxkit_yaml/linuxkit.yml @@ -9,7 +9,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index e83459608..be80bd134 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: sysfs image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600 - name: format diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 946316c4b..0a08bb048 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -11,7 +11,7 @@ onboot: image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: format image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54 - name: mount diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index f841832ec..f8820a12b 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26 onboot: - name: sysctl - image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626 + image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6 - name: test image: alpine:3.13 net: host