From 700ef35c8cc00be4aba1a0d2ef91f22f83905d28 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 6 Feb 2018 18:27:47 +0000 Subject: [PATCH] test: Update trust setting for remaining test YAMLs The YAMLs in ./test/hack enumerated the images to pull with content trust. All images in the 'linuxkit' org should now have trust enabled. Signed-off-by: Rolf Neugebauer --- test/hack/test-ltp.yml | 7 ++----- test/hack/test.yml | 8 ++------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 2b481a125..5f751ba16 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -16,8 +16,5 @@ files: - path: /etc/ltp/baseline contents: "100" trust: - image: - - linuxkit/kernel - - linuxkit/init - - linuxkit/runc - - linuxkit/containerd + org: + - linuxkit diff --git a/test/hack/test.yml b/test/hack/test.yml index 93ec2d36f..b0b9e5fb7 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -17,9 +17,5 @@ onboot: image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d command: ["/bin/sh", "/poweroff.sh", "3"] trust: - image: - - linuxkit/kernel - - linuxkit/init - - linuxkit/runc - - linuxkit/containerd - - linuxkit/dhcpcd + org: + - linuxkit