Skip to content

Commit

Permalink
Document Elastic container registry support (#1641)
Browse files Browse the repository at this point in the history
`cosign` has been tested and works against the Elastic Container
registry (docker.elastic.co)

```
cosign verify --key https://ela.st/mgreau-public-key docker.elastic.co/experimental/cosign-test
```

This commit updates the README to add the Elastic container registry to
the list of supported registries.

Signed-off-by: mgreau <greaumaxime@gmail.com>
  • Loading branch information
mgreau authored Mar 21, 2022
1 parent 5f27b08 commit 4cb5cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Today, `cosign` has been tested and works against the following registries:
* Sonatype Nexus Container Registry
* Alibaba Cloud Container Registry
* Red Hat Quay Container Registry 3.6+ / Red Hat quay.io
* Elastic Container Registry

We aim for wide registry support. To `sign` images in registries which do not yet fully support [OCI media types](https://github.com/sigstore/cosign/blob/main/SPEC.md#object-types), one may need to use `COSIGN_DOCKER_MEDIA_TYPES` to fall back to legacy equivalents. For example:
```shell
Expand Down

0 comments on commit 4cb5cec

Please sign in to comment.