StorageImage returns the underlying storage.Image.
()
| 111 | |
| 112 | // StorageImage returns the underlying storage.Image. |
| 113 | func (i *Image) StorageImage() *storage.Image { |
| 114 | return i.storageImage |
| 115 | } |
| 116 | |
| 117 | // NamesHistory returns a string array of names previously associated with the |
| 118 | // image, which may be a mixture of tags and digests. |
no outgoing calls