aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/images.go
Commit message (Expand)AuthorAge
* Podman V2 birthBrent Baude2020-04-16
* Improved readability in image json outputKunal Kushwaha2020-03-22
* remove imagefilter for varlink remote clientBrent Baude2020-03-12
* images --format compatible with dockerQi Wang2020-02-10
* Throw error on invalid sort valueDaniel J Walsh2020-01-28
* make lint: enable gocriticValentin Rothberg2020-01-13
* move image filters under libpod/imagesbaude2019-12-10
* Add support for image name historySascha Grunert2019-11-27
* podman images --digest: always list a digestNalin Dahyabhai2019-11-06
* images: distinguish between tags and digestsNalin Dahyabhai2019-10-29
* API: report multiple digests for imagesNalin Dahyabhai2019-10-29
* images: empty list is valid json with --format=jsonGiuseppe Scrivano2019-10-11
* golangci-lint phase 4baude2019-07-22
* golangci-lint round #3baude2019-07-21
* Add support for listing read/only and read/write imagesDaniel J Walsh2019-07-19
* first pass of corrections for golangci-lintbaude2019-07-10
* trivial cleanups from golangbaude2019-07-03
* Minor fix filtering images by labelDivyansh Kamboj2019-05-20
* runtime: pass down the contextGiuseppe Scrivano2019-04-26
* images: add context to GetParent/IsParent/Remove/Prune...Nalin Dahyabhai2019-04-25
* Fix segfaults attribute to missing optionsbaude2019-04-15
* Merge pull request #2885 from kunalkushwaha/image-dangling-filter-fixOpenShift Merge Robot2019-04-11
|\
| * imagefilter dangling handling correctedKunal Kushwaha2019-04-11
* | Print header for 'podman images' even with no imagesMatthew Heon2019-04-10
|/
* move formats pkg to and vendor from buildahQi Wang2019-03-11
* Merge pull request #2557 from QiWang19/filter2241OpenShift Merge Robot2019-03-08
|\
| * fix bug in podman images list all images with same nameQi Wang2019-03-07
* | Fix help commands to show short and long description.Daniel J Walsh2019-03-07
|/
* Support filter image by reference to the repo nameQi Wang2019-03-04
* Fix aliased commands to actually workDaniel J Walsh2019-03-03
* fixup! missed some more:Ed Santiago2019-02-27
* fix up a number of misplace commandsbaude2019-02-27
* Enable more podman-remote pod commandsbaude2019-02-22
* Fifth chunk of Cobra ExamplesTomSweeneyRedHat2019-02-18
* Parse fq name correctly for imagesbaude2019-02-13
* Don't show global flags except for podman commandDaniel J Walsh2019-02-12
* Separate remote and local commandsbaude2019-02-11
* do not crash when displaying dangling imagesbaude2019-02-08
* Migrate to cobra CLIbaude2019-02-08
* Capatilize all usage and descriptionsDaniel J Walsh2019-02-05
* Fix regression in ps with custom formatbaude2019-01-30
* Embed runtime struct in super localRuntimebaude2019-01-15
* Collaberative podman-remote container existsbaude2019-01-15
* Rename localRuntime to runtime in cmd/podmanbaude2019-01-15
* remote-client support for imagesbaude2019-01-10
* Allow alias for list, ls, ps to workDaniel J Walsh2018-12-23
* Show image only once with images -qTomSweeneyRedHat2018-12-17
* Fix golang formatting issuesbaude2018-11-28
* Add space between num & unit in images outputQi Wang2018-11-12
* Sort all command flagsQi Wang2018-10-11