-
Notifications
You must be signed in to change notification settings - Fork 556
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
implementations: add bwrap-oci and crun #929
implementations: add bwrap-oci and crun #929
Conversation
LGTM |
implementations.md
Outdated
@@ -26,3 +26,5 @@ If you know of any associated projects that are not listed here, please file a p | |||
[octool]: https://github.com/kunalkushwaha/octool | |||
[oct]: https://github.com/huawei-openlab/oct | |||
[runtime-tools]: https://github.com/opencontainers/runtime-tools | |||
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci | |||
[crun]: https://github.com/giuseppe/crun |
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.
These are link label definitions, but you also need to add reference-style links to consume the definitions (like this).
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.
@wking thanks. I've pushed a corrected version
c1311c4
to
9162f13
Compare
implementations.md
Outdated
@@ -6,6 +6,8 @@ If you know of any associated projects that are not listed here, please file a p | |||
## <a name="implementationsRuntimeContainer" />Runtime (Container) | |||
|
|||
* [opencontainers/runc][runc] - Reference implementation of OCI runtime | |||
* [projectatomic/bwrap-oci][bwrap-oci]: - Convert the OCI spec file to a command line for [bubblewrap](https://github.com/projectatomic/bubblewrap/) |
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.
The runc line above uses a -
separator, while the lines you're adding use : -
. I think you want to drop the colon.
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.
thanks, fixed it now
9162f13
to
490091f
Compare
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.
Looks good to me, although I'd also be fine with a reference-style link for bubblewrap.
Signed-off-by: Giuseppe Scrivano <[email protected]>
Signed-off-by: Giuseppe Scrivano <[email protected]>
490091f
to
ec4cc47
Compare
@wking I've changed bubblewrap to be a reference-style link |
1 similar comment
Through a5276ae (Merge pull request opencontainers#929 from giuseppe/add-more-implementations, 2017-10-23). There have also been a few non-spec changes which I have not documented in the ChangeLog: 13b4639 .pullapprove.yml: Switch to v2 and other project-template updates (opencontainers#902) f6f2514 README: Make meetings monthly (were weekly) (opencontainers#910) e27acdd implementations: Replace "cc-oci-runtime" with "cc-runtime" (opencontainers#922) ec4cc47 implementations: add crun (opencontainers#929) d4990d1 implementations: add bwrap-oci (opencontainers#929) 8a16f08 .mailmap: Consolidate James' entries (opencontainers#924) Signed-off-by: W. Trevor King <[email protected]>
Through a5276ae (Merge pull request opencontainers#929 from giuseppe/add-more-implementations, 2017-10-23). There have also been a few non-spec changes which I have not documented in the ChangeLog: 13b4639 .pullapprove.yml: Switch to v2 and other project-template updates (opencontainers#902) f6f2514 README: Make meetings monthly (were weekly) (opencontainers#910) e27acdd implementations: Replace "cc-oci-runtime" with "cc-runtime" (opencontainers#922) ec4cc47 implementations: add crun (opencontainers#929) d4990d1 implementations: add bwrap-oci (opencontainers#929) 8a16f08 .mailmap: Consolidate James' entries (opencontainers#924) Signed-off-by: W. Trevor King <[email protected]>
No description provided.