Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions definitions-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OCI Image is a specific type of artifact. However, an OCI image is not meant to

## Registry

A registry, or container registry, is an instance of the [distribution-spec]. See [Implementors][implementors] for a list of registries that support OCI Artifacts.
A registry, or container registry, is an instance of the [distribution-spec]. See [Implementers][implementers] for a list of registries that support OCI Artifacts.

## Well Known Type

Expand All @@ -48,7 +48,7 @@ Types that many to most registry operators would likely want to support ([OCI Im

[artifacts]: https://github.com/opencontainers/artifacts
[helm]: https://helm.sh
[implementors]: https://github.com/SteveLasker/artifacts/blob/implementors/implementations.md
[implementers]: implementers.md
[image-spec]: https://github.com/opencontainers/image-spec/
[distribution-spec]: https://github.com/opencontainers/distribution-spec/
[singularity]: https://github.com/sylabs/singularity
8 changes: 8 additions & 0 deletions implementers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# OCI Artifacts Implementations

Projects or companies currently engaged in efforts to support OCI Artifacts

* [Azure Container Registry](https://aka.ms/acr/artifacts)
* [distribution/distribution](https://github.com/distribution/distribution/)

_(to add your project, please open a [pull-request](https://github.com/opencontainers/artifacts/pulls))_