| Commit message (Expand) | Author | Age |
* | Exec: use ErrorConmonRead | Peter Hunt | 2020-03-03 |
* | exec: get the exit code from sync pipe instead of file | Peter Hunt | 2020-03-03 |
* | Merge pull request #5206 from rhatdan/capabilities | OpenShift Merge Robot | 2020-03-03 |
|\ |
|
| * | Allow devs to set labels in container images for default capabilities. | Daniel J Walsh | 2020-03-02 |
* | | Merge pull request #5363 from mheon/add_ctr_validate | OpenShift Merge Robot | 2020-03-02 |
|\ \
| |/
|/| |
|
| * | Add validate() for containers | Matthew Heon | 2020-03-02 |
* | | Merge pull request #5347 from baude/apiv2wait | OpenShift Merge Robot | 2020-03-02 |
|\ \ |
|
| * | | rework apiv2 wait endpoint|binding | Brent Baude | 2020-02-28 |
* | | | Merge pull request #5320 from sujil02/podtest | OpenShift Merge Robot | 2020-03-02 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update pod bindings and Add test to validate prune pod apiv2 binding. | Sujil02 | 2020-02-28 |
* | | | Merge pull request #5349 from mheon/ensure_exec_suppgroups | OpenShift Merge Robot | 2020-02-28 |
|\ \ \ |
|
| * | | | Ensure that exec sessions inherit supplemental groups | Matthew Heon | 2020-02-28 |
* | | | | Merge pull request #5244 from Akasurde/i4962 | OpenShift Merge Robot | 2020-02-28 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Review comments | Abhijeet Kasurde | 2020-02-19 |
| * | | | [WIP] Add cmd flag to show container name in log | Abhijeet Kasurde | 2020-02-19 |
* | | | | binding tests for volumes | Brent Baude | 2020-02-27 |
| |/ /
|/| | |
|
* | | | Add support for multiple CNI networks in podman inspect | Matthew Heon | 2020-02-25 |
* | | | Add basic deadlock detection for container start/remove | Matthew Heon | 2020-02-24 |
| |/
|/| |
|
* | | Merge pull request #5213 from mheon/remove_db_imagevol | OpenShift Merge Robot | 2020-02-21 |
|\ \ |
|
| * | | Remove ImageVolumes from database | Matthew Heon | 2020-02-21 |
* | | | Merge pull request #5263 from baude/logsize | OpenShift Merge Robot | 2020-02-21 |
|\ \ \ |
|
| * | | | implement reverse reader for log reads | Brent Baude | 2020-02-20 |
* | | | | Merge pull request #5236 from marusak/filter_by_id | OpenShift Merge Robot | 2020-02-21 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | apiv2: Enable filtering images by ID | Matej Marusak | 2020-02-17 |
* | | | | Merge pull request #5271 from baude/dnsnameuserns | OpenShift Merge Robot | 2020-02-21 |
|\ \ \ \ |
|
| * | | | | populate resolv.conf with dnsname responses when in usernamespace | Brent Baude | 2020-02-20 |
* | | | | | podman images: add --filter=since=XX | Ed Santiago | 2020-02-20 |
|/ / / / |
|
* | | | | Merge pull request #5241 from mheon/pod_network_opts_add | OpenShift Merge Robot | 2020-02-20 |
|\ \ \ \ |
|
| * | | | | Add network options to podman pod create | Matthew Heon | 2020-02-19 |
| * | | | | Add ability for pods to use the host network | Matthew Heon | 2020-02-17 |
| | |_|/
| |/| | |
|
* | | | | libpod/config: use built-in TOML instead of manually merging | Valentin Rothberg | 2020-02-19 |
| |_|/
|/| | |
|
* | | | Merge pull request #5243 from Akasurde/misc_typo | OpenShift Merge Robot | 2020-02-18 |
|\ \ \ |
|
| * | | | Misc typo fixes | Abhijeet Kasurde | 2020-02-18 |
| |/ / |
|
* / / | rootless: fix a regression when using -d | Giuseppe Scrivano | 2020-02-18 |
|/ / |
|
* / | Refactor image tree for API usage | Sascha Grunert | 2020-02-17 |
|/ |
|
* | Merge pull request #5207 from rhatdan/selinux | OpenShift Merge Robot | 2020-02-14 |
|\ |
|
| * | Fix SELinux labels of volumes | Daniel J Walsh | 2020-02-13 |
* | | add pkg/capabilities | Valentin Rothberg | 2020-02-14 |
|/ |
|
* | Merge pull request #5172 from giuseppe/api-fix-cpu-stats | OpenShift Merge Robot | 2020-02-13 |
|\ |
|
| * | api: fix the CPU stats reported | Giuseppe Scrivano | 2020-02-11 |
* | | use quay.io/libpod/fedora-minimal for reliability | Brent Baude | 2020-02-12 |
* | | Do not copy up when volume is not empty | Matthew Heon | 2020-02-12 |
|/ |
|
* | Merge pull request #5122 from mtrmac/image-object-creation | OpenShift Merge Robot | 2020-02-10 |
|\ |
|
| * | Modify Runtime.getImage to return a storage.Image | Miloslav Trmač | 2020-02-07 |
| * | Document an aspect of newFromStorage behavior | Miloslav Trmač | 2020-02-07 |
| * | Introduce a Runtime.newImage constructor | Miloslav Trmač | 2020-02-07 |
| * | Move Image.getLocalImage to Runtime.getLocalImage | Miloslav Trmač | 2020-02-07 |
| * | Remove the getLocalImage() call from Image.Size | Miloslav Trmač | 2020-02-07 |
| * | Use Runtime.NewFromLocal instead of open-coded copies | Miloslav Trmač | 2020-02-07 |
| * | Trivial simplification | Miloslav Trmač | 2020-02-07 |