Remove hijack from api when not necessary
							parent
							
								
									c8c892fec4
								
							
						
					
					
						commit
						40ccd26d82
					
				|  | @ -175,7 +175,6 @@ func (r *Registry) GetRemoteTags(registries []string, repository string, token [ | |||
| } | ||||
| 
 | ||||
| func (r *Registry) GetRepositoryData(remote string) (*RepositoryData, error) { | ||||
| 	utils.Debugf("Pulling repository %s from %s\r\n", remote, auth.IndexServerAddress()) | ||||
| 	repositoryTarget := auth.IndexServerAddress() + "/repositories/" + remote + "/images" | ||||
| 
 | ||||
| 	req, err := http.NewRequest("GET", repositoryTarget, nil) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue