| Commit message (Expand) | Author | Age |
* | move image filters under libpod/images | baude | 2019-12-10 |
* | Add support for image name history | Sascha Grunert | 2019-11-27 |
* | Merge pull request #4512 from kunalkushwaha/prune-filter | OpenShift Merge Robot | 2019-11-22 |
|\ |
|
| * | filter added to image pruge command. | Kunal Kushwaha | 2019-11-22 |
* | | history: rewrite mappings | Valentin Rothberg | 2019-11-12 |
|/ |
|
* | images: distinguish between tags and digests | Nalin Dahyabhai | 2019-10-29 |
* | API: report multiple digests for images | Nalin Dahyabhai | 2019-10-29 |
* | image: don't get confused by lists | Nalin Dahyabhai | 2019-10-29 |
* | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
* | Update c/image to v4.0.1 and buildah to 1.11.3 | Miloslav Trmač | 2019-10-04 |
* | Correct use of reexec.Init() | Nalin Dahyabhai | 2019-09-26 |
* | image: remove unused Decompose method | Dan Williams | 2019-08-28 |
* | Add --digestfile option to push | TomSweeneyRedHat | 2019-08-21 |
* | add --pull flag for podman create&run | Qi Wang | 2019-08-09 |
* | Fix possible runtime panic if image history len is zero | Sascha Grunert | 2019-07-25 |
* | golangci-lint phase 4 | baude | 2019-07-22 |
* | Add support for listing read/only and read/write images | Daniel J Walsh | 2019-07-19 |
* | golangci-lint pass number 2 | baude | 2019-07-11 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | Handle images which contain no layers | Nalin Dahyabhai | 2019-06-26 |
* | Begin to break up pkg/inspect | Matthew Heon | 2019-06-03 |
* | Merge pull request #2850 from baude/eventsjournald | OpenShift Merge Robot | 2019-04-25 |
|\ |
|
| * | journald event logging | baude | 2019-04-24 |
* | | image: rework parent/child/history matching | Nalin Dahyabhai | 2019-04-25 |
* | | images: add context to GetParent/IsParent/Remove/Prune... | Nalin Dahyabhai | 2019-04-25 |
|/ |
|
* | add image rmi event | baude | 2019-04-08 |
* | podman-remote image tree | baude | 2019-04-04 |
* | Set blob cache directory based on GraphDriver | Daniel J Walsh | 2019-03-29 |
* | fix Bug 1688041-podman image save removes existing image | Qi Wang | 2019-03-20 |
* | Tree implementation for podman images | Kunal Kushwaha | 2019-03-14 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | podman healthcheck run (phase 1) | baude | 2019-03-05 |
* | podman-remote load image | baude | 2019-02-21 |
* | podman-remote save [image] | baude | 2019-02-20 |
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
* | Merge pull request #2196 from baude/toolbox | Daniel J Walsh | 2019-02-05 |
|\ |
|
| * | Changes to container runlabel for toolbox project | baude | 2019-01-30 |
* | | libpod/image: Use RepoDigests() in Inspect() | W. Trevor King | 2019-01-31 |
|/ |
|
* | FIXME? Introduce imageParts.suspiciousRefNameTagValuesForSearch | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.referenceWithRegistry in Image.getLocalImage | Miloslav Trmač | 2019-01-14 |
* | Don't try to look up local images with an explicit :latest suffix | Miloslav Trmač | 2019-01-14 |
* | Return a reference.Named from normalizedTag | Miloslav Trmač | 2019-01-14 |
* | Use reference.TagNameOnly instead of manually adding imageParts.tag in normal... | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.normalizedReference in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Use imageparts.referenceWithRegistry in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Reorganize normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Drop image.DecomposeString, make image.Parts private imageParts again | Miloslav Trmač | 2019-01-14 |
* | remote-client support for images | baude | 2019-01-10 |
* | libpod/image: Use ParseNormalizedNamed in RepoDigests | W. Trevor King | 2019-01-09 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |