aboutsummaryrefslogtreecommitdiff
path: root/libpod/image
Commit message (Expand)AuthorAge
...
* 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
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Skip unit tests which require storage when not running as rootMiloslav Trmač2018-07-26
* Use the result of reference.Parse when checking for digests.Miloslav Trmač2018-07-23
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23
* Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedNameMiloslav Trmač2018-07-23
* Rename local variables in Runtime.pullRefPairsFromRefNamesMiloslav Trmač2018-07-23
* Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPullMiloslav Trmač2018-07-23
* Rename nameToPull to pullRefNameMiloslav Trmač2018-07-23
* Rename pullStruct to pullRefPairMiloslav Trmač2018-07-23
* Replace optional nameToPull.shaPullName with mandatory dstNameMiloslav Trmač2018-07-23
* Introduce nameToPull, move shaPullName in thereMiloslav Trmač2018-07-23
* Split normalizeTag from Image.TagImageMiloslav Trmač2018-07-23
* Remove Image.isShortNameMiloslav Trmač2018-07-23
* Inline getTags into its only userMiloslav Trmač2018-07-23
* Add unit tests for imagePartsMiloslav Trmač2018-07-23
* Merge pull request #1103 from haircommander/load_dockerlessMatthew Heon2018-07-20
|\
| * Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20
* | pull: get registries using the registries pkgGiuseppe Scrivano2018-07-20
|/
* fix pull image that includes a shabaude2018-07-13
* podman rmi should only untag image if parent of anotherumohnani82018-07-12
* remove buildah requirement for the libpod image librarybaude2018-07-06
* add image user to inspect databaude2018-07-02
* Podman history now prints out intermediate image IDsumohnani82018-06-22
* fix panic with podman pullbaude2018-05-31
* save and load should support multi-tag for docker-archiveumohnani82018-05-25
* Spell check strings and commentsJhon Honce2018-05-25
* Allow push/save without image referenceumohnani82018-05-16
* podman push should honor registries.confbaude2018-05-10
* Fix pulling from secure registrybaude2018-05-04
* Use buildah commit and bud in podmanbaude2018-04-27
* varlink imagesbaude2018-04-26
* Strip transport from image name when looking for local imagebaude2018-04-26
* Remove more Errorf in favor of WrapfMatthew Heon2018-04-25
* Do not eat error messages from pullImageMatthew Heon2018-04-25