summaryrefslogtreecommitdiff
path: root/daemon/containerd/image_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/containerd/image_list.go')
-rw-r--r--daemon/containerd/image_list.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/containerd/image_list.go b/daemon/containerd/image_list.go
index a9f3405353..66326c1207 100644
--- a/daemon/containerd/image_list.go
+++ b/daemon/containerd/image_list.go
@@ -250,7 +250,6 @@ func (i *ImageService) singlePlatformImage(ctx context.Context, contentStore con
RepoDigests: repoDigests,
RepoTags: repoTags,
Size: totalSize,
- VirtualSize: totalSize, //nolint:staticcheck // ignore SA1019: field is deprecated, but still set on API < v1.44.
// -1 indicates that the value has not been set (avoids ambiguity
// between 0 (default) and "not set". We cannot use a pointer (nil)
// for this, as the JSON representation uses "omitempty", which would