Skip to content

Commit

Permalink
Initial proposal for changes to the OCI specification
Browse files Browse the repository at this point in the history
Signed-off-by: Marina Moore <mnm678@gmail.com>
  • Loading branch information
mnm678 committed Jan 20, 2021
1 parent a3d6785 commit 28360b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions oci-api-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The TUF + Notary design will require a few additions to the OCI specification.

The specification will need to support the following media types:

* A metadata type that refers to images or other metadata files. This can be a
general type for any metadata, or could be broken into the following subtypes,
described in more detail in the design:
* Targets metadata
* Snapshot metadata
* Timestamp metadata
* Root metadata

These metadata files will need to be accessed by name so that the user can
download the latest versions of them. This access by name could be achieved
using existing tag resolution mechanisms.

0 comments on commit 28360b9

Please sign in to comment.