From 8ff52f4f9547494ae0689d1842db40f6bf8c1734 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Fri, 5 Jul 2024 14:40:00 -0600 Subject: [PATCH] chore(containers/policy): Read toolbox pubkey from /etc (#301) 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" }