NamesHistory returns a string array of names previously associated with the image, which may be a mixture of tags and digests.
()
| 117 | // NamesHistory returns a string array of names previously associated with the |
| 118 | // image, which may be a mixture of tags and digests. |
| 119 | func (i *Image) NamesHistory() []string { |
| 120 | return i.storageImage.NamesHistory |
| 121 | } |
| 122 | |
| 123 | // ID returns the ID of the image. |
| 124 | func (i *Image) ID() string { |
no outgoing calls