summaryrefslogtreecommitdiff
path: root/libpod/image/image.go
Commit message (Expand)AuthorAge
* 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
* Fix some minor issues lint has been picking upMatthew Heon2018-03-27
* cmd/podman/run.go: Error nicely when no image foundbaude2018-03-27
* First tag, untag THEN reload the imagebaude2018-03-26
* Stage 4 Image cleanupbaude2018-03-23
* Removing tagged images change in behaviorbaude2018-03-22
* Migrate podman inspect and tag to image librarybaude2018-03-21
* Migrate podman images to image librarybaude2018-03-21
* Image library stage 4 - create and commitbaude2018-03-20
* Stage3 Image Librarybaude2018-03-14
* Image Resolution Stage 1baude2018-03-08