Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit a282023

Browse files
authored
Merge pull request #24 from hasheddan/implementors
Move implementers page to this repo
2 parents a2dba86 + ae58be6 commit a282023

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

definitions-terms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OCI Image is a specific type of artifact. However, an OCI image is not meant to
3636

3737
## Registry
3838

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

4141
## Well Known Type
4242

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

4949
[artifacts]: https://github.com/opencontainers/artifacts
5050
[helm]: https://helm.sh
51-
[implementors]: https://github.com/SteveLasker/artifacts/blob/implementors/implementations.md
51+
[implementers]: implementers.md
5252
[image-spec]: https://github.com/opencontainers/image-spec/
5353
[distribution-spec]: https://github.com/opencontainers/distribution-spec/
5454
[singularity]: https://github.com/sylabs/singularity

implementers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OCI Artifacts Implementations
2+
3+
Projects or companies currently engaged in efforts to support OCI Artifacts
4+
5+
* [Azure Container Registry](https://aka.ms/acr/artifacts)
6+
* [distribution/distribution](https://github.com/distribution/distribution/)
7+
8+
_(to add your project, please open a [pull-request](https://github.com/opencontainers/artifacts/pulls))_

0 commit comments

Comments
 (0)