| Commit message (Expand) | Author | Age |
... | |
| * | | | libpod: bump up rootless-cni-infra to v3 | Akihiro Suda | 2020-09-30 |
* | | | | Merge pull request #7825 from rhatdan/exitcode | OpenShift Merge Robot | 2020-09-30 |
|\ \ \ \ |
|
| * | | | | Fix handling of remove of bogus volumes, networks and Pods | Daniel J Walsh | 2020-09-29 |
| |/ / / |
|
* | | | | Merge pull request #7827 from vrothberg/systemd-run-error | OpenShift Merge Robot | 2020-09-30 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | healthchecks: return systemd-run error | Valentin Rothberg | 2020-09-29 |
| | |/
| |/| |
|
* | | | Merge pull request #7783 from ashley-cui/slirp | OpenShift Merge Robot | 2020-09-29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add support for slirp network for pods | Ashley Cui | 2020-09-25 |
* | | | Properly handle podman run --pull command | Daniel J Walsh | 2020-09-27 |
* | | | HTTP Attach: Wait until both STDIN and STDOUT finish | Matthew Heon | 2020-09-24 |
* | | | Merge pull request #7754 from mheon/fix_logdriver_order | OpenShift Merge Robot | 2020-09-23 |
|\ \ \ |
|
| * | | | Fix a bug where log-driver json-file was made no logs | Matthew Heon | 2020-09-23 |
* | | | | Include cgroup manager in `podman info` output | Matthew Heon | 2020-09-22 |
|/ / / |
|
* | | | Merge pull request #7698 from AkihiroSuda/rootless-cni-deflake-lo-up | OpenShift Merge Robot | 2020-09-21 |
|\ \ \ |
|
| * | | | libpod: bumps up rootless-cni-infra to 2 | Akihiro Suda | 2020-09-21 |
* | | | | Merge pull request #7696 from jwhonce/wip/version | OpenShift Merge Robot | 2020-09-21 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Refactor version handling in cmd tree | Jhon Honce | 2020-09-18 |
* | | | | Merge pull request #7694 from mheon/fix_exec_supplemental_groups | OpenShift Merge Robot | 2020-09-19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Preserve groups in exec sessions in ctrs with --user | Matthew Heon | 2020-09-18 |
* | | | | Merge pull request #7671 from zhangguanzhang/play-kube-handle-restartPolicy | OpenShift Merge Robot | 2020-09-18 |
|\ \ \ \ |
|
| * | | | | handle the play kube and generate kube for with restartPolicy | zhangguanzhang | 2020-09-18 |
* | | | | | fix the .Path and .Args when use the infra-command | zhangguanzhang | 2020-09-18 |
|/ / / / |
|
* | | | | update github.com/docker/docker and relevant deps | Akihiro Suda | 2020-09-18 |
* | | | | image list: return all associated names | Valentin Rothberg | 2020-09-17 |
| |/ /
|/| | |
|
* | | | Merge pull request #7621 from rhatdan/pods | OpenShift Merge Robot | 2020-09-16 |
|\ \ \ |
|
| * | | | Fix podman pod create --infra-command and --infra-image | Daniel J Walsh | 2020-09-16 |
* | | | | Merge pull request #7653 from AkihiroSuda/fix-7652 | OpenShift Merge Robot | 2020-09-16 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix "rootless-cni-infra + runc fails with ENODEV" | Akihiro Suda | 2020-09-16 |
* | | | | Merge pull request #7624 from QiWang19/policy-option | OpenShift Merge Robot | 2020-09-16 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Supports import&run--signature-policy | Qi Wang | 2020-09-15 |
* | | | | Fix --systemd=always regression | Daniel J Walsh | 2020-09-15 |
|/ / / |
|
* | | | rootless CNI: extract env and cmd from image | Valentin Rothberg | 2020-09-15 |
* | | | libpod: rootless CNI image: use quay | Valentin Rothberg | 2020-09-15 |
|/ / |
|
* | | Merge pull request #7616 from EduardoVega/5845-support-for-systemd-resolved | OpenShift Merge Robot | 2020-09-14 |
|\ \
| |/
|/| |
|
| * | Determine if resolv.conf points to systemd-resolved | Eduardo Vega | 2020-09-11 |
* | | Merge pull request #7604 from vrothberg/fix-7406 | OpenShift Merge Robot | 2020-09-11 |
|\ \ |
|
| * | | system df: fix image-size calculations | Valentin Rothberg | 2020-09-11 |
| |/ |
|
* | | Merge pull request #7600 from rhatdan/codespell | OpenShift Merge Robot | 2020-09-11 |
|\ \ |
|
| * | | Fix up errors found by codespell | Daniel J Walsh | 2020-09-11 |
| |/ |
|
* | | Merge pull request #7403 from QiWang19/runtime-flag | OpenShift Merge Robot | 2020-09-11 |
|\ \
| |/
|/| |
|
| * | Add global options --runtime-flags | Qi Wang | 2020-09-04 |
* | | Merge pull request #7592 from mheon/force_attach_winch | OpenShift Merge Robot | 2020-09-11 |
|\ \ |
|
| * | | Force Attach() to send a SIGWINCH and redraw | Matthew Heon | 2020-09-10 |
* | | | Merge pull request #7591 from haircommander/play-kube-process-namespace | OpenShift Merge Robot | 2020-09-11 |
|\ \ \ |
|
| * | | | play/generate: support shareProcessNamespace | Peter Hunt | 2020-09-10 |
* | | | | Merge pull request #7587 from ParkerVR/kube-underscores | OpenShift Merge Robot | 2020-09-11 |
|\ \ \ \ |
|
| * | | | | allowed underscores to remain in name for YAML | Parker Van Roy | 2020-09-10 |
* | | | | | Merge pull request #7541 from mheon/modify_group | OpenShift Merge Robot | 2020-09-10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Make an entry in /etc/group when we modify /etc/passwd | Matthew Heon | 2020-09-10 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #7578 from giuseppe/join-userns-reuse-mappings | OpenShift Merge Robot | 2020-09-10 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | libpod: read mappings when joining a container userns | Giuseppe Scrivano | 2020-09-10 |