mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +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.KernelPath,
|
||||||
vcAnnotations.ImagePath,
|
vcAnnotations.ImagePath,
|
||||||
vcAnnotations.InitrdPath,
|
vcAnnotations.InitrdPath,
|
||||||
|
vcAnnotations.FirmwarePath,
|
||||||
vcAnnotations.KernelHash,
|
vcAnnotations.KernelHash,
|
||||||
vcAnnotations.ImageHash,
|
vcAnnotations.ImageHash,
|
||||||
|
vcAnnotations.InitrdHash,
|
||||||
|
vcAnnotations.FirmwareHash,
|
||||||
vcAnnotations.AssetHashType,
|
vcAnnotations.AssetHashType,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user