summaryrefslogtreecommitdiff
path: root/libpod/image/pull.go
Commit message (Expand)AuthorAge
...
* Introduce struct pullGoalMiloslav Trmač2018-08-01
* Use []pullRefPair instead of []*pullRefPairMiloslav Trmač2018-08-01
* Use []pullRefName instead of []*pullRefNameMiloslav Trmač2018-08-01
* Introduce singlePullRefNameGoalMiloslav Trmač2018-08-01
* Use an early return from refNamesFromPossiblyUnqualifiedNameMiloslav Trmač2018-08-01
* Remove an unnecessary use of alltransports.ParseImageNameMiloslav Trmač2018-08-01
* Don't format to string and re-parse a DockerReference()Miloslav Trmač2018-08-01
* Remove the :// end from DockerTransportMiloslav Trmač2018-08-01
* Remove the TransportNames arraysMiloslav Trmač2018-08-01
* Document the properties of DefaultTransport a bit better.Miloslav Trmač2018-08-01
* Eliminate the "dest" variable.Miloslav Trmač2018-08-01
* Use an early exit if a docker-archive: image has no repo tagsMiloslav Trmač2018-08-01
* Reorganize the tag loading in DockerArchive caseMiloslav Trmač2018-08-01
* Return early in refNamesFromImageReference instead of appending to pullNamesMiloslav Trmač2018-08-01
* Use srcRef.StringWithinTransport() instead of parsing imgName againMiloslav Trmač2018-08-01
* Use a switch instead of if/if else/.../elseMiloslav Trmač2018-08-01
* Remove the error return value from getPullRefNameMiloslav Trmač2018-08-01
* Rename getPullListFromRef to refPairsFromImageReferenceMiloslav Trmač2018-08-01
* Split refNamesFromImageReference from Runtime.getPullListFromRefMiloslav Trmač2018-08-01
* Replace getPullRefPair with getPullRefNameMiloslav Trmač2018-08-01
* Include the rejected reference when parsing it fails in pullRefPairsFromRefNamesMiloslav Trmač2018-08-01
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23
* Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedNameMiloslav Trmač2018-07-23
* Rename local variables in Runtime.pullRefPairsFromRefNamesMiloslav Trmač2018-07-23
* Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPullMiloslav Trmač2018-07-23
* Rename nameToPull to pullRefNameMiloslav Trmač2018-07-23
* Rename pullStruct to pullRefPairMiloslav Trmač2018-07-23
* Replace optional nameToPull.shaPullName with mandatory dstNameMiloslav Trmač2018-07-23
* Introduce nameToPull, move shaPullName in thereMiloslav Trmač2018-07-23
* Remove Image.isShortNameMiloslav Trmač2018-07-23
* Merge pull request #1103 from haircommander/load_dockerlessMatthew Heon2018-07-20
|\
| * Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20
* | pull: get registries using the registries pkgGiuseppe Scrivano2018-07-20
|/
* fix pull image that includes a shabaude2018-07-13
* fix panic with podman pullbaude2018-05-31
* save and load should support multi-tag for docker-archiveumohnani82018-05-25
* Allow push/save without image referenceumohnani82018-05-16
* Fix pulling from secure registrybaude2018-05-04
* Remove more Errorf in favor of WrapfMatthew Heon2018-04-25
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* regression: tls verify should be set on registries.conf if insecurebaude2018-04-18
* Image library stage 4 - create and commitbaude2018-03-20
* Stage3 Image Librarybaude2018-03-14