From d1796cb5cc6ffa647574903f842d9dbc95c9f04e Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Tue, 9 Mar 2021 15:41:38 -0600 Subject: [PATCH 1/2] Cosign is now tested with Azure! Signed-off-by: Dan Lorenc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f36dccb9bd0..52e1b8bac24 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,12 @@ See https://github.com/sigStore/fulcio for more info. `cosign` uses [go-containerregistry](github.com/google/go-containerregistry) for registry interactions, which has excellent support, but other registries may have quirks. -Today, `cosign` has only been tested, barely, against GCP's Artifact Registry and Container Registry and DockerHub. +Today, `cosign` has only been tested and works against the following registries: + +* GCP's Artifact Registry and Container Registry +* DockerHub +* Azure Container Registry + We aim for wide registry support. Please help test! See https://github.com/sigstore/cosign/issues/40 for the tracking issue. From 487b62faa7066b2b06ba4eaa063724fe02e62bfa Mon Sep 17 00:00:00 2001 From: dlorenc Date: Tue, 9 Mar 2021 15:54:22 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: jonjohnsonjr Signed-off-by: Dan Lorenc --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52e1b8bac24..0d75511ebe8 100644 --- a/README.md +++ b/README.md @@ -109,10 +109,10 @@ See https://github.com/sigStore/fulcio for more info. `cosign` uses [go-containerregistry](github.com/google/go-containerregistry) for registry interactions, which has excellent support, but other registries may have quirks. -Today, `cosign` has only been tested and works against the following registries: +Today, `cosign` has been tested and works against the following registries: * GCP's Artifact Registry and Container Registry -* DockerHub +* Docker Hub * Azure Container Registry We aim for wide registry support. @@ -435,4 +435,3 @@ $ crane manifest dlorenc/demo@sha256:71f70e5d29bde87f988740665257c35b1c6f52dafa2 ] } ``` -