Skip to content

Commit b39a80c

Browse files
committed
Replacing deprecated property
1 parent 865453d commit b39a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/docker/utils/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func SummariesToImages(summaries []dockertypes.ImageSummary) ([]v1.DockerImage,
9595
ID: summary.ID,
9696
RepoTags: summary.RepoTags,
9797
Created: summary.Created,
98-
VirtualSize: summary.VirtualSize,
98+
VirtualSize: summary.Size,
9999
Size: summary.Size,
100100
}
101101
out = append(out, di)

0 commit comments

Comments
 (0)