Platform returns the platform match comparer. Can be nil.
()
| 65 | Metadata() images.Image |
| 66 | // Platform returns the platform match comparer. Can be nil. |
| 67 | Platform() platforms.MatchComparer |
| 68 | // Spec returns the OCI image spec for a given image. |
| 69 | Spec(ctx context.Context) (ocispec.Image, error) |
| 70 | } |