Skip to content

Commit 38f6285

Browse files
authored
Mark docker.image.virtualsize deprecated (#6016)
This is deprecated in the SDK and is replaced with size which we already use Signed-off-by: Tim Smith <tsmith84@gmail.com>
1 parent 184cf9a commit 38f6285

File tree

1 file changed

+1
-1
lines changed
  • providers/os/resources

1 file changed

+1
-1
lines changed

providers/os/resources/os.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ docker.image {
969969
id string
970970
// Image size in kilobytes
971971
size int
972-
// Virtual image size in kilobytes
972+
// Virtual image size in kilobytes. Deprecated; use size instead
973973
virtualsize int
974974
// Tag key value pairs
975975
tags []string

0 commit comments

Comments
 (0)