Skip to content
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
6 changes: 3 additions & 3 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Projects or Companies currently adopting the OCI Image Specification

- [projectatomic/skopeo](https://github.com/projectatomic/skopeo)
- [Amazon Elastic Container Registry (ECR)](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-manifest-formats.html) ([announcement](https://aws.amazon.com/about-aws/whats-new/2017/01/amazon-ecr-supports-docker-image-manifest-v2-schema-2/))
- [Azure Container Registry (ACR)](https://docs.microsoft.com/azure/container-registry/container-registry-image-formats#oci-images)
- [openSUSE/umoci](https://github.com/openSUSE/umoci)
Expand All @@ -17,18 +16,19 @@ Projects or Companies currently adopting the OCI Image Specification
- [containers/image](https://github.com/containers/image)
- [containers/oci-spec-rs](https://github.com/containers/oci-spec-rs)
- [containers/libocispec](https://github.com/containers/libocispec)
- [krustlet/oci-distribution](https://github.com/krustlet/oci-distribution)
- [box-builder/box](https://github.com/box-builder/box)
- [containers/skopeo](https://github.com/containers/skopeo)
- [coolljt0725/docker2oci](https://github.com/coolljt0725/docker2oci)
- [regclient/regclient](https://github.com/regclient/regclient)
- [ORAS](https://oras.land/)
- [oras-project/oras](https://github.com/oras-project/oras/)
- [oras-project/oras-go](https://github.com/oras-project/oras-go)
- [oras-project/rust-oci-client](https://github.com/oras-project/rust-oci-client)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was worried about this one a little bit because the description claims distribution spec, but the image spec representation is in there, particularly in manifest.rs:

https://github.com/oras-project/rust-oci-client/blob/e53edd48afcd90f7ecdb25420faa065ba6004f98/src/manifest.rs

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(it kind of has to be, but I wanted to be sure)


## Former Projects

OCI would like to recognize the following projects that are no longer actively maintained but have contributed to the adoption of OCI

- [coreos/rkt](https://github.com/coreos/rkt) - Project ended and archived on Feb 25, 2020
- [box-builder/box](https://github.com/box-builder/box) - Project ended and archived on Sep 28, 2020

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