Size computes the size of the image layers and associated data.
()
| 765 | |
| 766 | // Size computes the size of the image layers and associated data. |
| 767 | func (i *Image) Size() (int64, error) { |
| 768 | return i.runtime.store.ImageSize(i.ID()) |
| 769 | } |
| 770 | |
| 771 | // HasDifferentDigestOptions allows for customizing the check if another |
| 772 | // (remote) image has a different digest. |