-
Notifications
You must be signed in to change notification settings - Fork 800
implementations: add a list of known implementations #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
666d442 to
7502adb
Compare
implementations.md
Outdated
| @@ -0,0 +1,18 @@ | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this newline necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noup
| - [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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a suggestion for people to add their implementations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea, fair
|
thanks for doing this |
|
updated. PTAL |
|
seems reasonable |
| * [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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget containerd!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh right. I knew the that image-spec support was on the horizon, but didn't think it was a PR yet. Should've looked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
Fixes opencontainers#126 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Fixes #126
Fixes #396
Signed-off-by: Vincent Batts vbatts@hashbangbash.com