Skip to content

Commit d8bf367

Browse files
committed
Add proposal for libocispec
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 93c9b0e commit d8bf367

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ https://groups.google.com/a/opencontainers.org/forum/#!forum/tob (tob@opencontai
2424
* [Image Format Spec](https://github.com/opencontainers/tob/tree/master/proposals/image-format)
2525
* [SELinux](https://github.com/opencontainers/tob/blob/master/proposals/selinux.md)
2626
* [Tools](https://github.com/opencontainers/tob/blob/master/proposals/tools.md)
27+
* [libocispec](https://github.com/opencontainers/tob/blob/master/proposals/libocispec.md)
2728

2829
## Voting
2930

proposals/libocispec.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# OCI libocispec project proposal
2+
3+
## Abstract
4+
Provide a C library for parsing and handle OCI runtime spec file and OCI image spec files.
5+
6+
## Proposal
7+
With repositories under the http://github.com/opencontainers organization:
8+
9+
Rename (transfer) https://github.com/giuseppe/libocispec would become https://github.com/opencontainers/libocispec.
10+
11+
### Initial Maintainers
12+
Initial maintainers of the libocispec project:
13+
* Giuseppe Scrivano <[email protected]> (@gscrivano)
14+
* Qiang Huang <[email protected]>
15+
16+
### Code of Conduct
17+
This project would incorporate (by reference) the OCI Code of Conduct.
18+
19+
### Governance and Releases
20+
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
21+
22+
### Project Communications
23+
Both of the proposed projects would continue to use existing channels in use by the OCI developer community for communication including:
24+
* GitHub for issues and pull requests
25+
* The [email protected] email list
26+
* The weekly OCI developer community conference call
27+
* The #OpenContainers IRC channel
28+
29+
### Versioning / Roadmap
30+
It aims to be a C library to be statically linked in the projects that need it.
31+
32+
## Frequenty Asked Questions (FAQ)
33+
34+
**Q: Does this change the OCI Charter or Scope Table?**
35+
36+
A: No. Nothing in this proposal is intended to amend the OCI Charter (https://www.opencontainers.org/about/governance) or OCI Scope Table (https://www.opencontainers.org/about/oci-scope-table).

0 commit comments

Comments
 (0)