From 944067f764f0a705105ef332534b0ef02638b079 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 16 Sep 2015 20:44:06 -0700 Subject: [PATCH 1/2] implementations: Link to mrunalp/ocitools Mrunal mentioned this during today's meeting, and linking to it will hopefully reduce the amount of duplicated effort in this area. Signed-off-by: W. Trevor King --- implementations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/implementations.md b/implementations.md index b9401e5b..4991032f 100644 --- a/implementations.md +++ b/implementations.md @@ -11,6 +11,10 @@ If you know of any associated projects that are not listed here, please file a p * [hyperhq/runv](https://github.com/hyperhq/runv) - Hypervisor-based runtime for OCI +## Bundle authoring + +* [mrunalp/ocitools](https://github.com/mrunalp/ocitools) - A config generator. + ## Testing * [huawei-openlab/oct](https://github.com/huawei-openlab/oct) - Open Container Testing framework for OCI configuration and runtime From 990f7dbf7d8487356c228a59f73a57320ea8a9fb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 16 Sep 2015 20:47:49 -0700 Subject: [PATCH 2/2] implementations: Link to kunalkushwaha/octool Kunal mentioned this tool in this thread [1]. There's some discussion with David Liang of OCT in that thread where Kunal and David seem to be trying to find common ground and avoid duplicating effort, but both projects seem to be moving along on their own now. I think we should link to both, and we can always remove a link later if/when the two projects get together to provide a common validator framework. Entries in this list (the first in implementations.md with two entries in a category) are alphabetical by whatever the first text is in the enter. [1]: https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/B2qQ9itIsgI Message-Id: Signed-off-by: W. Trevor King --- implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations.md b/implementations.md index 4991032f..5cd16b98 100644 --- a/implementations.md +++ b/implementations.md @@ -13,6 +13,7 @@ If you know of any associated projects that are not listed here, please file a p ## Bundle authoring +* [kunalkushwaha/octool](https://github.com/kunalkushwaha/octool) - A config linter and validator. * [mrunalp/ocitools](https://github.com/mrunalp/ocitools) - A config generator. ## Testing