LayerInfos returns a list of BlobInfos of layers referenced by this image, in order (the root layer first, and then successive layered layers). The Digest field is guaranteed to be provided, Size may be -1 and MediaType may be optionally provided. WARNING: The list may contain duplicates, and they a
()
| 410 | // The Digest field is guaranteed to be provided, Size may be -1 and MediaType may be optionally provided. |
| 411 | // WARNING: The list may contain duplicates, and they are semantically relevant. |
| 412 | LayerInfos() []BlobInfo |
| 413 | // LayerInfosForCopy returns either nil (meaning the values in the manifest are fine), or updated values for the layer blobsums that are listed in the image's manifest. |
| 414 | // The Digest field is guaranteed to be provided, Size may be -1 and MediaType may be optionally provided. |
| 415 | // WARNING: The list may contain duplicates, and they are semantically relevant. |
no outgoing calls