| Commit message (Expand) | Author | Age |
... | |
* | | | Initial implementation of volume plugins | Matthew Heon | 2021-01-14 |
|/ / |
|
* | | Makefile: add target to generate bindings | Valentin Rothberg | 2021-01-14 |
* | | Merge pull request #8960 from giuseppe/bridge-no-post-config | OpenShift Merge Robot | 2021-01-13 |
|\ \ |
|
| * | | network: disallow CNI networks with user namespaces | Giuseppe Scrivano | 2021-01-13 |
* | | | Merge pull request #8954 from baude/reducebindingsize | OpenShift Merge Robot | 2021-01-13 |
|\ \ \ |
|
| * | | | Reduce general binding binary size | baude | 2021-01-13 |
| |/ / |
|
* | | | Merge pull request #8961 from rhatdan/kube | OpenShift Merge Robot | 2021-01-13 |
|\ \ \
| |/ /
|/| | |
|
| * | | play kube: set entrypoint when interpreting Command | Daniel J Walsh | 2021-01-13 |
* | | | Merge pull request #8957 from srcshelton/feature/issue-8945 | OpenShift Merge Robot | 2021-01-13 |
|\ \ \ |
|
| * | | | Merge branch 'master' into feature/issue-8945 | Stuart Shelton | 2021-01-13 |
| |\| | |
|
| | * | | Merge pull request #8953 from edsantiago/var_run_again | OpenShift Merge Robot | 2021-01-12 |
| | |\ \ |
|
| | | * | | More /var/run -> /run | Ed Santiago | 2021-01-12 |
| * | | | | Add 'MemUsageBytes' format option | Stuart Shelton | 2021-01-12 |
| |/ / / |
|
* | | | | Remove the ability to use [name:tag] in podman load command | Daniel J Walsh | 2021-01-12 |
* | | | | More /var/run -> /run | Ed Santiago | 2021-01-12 |
|/ / / |
|
* | | | Merge pull request #8950 from mheon/exorcise_driver | OpenShift Merge Robot | 2021-01-12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Exorcise Driver code from libpod/define | Matthew Heon | 2021-01-12 |
* | | | Merge pull request #8947 from Luap99/cleanup-code | OpenShift Merge Robot | 2021-01-12 |
|\ \ \ |
|
| * | | | Fix problems reported by staticcheck | Paul Holzinger | 2021-01-12 |
* | | | | Merge pull request #8851 from Luap99/fix-generate-systemd-flag-parsing | OpenShift Merge Robot | 2021-01-12 |
|\ \ \ \ |
|
| * | | | | Make podman generate systemd --new flag parsing more robust | Paul Holzinger | 2021-01-07 |
* | | | | | Merge pull request #8905 from rhatdan/proxy | OpenShift Merge Robot | 2021-01-12 |
|\ \ \ \ \ |
|
| * | | | | | Use HTTPProxy settings from containers.conf | Daniel J Walsh | 2021-01-11 |
* | | | | | | Merge pull request #8819 from chen-zhuohan/add-pre-checkpoint | OpenShift Merge Robot | 2021-01-12 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | add pre checkpoint | unknown | 2021-01-10 |
* | | | | | | Merge pull request #8934 from vrothberg/fix-8931 | OpenShift Merge Robot | 2021-01-11 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | image list: ignore bare manifest list | Valentin Rothberg | 2021-01-11 |
* | | | | | | Merge pull request #8917 from mheon/actually_report_play_kube_errors | OpenShift Merge Robot | 2021-01-11 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Ensure that `podman play kube` actually reports errors | Matthew Heon | 2021-01-11 |
| |/ / / / |
|
* | | | | | Use abi PodPs implementation for libpod/pods/json endpoint | Paul Holzinger | 2021-01-09 |
* | | | | | Add Networks format placeholder to podman ps and pod ps | Paul Holzinger | 2021-01-09 |
* | | | | | Add network filter for podman ps and pod ps | Paul Holzinger | 2021-01-09 |
|/ / / / |
|
* | | | | Merge pull request #8781 from rst0git/cr-volumes | OpenShift Merge Robot | 2021-01-08 |
|\ \ \ \ |
|
| * | | | | Include named volumes in container migration | Radostin Stoyanov | 2021-01-07 |
| * | | | | Use Options as CRImportCheckpoint() argument | Radostin Stoyanov | 2021-01-07 |
| |/ / / |
|
* | | | | Restore compatible API for prune endpoints | Jhon Honce | 2021-01-07 |
* | | | | Merge pull request #8907 from Luap99/fix-mips-build | OpenShift Merge Robot | 2021-01-07 |
|\ \ \ \ |
|
| * | | | | Fix build for mips architecture follow-up | Paul Holzinger | 2021-01-07 |
| |/ / / |
|
* | | | | Merge pull request #8771 from rhatdan/run | OpenShift Merge Robot | 2021-01-07 |
|\ \ \ \ |
|
| * | | | | Switch references of /var/run -> /run | Daniel J Walsh | 2021-01-07 |
| |/ / / |
|
* | | | | Merge pull request #8821 from rhatdan/caps | OpenShift Merge Robot | 2021-01-07 |
|\ \ \ \ |
|
| * | | | | Containers should not get inheritable caps by default | Daniel J Walsh | 2021-01-07 |
| |/ / / |
|
* | | | | rootless: automatically split userns ranges | Giuseppe Scrivano | 2021-01-07 |
* | | | | rootless: add function to retrieve uid mappings | Giuseppe Scrivano | 2021-01-07 |
* | | | | rootless: add function to retrieve gid mappings | Giuseppe Scrivano | 2021-01-07 |
|/ / / |
|
* | | | Merge pull request #8892 from mheon/fix_8886 | OpenShift Merge Robot | 2021-01-06 |
|\ \ \ |
|
| * | | | Ensure that user-specified HOSTNAME is honored | Matthew Heon | 2021-01-06 |
| |/ / |
|
* | | | Merge pull request #8685 from mheon/ignore_containersconf_sysctls_shared_net | OpenShift Merge Robot | 2021-01-05 |
|\ \ \ |
|
| * | | | Ignore containers.conf sysctls when sharing namespaces | Matthew Heon | 2020-12-10 |
* | | | | Merge pull request #8889 from vrothberg/run-1138 | OpenShift Merge Robot | 2021-01-05 |
|\ \ \ \ |
|