...

Text file src/github.com/opencontainers/image-spec/implementations.md

Documentation: github.com/opencontainers/image-spec

     1# OCI Image Implementations
     2
     3Projects or Companies currently adopting the OCI Image Specification
     4
     5- [projectatomic/skopeo](https://github.com/projectatomic/skopeo)
     6- [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/))
     7- [Azure Container Registry (ACR)](https://docs.microsoft.com/azure/container-registry/container-registry-image-formats#oci-images)
     8- [openSUSE/umoci](https://github.com/openSUSE/umoci)
     9- [cloudfoundry/grootfs](https://github.com/cloudfoundry/grootfs) ([source](https://github.com/cloudfoundry/grootfs/blob/c3da26e1e463b51be1add289032f3dca6698b335/fetcher/remote/docker_src.go))
    10- [Mesos plans](https://issues.apache.org/jira/browse/MESOS-5011) ([design doc](https://docs.google.com/document/d/1Pus7D-inIBoLSIPyu3rl_apxvUhtp3rp0_b0Ttr2Xww/edit#heading=h.hrvk2wboog4p))
    11- [Docker](https://github.com/docker)
    12  - [docker/docker (`docker save/load` WIP)](https://github.com/docker/docker/pull/26369)
    13  - [distribution/distribution (registry PR)](https://github.com/distribution/distribution/pull/2076)
    14- [containerd/containerd](https://github.com/containerd/containerd)
    15- [Containers](https://github.com/containers/)
    16  - [containers/build](https://github.com/containers/build)
    17  - [containers/image](https://github.com/containers/image)
    18  - [containers/oci-spec-rs](https://github.com/containers/oci-spec-rs)
    19  - [containers/libocispec](https://github.com/containers/libocispec)
    20- [krustlet/oci-distribution](https://github.com/krustlet/oci-distribution)
    21- [box-builder/box](https://github.com/box-builder/box)
    22- [coolljt0725/docker2oci](https://github.com/coolljt0725/docker2oci)
    23- [regclient/regclient](https://github.com/regclient/regclient)
    24- [ORAS](https://oras.land/)
    25  - [oras-project/oras](https://github.com/oras-project/oras/)
    26  - [oras-project/oras-go](https://github.com/oras-project/oras-go)
    27
    28## Former Projects
    29
    30OCI would like to recognize the following projects that are no longer actively maintained but have contributed to the adoption of OCI
    31
    32- [coreos/rkt](https://github.com/coreos/rkt) - Project ended and archived on Feb 25, 2020
    33
    34_(to add your project please open a [pull-request](https://github.com/opencontainers/image-spec/pulls))_

View as plain text