summaryrefslogtreecommitdiff
path: root/libpod/image/image.go
Commit message (Expand)AuthorAge
* Tree implementation for podman imagesKunal Kushwaha2019-03-14
* Add event logging to libpod, even display to podmanbaude2019-03-11
* podman healthcheck run (phase 1)baude2019-03-05
* podman-remote load imagebaude2019-02-21
* podman-remote save [image]baude2019-02-20
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Merge pull request #2196 from baude/toolboxDaniel J Walsh2019-02-05
|\
| * Changes to container runlabel for toolbox projectbaude2019-01-30
* | libpod/image: Use RepoDigests() in Inspect()W. Trevor King2019-01-31
|/
* FIXME? Introduce imageParts.suspiciousRefNameTagValuesForSearchMiloslav Trmač2019-01-14
* Use imageParts.referenceWithRegistry in Image.getLocalImageMiloslav Trmač2019-01-14
* Don't try to look up local images with an explicit :latest suffixMiloslav Trmač2019-01-14
* Return a reference.Named from normalizedTagMiloslav Trmač2019-01-14
* Use reference.TagNameOnly instead of manually adding imageParts.tag in normal...Miloslav Trmač2019-01-14
* Use imageParts.normalizedReference in normalizeTagMiloslav Trmač2019-01-14
* Use imageparts.referenceWithRegistry in normalizeTagMiloslav Trmač2019-01-14
* Reorganize normalizeTagMiloslav Trmač2019-01-14
* Drop image.DecomposeString, make image.Parts private imageParts againMiloslav Trmač2019-01-14
* remote-client support for imagesbaude2019-01-10
* libpod/image: Use ParseNormalizedNamed in RepoDigestsW. Trevor King2019-01-09
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Remove the forceSecure parameter on the pull call stackMiloslav Trmač2018-12-06
* Remove manual handling of insecure registries in PushImageToReferenceMiloslav Trmač2018-12-06
* Remove the forceSecure parameter of Image.PushImageTo*Miloslav Trmač2018-12-06
* Minimally update for the DockerInsecureSkipTLSVerify type changeMiloslav Trmač2018-12-06
* Merge pull request #1868 from QiWang19/issue860OpenShift Merge Robot2018-11-26
|\
| * Add history and namespaceoptions to image inspectQi Wang2018-11-26
* | add podman container|image existsbaude2018-11-26
|/
* Vendor in new new buildah/cibaude2018-10-17
* Add container runlabel commandbaude2018-09-28
* run complex image names with short namesbaude2018-09-28
* switch projectatomic to containersDaniel J Walsh2018-08-16
* Fix ambiguity in adding localhost to podman savehaircommander2018-08-08
* RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSourceMiloslav Trmač2018-08-01
* Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReferenceMiloslav Trmač2018-08-01
* Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReferenceMiloslav Trmač2018-08-01
* Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* Remove the authFile parameter from getCopyOptions and DRO.GetSystemContextMiloslav 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.GetSystemContextMiloslav Trmač2018-08-01
* Move pullImage from Image to RuntimeMiloslav Trmač2018-08-01
* RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestinationMiloslav Trmač2018-08-01
* Remove an unnecessary use of alltransports.ParseImageNameMiloslav 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
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23
* Split normalizeTag from Image.TagImageMiloslav Trmač2018-07-23
* Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20