summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use PushImageToReference for (podman save)Miloslav Trmač2018-08-01
* Call imageNameForSaveDestination while creating the referencesMiloslav Trmač2018-08-01
* Exit early in the simple case in imageNameForSaveDestinationMiloslav Trmač2018-08-01
* Rename parameters of imageNameForSaveDestinationMiloslav Trmač2018-08-01
* Split imageNameForSaveDestination from saveCmdMiloslav Trmač2018-08-01
* Split a single if statement into two.Miloslav Trmač2018-08-01
* Move source handling before destination parsingMiloslav 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
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Integration Test Improvements #3baude2018-08-01
* Ensure container and pod refresh picks up a StateMatthew Heon2018-07-31
* Fix build on non-linux platformsMatthew Heon2018-07-31
* Rework state testing to allow State structs to be emptyMatthew Heon2018-07-31
* Add additional comments on accessing state in APIMatthew Heon2018-07-31
* Do not fetch pod and ctr State on retrieval in BoltMatthew Heon2018-07-31
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* varlink ImageRemove should always return image IDbaude2018-07-31
* Add documentations on how to setup /etc/subuid and /etc/subgidDaniel J Walsh2018-07-31
* Integration Test Improvements #2baude2018-07-30
* avoid spewing fds do to restore of cached imagesbaude2018-07-30
* Add load test for xz compressed imagesumohnani82018-07-30
* Speed up test resultsbaude2018-07-30
* Show duration for each ginkgo test and test speed improvementsbaude2018-07-28
* vendor: update containers/storageGiuseppe Scrivano2018-07-28
* Clean up pylint warnings and errors for podmanJhon Honce2018-07-28
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Merge pull request #1173 from mheon/bump-0.7.4Matthew Heon2018-07-27
|\
| * Bump gitvalidation epochMatthew Heon2018-07-27
| * Bump to v0.8.1-devMatthew Heon2018-07-27
| * Bump to v0.7.4v0.7.4Matthew Heon2018-07-27
|/
* Add pod pause/unpausehaircommander2018-07-27
* Fix up docker compatibility messagesDaniel J Walsh2018-07-27
* Update vendored version of runc,buildah,containers/imageDaniel J Walsh2018-07-27
* Refactored method of getting podshaircommander2018-07-27
* Fix godoc comment in pkg/netnsMatthew Heon2018-07-27