1 parent 6209efc commit f21e591Copy full SHA for f21e591
1 file changed
annotations.md
@@ -40,6 +40,9 @@ This specification defines the following annotation keys, intended for but not l
40
```
41
* **org.opencontainers.image.title** Human-readable title of the image (string)
42
* **org.opencontainers.image.description** Human-readable description of the software packaged in the image (string)
43
+* **org.opencontainers.image.org.opencontainers.image.enc.keys.pkcs7** Base64 comma separated [PKCS7(RFC2315)](https://tools.ietf.org/html/rfc2315) encrypted messages that contain wrapped LayerBlockCipherOptions JSON objects for [encryption](layer.md#layer-encryption)
44
+* **org.opencontainers.image.org.opencontainers.image.enc.keys.jwe** Base64 comma separated [JWE(RFC7516)](https://tools.ietf.org/html/rfc7516) encrypted messages that contain wrapped LayerBlockCipherOptions JSON objects for [encryption](layer.md#layer-encryption)
45
+* **org.opencontainers.image.org.opencontainers.image.enc.keys.openpgp** Base64 comma separated [OpenPGP(RFC4880)](https://tools.ietf.org/html/rfc4880) encrypted messages that contain wrapped LayerBlockCipherOptions JSON objects for [encryption](layer.md#layer-encryption)
46
47
## Back-compatibility with Label Schema
48
0 commit comments