From 990f7dbf7d8487356c228a59f73a57320ea8a9fb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 16 Sep 2015 20:47:49 -0700 Subject: [PATCH] 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 4991032fb..5cd16b987 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