|
2 | 2 |
|
3 | 3 | ## Abstract ## |
4 | 4 |
|
5 | | -The [ORAS project][oras-project] is a CLI that can publish arbitrary content to an OCI registry, with special features for setting mediatypes on manifest configs and on content. |
| 5 | +The [ORAS project][oras-project] is a CLI that can publish arbitrary content to an [OCI Spec Compliant](https://github.com/opencontainers/oci-conformance) registry, with special features for setting mediatypes on manifest configs and on content. |
6 | 6 |
|
7 | | -In order to provide OCI end users a method to publish and retrieve any type of content to/from an OCI registry, as well as a reference implementation for the in-progress artifacts spec, ORAS should be moved under the opencontainers GitHub org. |
| 7 | +In order to provide OCI end users a method to publish and retrieve any type of content to/from an OCI registry, as well as a reference implementation for the artifacts project, ORAS should be moved under the opencontainers GitHub org. |
8 | 8 |
|
9 | 9 | [oras-project]: https://github.com/deislabs/oras |
10 | 10 |
|
@@ -151,7 +151,6 @@ Initial maintainers of the ORAS project would be: |
151 | 151 | * Sajay Antony <sajaya@microsoft.com> (@sajayantony) |
152 | 152 | * Steve Lasker <steve.lasker@microsoft.com> (@stevelasker) |
153 | 153 | * Jimmy Zelinskie <jimmyzelinskie@gmail.com> (@jzelinskie) |
154 | | -* Matt Fisher <matt.fisher@microsoft.com> (@bacongobbler) |
155 | 154 |
|
156 | 155 | ### Code of Conduct ### |
157 | 156 | This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct]. |
@@ -192,5 +191,5 @@ This proposal does not intend to amend the [OCI Charter][oci-charter]. |
192 | 191 | [oci-charter]: https://www.opencontainers.org/about/governance |
193 | 192 |
|
194 | 193 | *Q: Who are the other target users of ORAS?* |
195 | | -A: Users seeking a common way to store different types of content (not just container images), |
| 194 | +A: Users seeking a common way to store different types of content (not just container runtime images), |
196 | 195 | using the OCI Distribution Spec as the baseline API. |
0 commit comments