mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
annotations: Add missing firmware and hashes to asset annotations
These annotations were missing from the list of what are considered as assets. Add these to existing list. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
46b68157d1
commit
30d0b7add7
@ -326,8 +326,11 @@ func addAssetAnnotations(ocispec specs.Spec, config *vc.SandboxConfig) {
|
||||
vcAnnotations.KernelPath,
|
||||
vcAnnotations.ImagePath,
|
||||
vcAnnotations.InitrdPath,
|
||||
vcAnnotations.FirmwarePath,
|
||||
vcAnnotations.KernelHash,
|
||||
vcAnnotations.ImageHash,
|
||||
vcAnnotations.InitrdHash,
|
||||
vcAnnotations.FirmwareHash,
|
||||
vcAnnotations.AssetHashType,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user