Skip to content

Commit

Permalink
Remove deprecated VirtualSize info
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Sep 24, 2023
1 parent d7751fa commit 70ef3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/runner_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func (a RunnerDockerAdapter) Info(instance types.Instance) (map[string]any, erro
"architecture": imageInfo.Architecture,
"os": imageInfo.Os,
"size": imageInfo.Size,
"virtual_size": imageInfo.VirtualSize,
"tags": imageInfo.RepoTags,
},
}, nil
Expand Down

0 comments on commit 70ef3ef

Please sign in to comment.