forked from opencontainers/tob
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eba40bd
commit 4fa7473
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# OCI Runtime-Tools and Image-Tools Project Proposals | ||
|
||
## Abstract | ||
The below proposal contemplates creation of two tools projects (runtime-tools and image-tools.) | ||
These would be associated with the OCI specification projects (runtime-spec and image-spec) and serve as repositories for testing tools. | ||
|
||
## Background | ||
Testing tools have been organically developed by the OCI developer community. | ||
These include: | ||
* Runtime-spec test code in a OCITools repository | ||
* Image-spec test code in the image-spec repository | ||
On Wednesday, June 8th, 2016, the OCI developer community discussed potential location(s) for tools associated with specs. | ||
|
||
Pro and con arguments were raised for both: | ||
* A. Having test tools in separate repositories for specs (while possibly keeping schemas with the specs) | ||
* B. Keeping test tools in the same repository as a spec (with independent versioning of files) | ||
|
||
The below proposal describes option A. | ||
|
||
## Proposal | ||
Create runtime-tools and image-tools repositories under the http://github.com/OpenContainers organization. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
wking
via email
|
||
|
||
### Initial Maintainers | ||
Initial maintainers of the runtime-tools project shall be: | ||
* Maintainers of the runtime-spec project | ||
* The four most active contributors (by commit count) to the OCITools project | ||
|
||
Initial maintainers of the image-tools project shall be: | ||
* Maintainers of the image-spec project | ||
|
||
### Code of Conduct | ||
Both of the proposed projects would incorporate (by referencer) the OCI Code of Conduct from the | ||
|
||
### Project Communications | ||
Both of the proposed projects would continue to use existing channels in use by the OCI developer community for communication including: | ||
* GitHub for issues and pull requests | ||
* The [email protected] email list | ||
* The weekly OCI developer community conference call | ||
* The #OpenContainers IRC channel | ||
|
||
### Versioning / Roadmap | ||
Released version numbers of the runtime-tools and image-tools projects should roughly align with released verions of the associated specs projects. | ||
This comment has been minimized.
Sorry, something went wrong.
wking
|
||
|
||
It is expected that releases of the tools projects will follow releases of the specs projects by anywhere from a few days to a few months. |
My understanding from the 2016-06-08 meeting was that the proposal was going to be closer to “the TOB grants *-spec projects the ability to create *-tools projects if they are so inclined”. The wording here sounds more like “the TOB is creating separate *-tools projects”. I think the rest of this document can handle the more relaxed approach here without major changes, so I'd suggest rewording this section to that effect.