Skip to content

Commit 37f2a1b

Browse files
authored
Merge pull request #602 from vbatts/implementations
implementations: add a list of known implementations
2 parents 659d38e + 1121305 commit 37f2a1b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ DOC_FILES := \
3030
layer.md \
3131
config.md \
3232
annotations.md \
33-
considerations.md
33+
considerations.md \
34+
implementations.md
3435

3536
FIGURE_FILES := \
3637
img/media-types.png

implementations.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# OCI Image Implementations
2+
3+
Projects 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+
* [openSUSE/umoci](https://github.com/openSUSE/umoci)
8+
* [cloudfoundry/grootfs](https://github.com/cloudfoundry/grootfs) ([source](https://github.com/cloudfoundry/grootfs/blob/c3da26e1e463b51be1add289032f3dca6698b335/fetcher/remote/docker_src.go))
9+
* [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))
10+
* [Docker](https://github.com/docker)
11+
- [docker/containerd](https://github.com/docker/containerd)
12+
- [docker/docker (`docker save/load` WIP)](https://github.com/docker/docker/pull/26369)
13+
- [docker/distribution (registry PR)](https://github.com/docker/distribution/pull/2076)
14+
* [Containers](https://github.com/containers/)
15+
- [containers/build](https://github.com/containers/build)
16+
- [containers/image](https://github.com/containers/image)
17+
* [coreos/rkt](https://github.com/coreos/rkt)
18+
* [erikh/box](https://github.com/erikh/box)
19+
20+
21+
_(to add your project please open a [pull-request](https://github.com/opencontainers/image-spec/pulls))_

0 commit comments

Comments
 (0)