summaryrefslogtreecommitdiff
path: root/libpod/runtime_img.go
Commit message (Expand)AuthorAge
* Add support for 'image' volume driverMatthew Heon2022-09-22
* Replace deprecated ioutilChris Evich2022-09-20
* Introduce graph-based pod container removalMatthew Heon2022-09-14
* Fix stuttersDaniel J Walsh2022-09-10
* libpod/runtime: switch to golang native error wrappingSascha Grunert2022-07-04
* play kube: service containerValentin Rothberg2022-05-12
* Remove the runtime lockMatthew Heon2022-02-22
* bump go module to version 4Valentin Rothberg2022-01-18
* update buildah to latest and use new network stackPaul Holzinger2022-01-12
* image rm: allow for force-remove infra imagesValentin Rothberg2021-12-17
* Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
* image prune: support removing external containersValentin Rothberg2021-09-28
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* rmi: don't break when the image is missing a manifestNalin Dahyabhai2021-04-20
* Should send the OCI runtime path not just the name to buildahDaniel J Walsh2021-03-31
* [NO TESTS NEEDED] Shrink the size of podman-remoteDaniel J Walsh2021-03-29
* Cleanup /libpod/images/load handlerJhon Honce2021-03-19
* podman load: fix error handlingValentin Rothberg2021-03-09
* allow the removal of storage imagesDaniel J Walsh2021-03-08
* bump go module to v3Valentin Rothberg2021-02-22
* podman build: pass runtime to buildahValentin Rothberg2021-02-16
* Enable golint linterPaul Holzinger2021-02-11
* Remove the ability to use [name:tag] in podman load commandDaniel J Walsh2021-01-12
* SpellingJosh Soref2020-12-22
* Do not pass name argument to Load APIQi Wang2020-12-02
* Supports import&run--signature-policyQi Wang2020-09-15
* support multi-image (docker) archivesValentin Rothberg2020-09-08
* Unmount c/storage containers before removing themMatthew Heon2020-08-19
* add event for image buildBrent Baude2020-08-12
* Ensure that 'rmi --force' evicts Podman containersMatthew Heon2020-07-30
* 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
* image removal: refactor part 2Valentin Rothberg2020-05-04
* V2 Restore rmi testsJhon Honce2020-04-22
* Allow users to set TMPDIR environmentDaniel J Walsh2020-03-06
* golangci: enable goimportsValentin Rothberg2020-03-05
* Initial commit on compatible APIJhon Honce2020-01-10
* add struct response for removal of imagesbaude2019-12-23
* Add ONBUILD support to --changeMatthew Heon2019-12-05
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* Unwrap errors before comparing themNalin Dahyabhai2019-10-14
* Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač2019-10-04
* make rmi messages more compatible with dockerbaude2019-08-08
* remove libpod from mainbaude2019-06-25
* Use standard remove functions for removing pod ctrsMatthew Heon2019-05-10
* images: add context to GetParent/IsParent/Remove/Prune...Nalin Dahyabhai2019-04-25
* Buffer stdin to a file when importing "-"Nalin Dahyabhai2019-03-11
* podman-remote load imagebaude2019-02-21