aboutsummaryrefslogtreecommitdiff
path: root/libpod/image/image.go
Commit message (Expand)AuthorAge
* Add support for listing read/only and read/write imagesDaniel J Walsh2019-07-19
* golangci-lint pass number 2baude2019-07-11
* first pass of corrections for golangci-lintbaude2019-07-10
* Handle images which contain no layersNalin Dahyabhai2019-06-26
* Begin to break up pkg/inspectMatthew Heon2019-06-03
* Merge pull request #2850 from baude/eventsjournaldOpenShift Merge Robot2019-04-25
|\
| * journald event loggingbaude2019-04-24
* | image: rework parent/child/history matchingNalin Dahyabhai2019-04-25
* | images: add context to GetParent/IsParent/Remove/Prune...Nalin Dahyabhai2019-04-25
|/
* add image rmi eventbaude2019-04-08
* podman-remote image treebaude2019-04-04
* Set blob cache directory based on GraphDriverDaniel J Walsh2019-03-29
* fix Bug 1688041-podman image save removes existing imageQi Wang2019-03-20
* 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