From 26c2b4ed9c144632e9094d386030bbdbc4035c96f13c02c2b147fa2013d83a2f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 10 Nov 2022 12:00:31 +0000 Subject: [PATCH] Accepting request 1031116 from home:dirkmueller:Factory - set detached sigstore attachments for the SUSE controlled registries OBS-URL: https://build.opensuse.org/request/show/1031116 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=8 --- default.yaml | 5 +++++ libcontainers-common.changes | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/default.yaml b/default.yaml index ecdafe7..1cb4146 100644 --- a/default.yaml +++ b/default.yaml @@ -24,3 +24,8 @@ default-docker: # sigstore: http://privateregistry.com/sigstore/ # sigstore-staging: /mnt/nfs/privateregistry/sigstore +docker: + registry.suse.com: + use-sigstore-attachments: true + registry.suse.de: + use-sigstore-attachments: true diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 47333dc..67d11f0 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 25 10:40:49 UTC 2022 - Dirk Müller + +- set detached sigstore attachments for the SUSE controlled registries + ------------------------------------------------------------------- Tue Aug 9 08:49:18 UTC 2022 - Fabian Vogt