Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageResolver ¶
type ImageResolver interface {
// ResolveImageReference will use the image resolver to map an image reference
// to the image's SHA256 value from the registry.
ResolveImageReference(imageReference string) (string, error)
}
ImageResolve implements a method of identifying an image reference.
type Skopeo ¶
type Skopeo struct {
// contains filtered or unexported fields
}
Skopeo is the default image resolver using skopeo.
func NewSkopeoResolver ¶
NewSkopeoResolver returns the skopeo resolver setting the exec filepath and the authfile used by skopeo.
Click to show internal directories.
Click to hide internal directories.