We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9824cf commit cc091f8Copy full SHA for cc091f8
1 file changed
oci-api-changes.md
@@ -0,0 +1,15 @@
1
+The TUF + Notary design will require a few additions to the OCI specification.
2
+
3
+The specification will need to support the following media types:
4
5
+* A metadata type that refers to images or other metadata files. This can be a
6
+general type for any metadata, or could be broken into the following subtypes,
7
+described in more detail in the design:
8
+ * Targets metadata
9
+ * Snapshot metadata
10
+ * Timestamp metadata
11
+ * Root metadata
12
13
+ These metadata files will need to be accessed by name so that the user can
14
+ download the latest versions of them. This access by name could be achieved
15
+ using existing tag resolution mechanisms.
0 commit comments