Skip to content

Commit

Permalink
Fix the image name error by changing ImageFamilyName to ImageName
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Jan 15, 2025
1 parent 320970a commit 7308164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func ExtractImageDescribeInfo(image *ecs.Image) irs.ImageInfo {
// //Name: image.ImageName,
// Status: image.Status,
// GuestOS: image.OSNameEn,
Name: image.ImageFamily,
Name: image.ImageName,
OSArchitecture: irs.OSArchitecture(image.Architecture),
OSPlatform: irs.OSPlatform(image.Platform),
OSDistribution: image.Description,
Expand Down

0 comments on commit 7308164

Please sign in to comment.