Skip to content

Commit 0651851

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

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
15+
### Code of Conduct
16+
This project would incorporate (by reference) the OCI Code of Conduct.
17+
18+
### Governance and Releases
19+
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
20+
21+
### Project Communications
22+
Both of the proposed projects would continue to use existing channels in use by the OCI developer community for communication including:
23+
* GitHub for issues and pull requests
24+
* The [email protected] email list
25+
* The weekly OCI developer community conference call
26+
* The #OpenContainers IRC channel
27+
28+
### Versioning / Roadmap
29+
It aims to be a C library to be statically linked in the projects that need it.
30+
31+
## Frequenty Asked Questions (FAQ)
32+
33+
**Q: Does this change the OCI Charter or Scope Table?**
34+
35+
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)