summaryrefslogtreecommitdiff
path: root/libpod/storage.go
AgeCommit message (Expand)Author
2024-02-08Bump Go module to v5Matt Heon
2024-01-04chore: delete obsolete // +build linesOleksandr Redko
2023-11-20Check for imageID, not imageNameMiloslav Trmač
2023-11-20Use NewStoreReference instead of ParseStoreReferenceMiloslav Trmač
2023-11-20Don't re-assign imageIDMiloslav Trmač
2023-11-20Remove clearly dead codeMiloslav Trmač
2023-11-02image: replace GetStoreImage with ResolveReferenceAditya R
2023-10-24libpod: add !remote tagPaul Holzinger
2023-04-05libpod.storageService.CreateContainerStorage(): retrieve ID mapsNalin Dahyabhai
2022-07-05libpod: switch to golang native error wrappingSascha Grunert
2022-01-18bump go module to version 4Valentin Rothberg
2021-09-29Storage can remove ErrNotAContainer as wellDaniel J Walsh
2021-09-22standardize logrus messages to upper caseDaniel J Walsh
2021-03-08turn hidden --trace into a NOPValentin Rothberg
2021-02-22bump go module to v3Valentin Rothberg
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-09Remove all instances of named return "err" from LibpodMatthew Heon
2020-07-06move go module to v2Valentin Rothberg
2020-06-15Turn on More lintersDaniel J Walsh
2020-04-06userns: support --userns=autoGiuseppe Scrivano
2020-03-05golangci: enable goimportsValentin Rothberg
2019-10-29bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai
2019-10-04Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač
2019-06-25remove libpod from mainbaude
2019-02-18OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug
2019-01-10Move all libpod/ JSON references over to jsoniterMatthew Heon
2018-10-23Allow containers/storage to handle on SELinux labelingDaniel J Walsh
2018-08-01Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh
2018-07-24Update container Mounted() and Mountpoint() functionsMatthew Heon
2018-07-19Let containers/storage keep track of mountsDaniel J Walsh
2018-07-19Vendor in latest code for storage,image, buildahDaniel J Walsh
2018-06-22We are using err in defer function, needs to be defined nameDaniel J Walsh
2018-06-15podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano
2018-05-04Begin wiring in USERNS Support into podmanDaniel J Walsh
2018-05-03Store user Volumes, Entrypoint, Command in databaseMatthew Heon
2018-04-19Vendor in latest containers/image and contaners/storageumohnani8
2018-04-12Force host UID/GID mapping when creating containersNalin Dahyabhai
2018-04-02Don't return an ImageConfig when creating storageMatthew Heon
2018-02-23CreateContainerStorage by image idbaude
2018-01-03podman create/run need to load information from the imageDaniel J Walsh
2017-11-01libpod create and runbaude
2017-11-01Initial checkin from CRI-O repoMatthew Heon