diff --git a/core/images/archive/reference.go b/core/images/archive/reference.go index e167f2d5e..5e12eb98f 100644 --- a/core/images/archive/reference.go +++ b/core/images/archive/reference.go @@ -72,7 +72,6 @@ func isImagePrefix(s, prefix string) bool { } func normalizeReference(ref string) (string, error) { - // TODO: Replace this function to not depend on reference package normalized, err := distref.ParseDockerRef(ref) if err != nil { return "", fmt.Errorf("normalize image ref %q: %w", ref, err)