summaryrefslogtreecommitdiff
path: root/libpod/image/image.go
Commit message (Expand)AuthorAge
* 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
* 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
* save and load should support multi-tag for docker-archiveumohnani82018-05-25
* podman push should honor registries.confbaude2018-05-10
* 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
* Do not eat error messages from pullImageMatthew Heon2018-04-25
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* regression: tls verify should be set on registries.conf if insecurebaude2018-04-18
* podman pull should always try to pullbaude2018-04-14
* Use buildah commit for podman commitbaude2018-04-10
* Allow sha256: prefix for inputbaude2018-03-29