Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 0df561d

Browse files
authored
Merge pull request #1 from SteveLasker/initial-artifact-content
initial artifacts content
2 parents 8e9e9d0 + 23d381a commit 0df561d

File tree

2 files changed

+46
-12
lines changed

2 files changed

+46
-12
lines changed

MAINTAINERS

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
This meta-project is maintained by the union of MAINTAINERS for all OCI Projects [1].
2-
3-
Other OCI Projects should list one maintainer per line, with a name, email address, and GitHub username:
4-
5-
Random J Developer <[email protected]> (@RandomJDeveloperExample)
6-
A. U. Thor <[email protected]> (@AUThorExample)
7-
8-
[1]: https://github.com/opencontainers/
1+
- Steve Lasker <[email protected]> (@stevelasker)
2+
- Derek McGowan <[email protected]> (@derekmcgowan)
3+
- Mike Brown <[email protected]> (@mikebrow)
4+
- Stephen Day <[email protected]> (@stevvooe)

README.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,49 @@
1-
# OCI Project Template
1+
# OCI Artifacts
22

3-
Useful boilerplate and organizational information for all OCI projects.
3+
Container registries, implementing the [distribution-spec][distribution-spec], provide reliable, highly scalable, secured storage services for container images. Customers either use a cloud provider implementation, vendor implementations, or instance the open source implementation of [distribution][distribution]. They configure security and networking to assure the images in the registry are locked down and accessible by the resources required. Cloud providers and vendors often provide additional values atop their registry implementations from security to productivity features.
4+
5+
Applications and services typically require additional artifacts to deploy and manage, including [helm](https://helm.sh) for deployment and [Open Policy Agent (OPA)](https://github.com/open-policy-agent/opa/issues/1413) for policy enforcement.
6+
7+
Utilizing the [manifest][image-manifest] and [index][image-index] definitions, new artifacts, such as the [Singularity project][singularity], can be stored and served using the [distribution-spec][distribution-spec].
8+
9+
This repository provides a reference for artifact authors and registry implementors for supporting new artifact types with the existing implementations of distribution.
10+
11+
By providing an OCI artifact definition, the community can continue to innovate, focusing on new artifact types without having to build yet another storage solution (YASS).
12+
13+
## Table of Contents
414

5-
* README (this file)
615
* [The Apache License, Version 2.0](LICENSE)
7-
* [A list of maintainers](MAINTAINERS)
16+
* [Maintainers](MAINTAINERS)
817
* [Maintainer guidelines](MAINTAINERS_GUIDE.md)
918
* [Contributor guidelines](CONTRIBUTING.md)
1019
* [Project governance](GOVERNANCE.md)
1120
* [Release procedures](RELEASES.md)
21+
22+
## Code of Conduct
23+
24+
This project incorporates (by reference) the OCI [Code of Conduct][code-of-conduct].
25+
26+
## Governance and Releases
27+
28+
This project incorporates the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
29+
30+
## Project Communications
31+
32+
This project would continue to use existing channels in use by the [OCI developer community for communication](https://github.com/opencontainers/org#communications)
33+
34+
### Versioning / Roadmap
35+
36+
Artifacts will reference specific [distribution][distribution-spec], [index][image-index] and [manifest][image-manifest] versions in its examples, identifying any dependencies required.
37+
38+
## Frequently Asked Questions (FAQ)
39+
40+
**Q: Does this change the OCI Charter or Scope Table?**
41+
42+
A: No. Artifacts are a prescriptive means of storing [index][image-index] and [manifest][image-manifest] within [distribution][distribution-spec] implementations.
43+
44+
[distribution-spec]: https://github.com/opencontainers/distribution-spec/
45+
[code-of-conduct]: https://github.com/opencontainers/org/blob/master/CODE_OF_CONDUCT.md
46+
[image-manifest]: https://github.com/opencontainers/image-spec/blob/master/manifest.md
47+
[image-index]: https://github.com/opencontainers/image-spec/blob/master/image-index.md
48+
[distribution]: https://github.com/docker/distribution
49+
[singularity]: https://github.com/sylabs/singularity

0 commit comments

Comments
 (0)