summaryrefslogtreecommitdiff
path: root/libpod/image/pull.go
Commit message (Expand)AuthorAge
* Cleanup Pull MessageDaniel J Walsh2019-07-20
* Improves STD output/readability in combinationdom finn2019-07-14
* golangci-lint pass number 2baude2019-07-11
* first pass of corrections for golangci-lintbaude2019-07-10
* trivial cleanups from golangbaude2019-07-03
* Add warning while untagging an image podman-loadDivyansh Kamboj2019-06-04
* change from sysregistries to sysregistriesv2Daniel J Walsh2019-05-03
* Set blob cache directory based on GraphDriverDaniel J Walsh2019-03-29
* Add event logging to libpod, even display to podmanbaude2019-03-11
* pull: promote debug statement to errorGiuseppe Scrivano2019-03-11
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Changes to container runlabel for toolbox projectbaude2019-01-30
* Use getPullRefPair / getSinglePullRefPairGoal in pullGoalFromPossiblyUnqualif...Miloslav Trmač2019-01-14
* 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
* Simplify pullGoalFromPossiblyUnqualifiedNameMiloslav Trmač2019-01-14
* Remove imageParts.transportMiloslav Trmač2019-01-14
* Simplify pullGoalFromPossiblyUnqualifiedNameMiloslav Trmač2019-01-14
* Inline imageParts.assembleWithTransport into callersMiloslav Trmač2019-01-14
* Drop image.DecomposeString, make image.Parts private imageParts againMiloslav Trmač2019-01-14
* remote-client support for imagesbaude2019-01-10
* Fix reporting the registries.conf path on errorMiloslav Trmač2018-12-06
* Remove manual handling of insecure registries in doPullImageMiloslav Trmač2018-12-06
* Remove the forceSecure parameter on the pull call stackMiloslav Trmač2018-12-06
* Minimally update for the DockerInsecureSkipTLSVerify type changeMiloslav Trmač2018-12-06
* Vendor in new new buildah/cibaude2018-10-17
* libpod/image/pull: Return image-pulling errors from doPullImageW. Trevor King2018-09-14
* Print errors from individual pull attemptsMatthew Heon2018-09-05
* switch projectatomic to containersDaniel J Walsh2018-08-16
* 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
* RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSourceMiloslav Trmač2018-08-01
* Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReferenceMiloslav 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