summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
...
* Merge pull request #9995 from rhatdan/debugOpenShift Merge Robot2021-04-14
|\
| * Fix message about runtime to show only the actual runtimeDaniel J Walsh2021-04-13
* | Remove in-memory state implementationMatthew Heon2021-04-13
|/
* rootless cni without infra containerPaul Holzinger2021-04-01
* bump go module to v3Valentin Rothberg2021-02-22
* Do not reset storage when running inside of a containerDaniel J Walsh2021-02-16
* Enable whitespace linterPaul Holzinger2021-02-11
* Implement SecretsAshley Cui2021-02-09
* Ensure shutdown handler access is syncronizedMatthew Heon2021-01-25
* Initial implementation of volume pluginsMatthew Heon2021-01-14
* Do not error on installing duplicate shutdown handlerMatthew Heon2020-12-07
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Use Libpod tmpdir for pause pathMatthew Heon2020-12-02
* runtime: set XDG_* env variables if missingGiuseppe Scrivano2020-11-27
* Merge pull request #7126 from mheon/fix_missing_ociruntimeOpenShift Merge Robot2020-10-20
|\
| * When given OCI runtime by path, use path as nameMatthew Heon2020-10-20
* | Enforce LIFO ordering for shutdown handlersMatthew Heon2020-10-13
* | Enable masking stop signals within container creationMatthew Heon2020-10-12
|/
* Lowercase some errorsKir Kolyshkin2020-10-05
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* Add global options --runtime-flagsQi Wang2020-09-04
* Support sighup reload configuration filesQi Wang2020-08-18
* Unconditionally retrieve pod names via APIMatthew Heon2020-08-10
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Switch references from libpod.conf to containers.confDaniel J Walsh2020-07-20
* Add support for overlay volume mounts in podman.Qi Wang2020-07-20
* 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
* compat handlers: add X-Registry-Auth header supportValentin Rothberg2020-05-29
* Fix handling of overridden paths from databaseDaniel J Walsh2020-05-08
* manifest create,add,inspectQi Wang2020-04-22
* Merge pull request #5690 from rhatdan/selinuxOpenShift Merge Robot2020-04-16
|\
| * Add support for selecting kvm and systemd labelsDaniel J Walsh2020-04-15
* | Fix up SELinux labelingDaniel J Walsh2020-04-15
|/
* refactor infoBrent Baude2020-04-06
* Add support for containers.confDaniel J Walsh2020-03-27
* make lint: enable gocriticValentin Rothberg2020-01-13
* fix lint - drop else blockValentin Rothberg2020-01-08
* runtime.go: show registries data and search tableJosé Guilherme Vanz2019-12-13
* runtime.go: show search table in podman infoJosé Guilherme Vanz2019-12-12
* podman: mirror informationJosé Guilherme Vanz2019-12-12
* Ensure volumes reacquire locks on state refreshMatthew Heon2019-12-02
* add libpod/configValentin Rothberg2019-10-31
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* Merge pull request #3792 from haircommander/minimum-conmonOpenShift Merge Robot2019-10-29
|\
| * require conmon v2.0.1Peter Hunt2019-10-28
| * require conmon v2.0.0Peter Hunt2019-10-28
* | Merge pull request #4228 from giuseppe/detect-no-systemd-sessionOpenShift Merge Robot2019-10-24
|\ \
| * | rootless: detect no system session with --cgroup-manager=systemdGiuseppe Scrivano2019-10-23
| |/