| Commit message (Expand) | Author | Age |
* | 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 |
* | RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination | Miloslav Trmač | 2018-08-01 |
* | Remove an unnecessary use of alltransports.ParseImageName | Miloslav Trmač | 2018-08-01 |
* | Split Image.PushImageToReference from Image.PushImage | 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 |
* | Return early in refNamesFromImageReference instead of appending to pullNames | Miloslav Trmač | 2018-08-01 |
* | Use srcRef.StringWithinTransport() instead of parsing imgName again | Miloslav Trmač | 2018-08-01 |
* | Use a switch instead of if/if else/.../else | Miloslav Trmač | 2018-08-01 |
* | Remove the error return value from getPullRefName | Miloslav Trmač | 2018-08-01 |
* | Rename getPullListFromRef to refPairsFromImageReference | Miloslav Trmač | 2018-08-01 |
* | Split refNamesFromImageReference from Runtime.getPullListFromRef | Miloslav Trmač | 2018-08-01 |
* | Replace getPullRefPair with getPullRefName | Miloslav Trmač | 2018-08-01 |
* | Include the rejected reference when parsing it fails in pullRefPairsFromRefNames | Miloslav Trmač | 2018-08-01 |
* | podman rmi shouldn't delete named referenced images | umohnani8 | 2018-07-28 |
* | Skip unit tests which require storage when not running as root | Miloslav Trmač | 2018-07-26 |
* | Use the result of reference.Parse when checking for digests. | Miloslav Trmač | 2018-07-23 |
* | Make refNamesFromPossiblyUnqualifiedName independent from Image | Miloslav Trmač | 2018-07-23 |
* | Make Image.HasShaInInputName to an independent local function | Miloslav Trmač | 2018-07-23 |
* | Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName | Miloslav Trmač | 2018-07-23 |
* | Rename local variables in Runtime.pullRefPairsFromRefNames | Miloslav Trmač | 2018-07-23 |
* | Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPull | Miloslav Trmač | 2018-07-23 |
* | Rename nameToPull to pullRefName | Miloslav Trmač | 2018-07-23 |
* | Rename pullStruct to pullRefPair | Miloslav Trmač | 2018-07-23 |
* | Replace optional nameToPull.shaPullName with mandatory dstName | Miloslav Trmač | 2018-07-23 |
* | Introduce nameToPull, move shaPullName in there | Miloslav Trmač | 2018-07-23 |
* | Split normalizeTag from Image.TagImage | Miloslav Trmač | 2018-07-23 |
* | Remove Image.isShortName | Miloslav Trmač | 2018-07-23 |
* | Inline getTags into its only user | Miloslav Trmač | 2018-07-23 |
* | Add unit tests for imageParts | Miloslav Trmač | 2018-07-23 |
* | Merge pull request #1103 from haircommander/load_dockerless | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
* | | pull: get registries using the registries pkg | Giuseppe Scrivano | 2018-07-20 |
|/ |
|
* | fix pull image that includes a sha | baude | 2018-07-13 |
* | podman rmi should only untag image if parent of another | umohnani8 | 2018-07-12 |
* | remove buildah requirement for the libpod image library | baude | 2018-07-06 |
* | add image user to inspect data | baude | 2018-07-02 |
* | Podman history now prints out intermediate image IDs | umohnani8 | 2018-06-22 |
* | fix panic with podman pull | baude | 2018-05-31 |
* | save and load should support multi-tag for docker-archive | umohnani8 | 2018-05-25 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |