diff --git a/definitions-terms.md b/definitions-terms.md index 8db6267..8a2380c 100644 --- a/definitions-terms.md +++ b/definitions-terms.md @@ -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 @@ -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 \ No newline at end of file diff --git a/implementers.md b/implementers.md new file mode 100644 index 0000000..6f604f1 --- /dev/null +++ b/implementers.md @@ -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))_