The highest tagged major version is
v2 .
Discover Packages
github.com/containerd/nerdctl
pkg
referenceutil
package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
ParseDockerRef parses the passed reference with assuming it's a docker reference.
ParseIPFSRefWithScheme parses the passed reference with assuming it's an IPFS reference with scheme prefix.
type Reference interface {
String() string
}
Reference is a reference to an image.
ParseAny parses the passed reference with allowing it to be non-docker reference.
If the ref has IPFS scheme or can be parsed as CID, it's parsed as an IPFS reference.
Otherwise it's parsed as a docker reference.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.