| Commit message (Expand) | Author | Age |
* | Use getPullRefPair / getSinglePullRefPairGoal in pullGoalFromPossiblyUnqualif... | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.referenceWithRegistry in getPullRefPair | Miloslav Trmač | 2019-01-14 |
* | Don't use imageParts.assemble when pulling from a qualified name | Miloslav Trmač | 2019-01-14 |
* | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | Remove imageParts.transport | Miloslav Trmač | 2019-01-14 |
* | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | Inline imageParts.assembleWithTransport into callers | Miloslav Trmač | 2019-01-14 |
* | Drop image.DecomposeString, make image.Parts private imageParts again | Miloslav Trmač | 2019-01-14 |
* | remote-client support for images | baude | 2019-01-10 |
* | Fix reporting the registries.conf path on error | Miloslav Trmač | 2018-12-06 |
* | Remove manual handling of insecure registries in doPullImage | Miloslav Trmač | 2018-12-06 |
* | Remove the forceSecure parameter on the pull call stack | Miloslav Trmač | 2018-12-06 |
* | Minimally update for the DockerInsecureSkipTLSVerify type change | Miloslav Trmač | 2018-12-06 |
* | Vendor in new new buildah/ci | baude | 2018-10-17 |
* | libpod/image/pull: Return image-pulling errors from doPullImage | W. Trevor King | 2018-09-14 |
* | Print errors from individual pull attempts | Matthew Heon | 2018-09-05 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Fix ambiguity in adding localhost to podman save | haircommander | 2018-08-08 |
* | Better pull error for fully-qualified images | baude | 2018-08-06 |
* | clarify pull error message | baude | 2018-08-02 |
* | Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss... | Miloslav Trmač | 2018-08-02 |
* | Replace getPullRefName by Runtime.getPullRefPair | Miloslav Trmač | 2018-08-02 |
* | Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef... | Miloslav Trmač | 2018-08-02 |
* | Introduce getSinglePullRefNameGoal | Miloslav Trmač | 2018-08-02 |
* | RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSource | Miloslav Trmač | 2018-08-01 |
* | Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReference | Miloslav Trmač | 2018-08-01 |
* | Split doPullImage from pullImage | Miloslav Trmač | 2018-08-01 |
* | Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext | Miloslav 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.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | Move pullImage from Image to Runtime | Miloslav Trmač | 2018-08-01 |
* | Do not re-parse the list of search registries just for an error message | Miloslav Trmač | 2018-08-01 |
* | Eliminate duplicate determination whether to use search registries | Miloslav Trmač | 2018-08-01 |
* | Eliminate the "DockerArchive means pull all refPairs" special case | Miloslav Trmač | 2018-08-01 |
* | Introduce struct pullGoalNames | Miloslav Trmač | 2018-08-01 |
* | Introduce struct pullGoal | Miloslav Trmač | 2018-08-01 |
* | Use []pullRefPair instead of []*pullRefPair | Miloslav Trmač | 2018-08-01 |
* | Use []pullRefName instead of []*pullRefName | Miloslav Trmač | 2018-08-01 |
* | Introduce singlePullRefNameGoal | Miloslav Trmač | 2018-08-01 |
* | Use an early return from refNamesFromPossiblyUnqualifiedName | Miloslav Trmač | 2018-08-01 |
* | Remove an unnecessary use of alltransports.ParseImageName | Miloslav Trmač | 2018-08-01 |
* | Don't format to string and re-parse a DockerReference() | Miloslav Trmač | 2018-08-01 |
* | Remove the :// end from DockerTransport | Miloslav Trmač | 2018-08-01 |
* | Remove the TransportNames arrays | Miloslav 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 tags | Miloslav Trmač | 2018-08-01 |
* | Reorganize the tag loading in DockerArchive case | Miloslav Trmač | 2018-08-01 |