diff --git a/examples/docker.yml b/examples/docker.yml index 560d23dac..467d9444b 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -11,8 +11,6 @@ onboot: image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - name: sysfs image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: format image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61 - name: mount diff --git a/linuxkit.yml b/linuxkit.yml index 933a51119..4ab46bd59 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -9,8 +9,6 @@ init: onboot: - name: sysctl image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index c215d06e7..c3f31d29d 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -14,8 +14,6 @@ onboot: - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: format image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61 - name: mount diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 1f6fd5571..515318657 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -14,8 +14,6 @@ onboot: - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: format image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61 - name: mount diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index 552bac8ef..be6c1c304 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -10,8 +10,6 @@ init: onboot: - name: sysctl image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] @@ -30,13 +28,6 @@ files: - path: etc/docker/daemon.json contents: '{"debug": true}' trust: - image: - - linuxkit/kernel - - linuxkit/init - - linuxkit/runc - - linuxkit/containerd - - linuxkit/ca-certificates - - linuxkit/sysctl - - linuxkit/binfmt - - linuxkit/dhcpcd - - linuxkit/rngd + org: + - linuxkit + - library diff --git a/projects/kubernetes/kube-master.yml b/projects/kubernetes/kube-master.yml index 73b9e7dcc..1009a639a 100644 --- a/projects/kubernetes/kube-master.yml +++ b/projects/kubernetes/kube-master.yml @@ -11,8 +11,6 @@ onboot: image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - name: sysfs image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/projects/kubernetes/kube-node.yml b/projects/kubernetes/kube-node.yml index 60cc829c4..1c63f2f89 100644 --- a/projects/kubernetes/kube-node.yml +++ b/projects/kubernetes/kube-node.yml @@ -11,8 +11,6 @@ onboot: image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - name: sysfs image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index e257ba427..639799d4c 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -10,8 +10,6 @@ init: onboot: - name: sysctl image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] @@ -30,13 +28,6 @@ files: - path: etc/docker/daemon.json contents: '{"debug": true}' trust: - image: - - linuxkit/kernel - - linuxkit/init - - linuxkit/runc - - linuxkit/containerd - - linuxkit/ca-certificates - - linuxkit/sysctl - - linuxkit/binfmt - - linuxkit/dhcpcd - - linuxkit/rngd + org: + - linuxkit + - library diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index c552d7007..c795e2e9e 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -9,8 +9,6 @@ init: onboot: - name: sysctl image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: dhcpcd image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] @@ -52,5 +50,4 @@ files: trust: org: - linuxkit - image: - - nginx:alpine + - library diff --git a/test/cases/030_security/000_docker-bench/test-docker-bench.yml b/test/cases/030_security/000_docker-bench/test-docker-bench.yml index 696c4f40e..fd82ffc1e 100644 --- a/test/cases/030_security/000_docker-bench/test-docker-bench.yml +++ b/test/cases/030_security/000_docker-bench/test-docker-bench.yml @@ -11,8 +11,6 @@ onboot: image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0 - name: sysfs image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc - - name: binfmt - image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628 - name: format image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61 - name: mount