From 487eed520a6e38c042fc38cd2869091f242087df Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Wed, 3 Jul 2024 12:54:51 -0600 Subject: [PATCH] chore(containers/policy): Read toolbox pubkey from /etc Match behavior of other key paths and read the toolbox pubkey from /etc --- files/usr/etc/containers/policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/etc/containers/policy.json b/files/usr/etc/containers/policy.json index e407e964..94049e11 100644 --- a/files/usr/etc/containers/policy.json +++ b/files/usr/etc/containers/policy.json @@ -23,7 +23,7 @@ "quay.io/toolbx-images": [ { "type": "sigstoreSigned", - "keyPath": "/usr/etc/pki/containers/quay.io-toolbx-images.pub", + "keyPath": "/etc/pki/containers/quay.io-toolbx-images.pub", "signedIdentity": { "type": "matchRepository" }