Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosign is now tested with Azure! #61

Merged
merged 2 commits into from
Mar 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 been tested and works against the following registries:

* GCP's Artifact Registry and Container Registry
* Docker Hub
* Azure Container Registry

We aim for wide registry support.
Please help test!
See https://github.com/sigstore/cosign/issues/40 for the tracking issue.
Expand Down Expand Up @@ -430,4 +435,3 @@ $ crane manifest dlorenc/demo@sha256:71f70e5d29bde87f988740665257c35b1c6f52dafa2
]
}
```