aboutsummaryrefslogtreecommitdiff
path: root/libpod/storage.go
Commit message (Expand)AuthorAge
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* bump go module to version 4Valentin Rothberg2022-01-18
* Storage can remove ErrNotAContainer as wellDaniel J Walsh2021-09-29
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* bump go module to v3Valentin Rothberg2021-02-22
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Turn on More lintersDaniel J Walsh2020-06-15
* userns: support --userns=autoGiuseppe Scrivano2020-04-06
* golangci: enable goimportsValentin Rothberg2020-03-05
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač2019-10-04
* remove libpod from mainbaude2019-06-25
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
* Allow containers/storage to handle on SELinux labelingDaniel J Walsh2018-10-23
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Update container Mounted() and Mountpoint() functionsMatthew Heon2018-07-24
* Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* Vendor in latest code for storage,image, buildahDaniel J Walsh2018-07-19
* We are using err in defer function, needs to be defined nameDaniel J Walsh2018-06-22
* podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano2018-06-15
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* Store user Volumes, Entrypoint, Command in databaseMatthew Heon2018-05-03
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* Force host UID/GID mapping when creating containersNalin Dahyabhai2018-04-12
* Don't return an ImageConfig when creating storageMatthew Heon2018-04-02
* CreateContainerStorage by image idbaude2018-02-23
* podman create/run need to load information from the imageDaniel J Walsh2018-01-03
* libpod create and runbaude2017-11-01
* Initial checkin from CRI-O repoMatthew Heon2017-11-01