Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial proposal for changes to the OCI specification #30

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.