Digests is a list of digest values of the image's manifests, and possibly a manually-specified value, that we can use to locate the image. If Digest is set, its value is also in this list.
()
| 137 | // manually-specified value, that we can use to locate the image. If Digest is |
| 138 | // set, its value is also in this list. |
| 139 | func (i *Image) Digests() []digest.Digest { |
| 140 | return i.storageImage.Digests |
| 141 | } |
| 142 | |
| 143 | // IsReadOnly returns whether the image is set read only. |
| 144 | func (i *Image) IsReadOnly() bool { |
no outgoing calls