summaryrefslogtreecommitdiff
path: root/libpod/image
Commit message (Expand)AuthorAge
* Fix ambiguity in adding localhost to podman savehaircommander2018-08-08
* Better pull error for fully-qualified imagesbaude2018-08-06
* clarify pull error messagebaude2018-08-02
* Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss...Miloslav Trmač2018-08-02
* Replace getPullRefName by Runtime.getPullRefPairMiloslav Trmač2018-08-02
* Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef...Miloslav Trmač2018-08-02
* Introduce getSinglePullRefNameGoalMiloslav 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
* RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSourceMiloslav Trmač2018-08-01
* Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReferenceMiloslav Trmač2018-08-01
* Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReferenceMiloslav Trmač2018-08-01
* Split doPullImage from pullImageMiloslav Trmač2018-08-01
* Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* Remove the authFile parameter from getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSyste...Miloslav Trmač2018-08-01
* Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* Move pullImage from Image to RuntimeMiloslav Trmač2018-08-01
* 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
* 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
* RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestinationMiloslav Trmač2018-08-01
* Remove an unnecessary use of alltransports.ParseImageNameMiloslav Trmač2018-08-01
* Split Image.PushImageToReference from Image.PushImageMiloslav 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
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Skip unit tests which require storage when not running as rootMiloslav Trmač2018-07-26
* Use the result of reference.Parse when checking for digests.Miloslav Trmač2018-07-23
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23