Skip to content

Commit ecbb378

Browse files
committed
incorporate versioning feedback, resolve typos
Signed-off-by: Steve Lasker <[email protected]>
1 parent 01cc5c9 commit ecbb378

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

proposals/artifacts.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# OCI artifact project proposal
22

33
## Abstract
4-
Container registries, implementing the [distribution-spec][distribtuion-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. 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+
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. 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.
55

66
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.
77

88
Utilizing the [manifest][image-manifest] and [index][image-index] definitions, new artifacts can be stored and served using the [distribution-spec][distribution-spec] without changing the actual distribution spec. This repository will provide a reference for artifact authors and registry implementors for supporting new artifact types with the existing implementations of distribution.
99

10-
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).
10+
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).
1111

1212
## Proposal
1313
Under the http://github.com/opencontainers organization:
@@ -42,9 +42,11 @@ Both of the proposed projects would continue to use existing channels in use by
4242
* The #OpenContainers IRC channel
4343

4444
### Versioning / Roadmap
45-
Artifacts will reference specific [distribution][distribution-spec], [index][image-index] and [manifest][image-manifest] versions in its examples, identifying any dependencies required.
45+
This repository will not be versioned, but will be continuously updated with a list of versioned types with historical references. This repository will not have releases.
4646

47-
## Frequenty Asked Questions (FAQ)
47+
Artifacts will reference specific [distribution][distribution-spec], [index][image-index] and [manifest][image-manifest] versions in its examples and references for capabilities.
48+
49+
## Frequently Asked Questions (FAQ)
4850

4951
**Q: Does this change the OCI Charter or Scope Table?**
5052

0 commit comments

Comments
 (0)