Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + var DockerTagMaxSize = 128 + func CheckPushPermissions(ctx context.Context, image string) error + func GetImage(ctx context.Context, image string) (v1.Image, error) + func GetImageConfig(ctx context.Context, image string, log log.Logger) (*v1.ConfigFile, v1.Image, error) + func GetImageConfigForArch(ctx context.Context, image, arch string, log log.Logger) (*v1.ConfigFile, v1.Image, error) + func GetImageForArch(ctx context.Context, image, arch string) (v1.Image, error) + func GetKeychain(ctx context.Context) (authn.Keychain, error) + func IsValidDockerTag(tag string) bool + func ValidateTags(tags []string) error