Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRunner ¶
type CommandRunner interface { containertools.CommandRunner Unpack(image, src, dst string) error }
CommandRunner provides some basic methods for manipulating images via an external container tool.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry enables manipulation of images via exec podman/docker commands.
func NewRegistry ¶
func NewRegistry(tool containertools.ContainerTool, logger *logrus.Entry, opts ...containertools.RunnerOption) (registry *Registry, err error)
NewRegistry instantiates and returns a new registry which manipulates images via exec podman/docker commands.
Click to show internal directories.
Click to hide internal directories.