summaryrefslogtreecommitdiff
path: root/libpod/image/image.go
Commit message (Expand)AuthorAge
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* rmi: don't break when the image is missing a manifestNalin Dahyabhai2021-04-20
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* Correct compat images/{name}/push responseMilivoje Legenovic2021-03-07
* Correct compat images/create?fromImage responseMilivoje Legenovic2021-02-26
* bump go module to v3Valentin Rothberg2021-02-22
* Enable whitespace linterPaul Holzinger2021-02-11
* Merge pull request #8950 from mheon/exorcise_driverOpenShift Merge Robot2021-01-12
|\
| * Exorcise Driver code from libpod/defineMatthew Heon2021-01-12
* | Fix problems reported by staticcheckPaul Holzinger2021-01-12
|/
* Allow image errors to bubble up from lower level functions.Daniel J Walsh2021-01-04
* More docker compat API fixesMilivoje Legenovic2020-12-04
* short-name aliasingValentin Rothberg2020-11-13
* Merge pull request #8098 from vrothberg/fix-8082OpenShift Merge Robot2020-10-22
|\
| * container create: record correct image nameValentin Rothberg2020-10-21
* | save image remove signaturesQi Wang2020-10-21
|/
* Lowercase some errorsKir Kolyshkin2020-10-05
* image look up: consult registries.confValentin Rothberg2020-09-30
* Supports import&run--signature-policyQi Wang2020-09-15
* Merge pull request #7290 from rhatdan/externalOpenShift Merge Robot2020-09-09
|\
| * Show c/storage (Buildah/CRI-O) containers in psDaniel J Walsh2020-09-09
* | support multi-image (docker) archivesValentin Rothberg2020-09-08
|/
* make image parent check more robustValentin Rothberg2020-09-07
* fix panic when checking len on nil objectBrent Baude2020-08-28
* Merge pull request #7215 from vrothberg/flatten-the-curveOpenShift Merge Robot2020-08-08
|\
| * image list: speed upValentin Rothberg2020-08-07
* | Retry pulling imageQi Wang2020-08-04
|/
* Add podman image mountDaniel J Walsh2020-07-28
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Fix saving in oci formatQi Wang2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* podman untag: error if tag doesn't existValentin Rothberg2020-06-24
* Fix podman-remote imagesDaniel J Walsh2020-06-16
* Turn on More lintersDaniel J Walsh2020-06-15
* Fixes podman save fails when specifying an image using a digest #5234Sujil022020-04-28
* Add functions to return image informationsDaniel J Walsh2020-04-20
* image prune skips images with child images.Kunal Kushwaha2020-04-15
* podmanv2 loadBrent Baude2020-04-01
* create: do not calculate image sizeGiuseppe Scrivano2020-03-12
* Modify Runtime.getImage to return a storage.ImageMiloslav Trmač2020-02-07
* Document an aspect of newFromStorage behaviorMiloslav Trmač2020-02-07
* Introduce a Runtime.newImage constructorMiloslav Trmač2020-02-07
* Move Image.getLocalImage to Runtime.getLocalImageMiloslav Trmač2020-02-07
* Remove the getLocalImage() call from Image.SizeMiloslav Trmač2020-02-07
* Use Runtime.NewFromLocal instead of open-coded copiesMiloslav Trmač2020-02-07
* Trivial simplificationMiloslav Trmač2020-02-07
* Create two separate newImage instances in Runtime.NewMiloslav Trmač2020-02-07
* Call NewImageRuntimeFromStore from NewImageRuntimeFromOptionsMiloslav Trmač2020-02-07
* Wrap error for failing ImageSize callsSascha Grunert2020-02-04
* history: fix size computingValentin Rothberg2020-01-29