Versions in this module Expand all Collapse all v0 v0.0.3 May 31, 2024 Changes in this version + type Image interface + RepoDigests func() []string + RepoTags func() []string + func ContainerdImage(ctx context.Context, imageName string) (Image, func(), error) + func DockerImage(ref name.Reference, host string) (Image, func(), error) + func PodmanImage(ref string) (Image, func(), error)