Skip to content

Commit

Permalink
Merge pull request #9977 from thaJeztah/remove_todo
Browse files Browse the repository at this point in the history
core/images/archive: normalizeReference: remove outdated TODO
  • Loading branch information
estesp committed Mar 25, 2024
2 parents 3b0b3e5 + d0d35f0 commit b450bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/images/archive/reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b450bff

Please sign in to comment.