diff --git a/graph/pull.go b/graph/pull.go index 775c318af1e76df5f46be5364c4a503919ca1b55..a7394a4b92931ef028d2654c08e09f476e770b72 100644 --- a/graph/pull.go +++ b/graph/pull.go @@ -177,7 +177,7 @@ func (s *TagStore) pullRepository(r *registry.Session, out io.Writer, localName, repoData, err := r.GetRepositoryData(remoteName) if err != nil { if strings.Contains(err.Error(), "HTTP code: 404") { - return fmt.Errorf("Error: image %s not found", remoteName) + return fmt.Errorf("Error: image %s:%s not found", remoteName, askedTag) } // Unexpected HTTP error return err