EmbeddedDockerReferenceConflicts whether a Docker reference embedded in the manifest, if any, conflicts with destination ref. It returns false if the manifest does not embed a Docker reference. (This embedding unfortunately happens for Docker schema1, please do not add support for this in any new fo
(ref reference.Named)
| 418 | // It returns false if the manifest does not embed a Docker reference. |
| 419 | // (This embedding unfortunately happens for Docker schema1, please do not add support for this in any new formats.) |
| 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. |
no outgoing calls
no test coverage detected