mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-09 09:24:24 +01: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:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user