Skip to content

Commit

Permalink
implementations: add a list of known implementations
Browse files Browse the repository at this point in the history
Fixes #126

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Mar 9, 2017
1 parent add48be commit 32fe092
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ DOC_FILES := \
layer.md \
config.md \
annotations.md \
considerations.md
considerations.md \
implementations.md

FIGURE_FILES := \
img/media-types.png
Expand Down
20 changes: 20 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# OCI Image Implementations

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/))
* [openSUSE/umoci](https://github.com/openSUSE/umoci)
* [cloudfoundry/grootfs](https://github.com/cloudfoundry/grootfs) ([source](https://github.com/cloudfoundry/grootfs/blob/c3da26e1e463b51be1add289032f3dca6698b335/fetcher/remote/docker_src.go))
* [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))
* [Docker](https://github.com/docker)
- [`docker save/load` WIP](https://github.com/docker/docker/pull/26369)
- [docker registry PR](https://github.com/docker/distribution/pull/2076)
* [Containers](https://github.com/containers/)
- [containers/build](https://github.com/containers/build)
- [containers/image](https://github.com/containers/image)
* [coreos/rkt](https://github.com/coreos/rkt)
* [erikh/box](https://github.com/erikh/box)


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

0 comments on commit 32fe092

Please sign in to comment.