You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: annotations.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ This specification defines the following annotation keys, intended for but not l
53
53
- This SHOULD be the immediate image sharing zero-indexed layers with the image, such as from a Dockerfile `FROM` statement.
54
54
- This SHOULD NOT reference any other images used to generate the contents of the image (e.g., multi-stage Dockerfile builds).
55
55
- If the `image.base.name` annotation is specified, the `image.base.digest` annotation SHOULD be the digest of the manifest referenced by the `image.ref.name` annotation.
56
+
- **org.opencontainers.image.security** URL to get the image security policy (see [RFC 9116][rfc9116] for an example). (string)
56
57
57
58
## Back-compatibility with Label Schema
58
59
@@ -74,10 +75,12 @@ While users are encouraged to use the **org.opencontainers.image** keys, tools M
74
75
| `authors` | | No equivalent in Label Schema |
75
76
| `licenses` | | No equivalent in Label Schema |
76
77
| `ref.name` | | No equivalent in Label Schema |
78
+
| `security` | | No equivalent in Label Schema |
77
79
| | `schema-version`| No equivalent in the OCI Image Spec |
78
80
| | `docker.*`, `rkt.*` | No equivalent in the OCI Image Spec |
0 commit comments