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
This commit is contained in:
Fabian Vogt 2022-11-10 12:00:31 +00:00 committed by Git OBS Bridge
parent 0b6269927b
commit 26c2b4ed9c
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 25 10:40:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- set detached sigstore attachments for the SUSE controlled registries
-------------------------------------------------------------------
Tue Aug 9 08:49:18 UTC 2022 - Fabian Vogt <fvogt@suse.com>