Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ImageSources = []string{SourceDockerEngine.String(), SourcePodmanEngine.String(), SourceDockerArchive.String()}
Functions ¶
func GetImageResolver ¶
func GetImageResolver(r ImageSource) (image.Resolver, error)
Types ¶
type ImageSource ¶
type ImageSource int
const ( SourceUnknown ImageSource = iota SourceDockerEngine SourcePodmanEngine SourceDockerArchive )
func DeriveImageSource ¶
func DeriveImageSource(image string) (ImageSource, string)
func ParseImageSource ¶
func ParseImageSource(r string) ImageSource
func (ImageSource) String ¶
func (r ImageSource) String() string
Click to show internal directories.
Click to hide internal directories.