Inspect returns various information for (skopeo inspect) parsed from the manifest and configuration.
(context.Context)
| 420 | EmbeddedDockerReferenceConflicts(ref reference.Named) bool |
| 421 | // Inspect returns various information for (skopeo inspect) parsed from the manifest and configuration. |
| 422 | Inspect(context.Context) (*ImageInspectInfo, error) |
| 423 | // UpdatedImageNeedsLayerDiffIDs returns true iff UpdatedImage(options) needs InformationOnly.LayerDiffIDs. |
| 424 | // This is a horribly specific interface, but computing InformationOnly.LayerDiffIDs can be very expensive to compute |
| 425 | // (most importantly it forces us to download the full layers even if they are already present at the destination). |
no outgoing calls