| Commit message (Expand) | Author | Age |
... | |
* | | Merge pull request #12067 from hshiina/logs-journal-tail | OpenShift Merge Robot | 2021-10-26 |
|\ \ |
|
| * | | Fix a few problems in 'podman logs --tail' with journald driver | Hironori Shiina | 2021-10-26 |
* | | | Merge pull request #12088 from adrianreber/2021-10-25-fix-label-ipc-host | OpenShift Merge Robot | 2021-10-26 |
|\ \ \ |
|
| * | | | Allow 'container restore' with '--ipc host' | Adrian Reber | 2021-10-26 |
* | | | | Document to not set K8S envars for CNI | Paul Holzinger | 2021-10-26 |
| |_|/
|/| | |
|
* | | | Update vendor github.com/opencontainers/runtime-tools | Daniel J Walsh | 2021-10-25 |
|/ / |
|
* | | [NO NEW TESTS NEEDED] Fix off-by-one index comparision (reported by LGTM) | Stefan Weil | 2021-10-25 |
* | | Replace 'an user' => 'a user' | Stefan Weil | 2021-10-24 |
* | | Merge pull request #11991 from rhatdan/size | OpenShift Merge Robot | 2021-10-22 |
|\ \ |
|
| * | | Allow API to specify size and inode quota | Daniel J Walsh | 2021-10-18 |
* | | | Merge pull request #12021 from rhatdan/kube | OpenShift Merge Robot | 2021-10-22 |
|\ \ \
| |_|/
|/| | |
|
| * | | Generate Kube should not print default structs | Daniel J Walsh | 2021-10-19 |
| |/ |
|
* | | Remove infra ID from DB before removing containers | Matthew Heon | 2021-10-20 |
* | | Merge pull request #11851 from cdoern/podRm | OpenShift Merge Robot | 2021-10-20 |
|\ \ |
|
| * | | Pod Rm Infra Improvements | cdoern | 2021-10-18 |
* | | | Merge pull request #12017 from nalind/exponential | OpenShift Merge Robot | 2021-10-20 |
|\ \ \ |
|
| * | | | Use exponential backoff when waiting for a journal entry | Nalin Dahyabhai | 2021-10-18 |
| | |/
| |/| |
|
* / | | libpod: change mountpoint ownership c.Root when using overlay on top of exter... | Aditya Rajan | 2021-10-19 |
|/ / |
|
* | | Merge pull request #11959 from rhatdan/selinux | OpenShift Merge Robot | 2021-10-18 |
|\ \ |
|
| * | | We should only be relabeling when on first run | Daniel J Walsh | 2021-10-15 |
* | | | rootfs-overlay: fix overlaybase path for cleanups | Aditya Rajan | 2021-10-18 |
|/ / |
|
* | | Merge pull request #11982 from umohnani8/targetPort | OpenShift Merge Robot | 2021-10-15 |
|\ \ |
|
| * | | Set targetPort to the port value in the kube yaml | Urvashi Mohnani | 2021-10-14 |
* | | | Merge pull request #11977 from rhatdan/log | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ |
|
| * | | | Don't include ctr.log if not using file logging | Daniel J Walsh | 2021-10-14 |
| |/ / |
|
* / / | Do not add TCP to protocol in generated kube yaml | Urvashi Mohnani | 2021-10-14 |
|/ / |
|
* | | Don't use docker/pkg/archive, use containers/storage/pkg/archive | Daniel J Walsh | 2021-10-14 |
* | | Don't add image entrypoint to the generate kube yaml | Urvashi Mohnani | 2021-10-13 |
* | | Merge pull request #11944 from cdoern/kubeEmit | OpenShift Merge Robot | 2021-10-13 |
|\ \ |
|
| * | | Kube Gen run as user/group issues | cdoern | 2021-10-12 |
* | | | Merge pull request #11949 from Luap99/net-range | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ |
|
| * | | | CNI: fix network create --ip-range | Paul Holzinger | 2021-10-12 |
* | | | | Merge pull request #11948 from rhatdan/codespell | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ |
|
| * | | | | codespell code | Daniel J Walsh | 2021-10-12 |
| |/ / / |
|
* | | | | Merge pull request #11565 from Luap99/rootlessport-bin | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ |
|
| * | | | | rootlessport: reduce memory usage of the process | Paul Holzinger | 2021-10-12 |
| |/ / / |
|
* | | | | Merge pull request #11943 from baude/issue11929 | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | No space in kube annotations for bind mounts | Brent Baude | 2021-10-12 |
| |/ / |
|
* | | | Merge pull request #11925 from rhatdan/volume | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ |
|
| * | | | Remove a volume with --force if container is running | Daniel J Walsh | 2021-10-11 |
| |/ / |
|
* / / | Fix CI flake on time of shutdown for API service | Jhon Honce | 2021-10-12 |
|/ / |
|
* | | Merge pull request #11869 from jwhonce/wip/pprof | OpenShift Merge Robot | 2021-10-10 |
|\ \ |
|
| * | | Enable /debug/pprof API service endpoints | Jhon Honce | 2021-10-08 |
* | | | Merge pull request #11880 from rhatdan/stoptimeout | OpenShift Merge Robot | 2021-10-10 |
|\ \ \ |
|
| * | | | Warn if podman stop timeout expires that sigkill was sent | Daniel J Walsh | 2021-10-08 |
| |/ / |
|
* / / | faster image inspection | Valentin Rothberg | 2021-10-08 |
|/ / |
|
* | | Merge pull request #11878 from mheon/stop_stopping | OpenShift Merge Robot | 2021-10-06 |
|\ \ |
|
| * | | Ensure `podman ps --sync` functions | Matthew Heon | 2021-10-06 |
| * | | Allow `podman stop` to be run on Stopping containers | Matthew Heon | 2021-10-06 |
* | | | libpod: fix race when closing STDIN | Paul Holzinger | 2021-10-06 |
|/ / |
|