feat: support containerd subject annotations

This commit is contained in:
mrjoelkamp
2024-09-19 14:59:54 -05:00
parent 2ace988b1c
commit fd4e741a1f
78 changed files with 1034 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
{
"schemaVersion": 2,
"manifests": [
{
"mediaType": "application/vnd.oci.image.index.v1+json",
"digest": "sha256:db8f2a6e112ea6396f57d073269ecfac61e8dcdad3a4a643dcb577522492f898",
"size": 1607,
"annotations": {
"org.opencontainers.image.ref.name": "test"
}
}
]
}