aboutsummaryrefslogtreecommitdiff
path: root/libpod/image/pull_test.go
Commit message (Expand)AuthorAge
* Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedNameMiloslav Trmač2019-01-14
* Use imageParts.referenceWithRegistry in getPullRefPairMiloslav Trmač2019-01-14
* Don't use imageParts.assemble when pulling from a qualified nameMiloslav Trmač2019-01-14
* We are mistakenly seeing repos as registries.Daniel J Walsh2018-08-31
* Replace getPullRefName by Runtime.getPullRefPairMiloslav Trmač2018-08-02
* Test Runtime.pullGoalFromPossiblyUnqualifiedName instead of pullGoalNameFrom...Miloslav Trmač2018-08-02
* Test Runtime.pullGoalFromImageReference instead of pullGoalNamesFromImageRefe...Miloslav Trmač2018-08-02
* Do not re-parse the list of search registries just for an error messageMiloslav Trmač2018-08-01
* Eliminate duplicate determination whether to use search registriesMiloslav Trmač2018-08-01
* Eliminate the "DockerArchive means pull all refPairs" special caseMiloslav Trmač2018-08-01
* Introduce struct pullGoalNamesMiloslav Trmač2018-08-01
* Use []pullRefName instead of []*pullRefNameMiloslav Trmač2018-08-01
* Remove the error return value from getPullRefNameMiloslav Trmač2018-08-01
* Split refNamesFromImageReference from Runtime.getPullListFromRefMiloslav Trmač2018-08-01
* Replace getPullRefPair with getPullRefNameMiloslav Trmač2018-08-01
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23