| Commit message (Expand) | Author | Age |
... | |
* | Don't try to look up local images with an explicit :latest suffix | Miloslav Trmač | 2019-01-14 |
* | Return a reference.Named from normalizedTag | Miloslav Trmač | 2019-01-14 |
* | Use reference.TagNameOnly instead of manually adding imageParts.tag in normal... | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.normalizedReference in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Add imageParts.normalizedReference() | Miloslav Trmač | 2019-01-14 |
* | Use imageparts.referenceWithRegistry in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Remove no longer used imageParts.assemble() | Miloslav Trmač | 2019-01-14 |
* | 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 |
* | Add imageParts.referenceWithRegistry | Miloslav Trmač | 2019-01-14 |
* | Don't use imageParts.assemble when pulling from a qualified name | Miloslav Trmač | 2019-01-14 |
* | Reorganize normalizeTag | 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 |
* | Record the original reference.Named in imageParts | 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 |
* | libpod/image: Use ParseNormalizedNamed in RepoDigests | W. Trevor King | 2019-01-09 |
* | container runlabel NAME implementation | baude | 2019-01-04 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | Support podman image trust command | Qi Wang | 2018-12-19 |
* | 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 |
* | Remove manual handling of insecure registries in PushImageToReference | Miloslav Trmač | 2018-12-06 |
* | Remove the forceSecure parameter of Image.PushImageTo* | Miloslav Trmač | 2018-12-06 |
* | Minimally update for the DockerInsecureSkipTLSVerify type change | Miloslav Trmač | 2018-12-06 |
* | Add ability to prune containers and images | baude | 2018-12-05 |
* | Merge pull request #1868 from QiWang19/issue860 | OpenShift Merge Robot | 2018-11-26 |
|\ |
|
| * | Add history and namespaceoptions to image inspect | Qi Wang | 2018-11-26 |
* | | add podman container|image exists | baude | 2018-11-26 |
|/ |
|
* | Vendor in new new buildah/ci | baude | 2018-10-17 |
* | Add container runlabel command | baude | 2018-09-28 |
* | run complex image names with short names | baude | 2018-09-28 |
* | 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 |
* | We are mistakenly seeing repos as registries. | Daniel J Walsh | 2018-08-31 |
* | 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 |
* | Test Runtime.pullGoalFromPossiblyUnqualifiedName instead of pullGoalNameFrom... | Miloslav Trmač | 2018-08-02 |
* | Test Runtime.pullGoalFromImageReference instead of pullGoalNamesFromImageRefe... | Miloslav Trmač | 2018-08-02 |