Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add support for the unless-stopped restart policy | Matthew Heon | 2020-06-17 |
* | Merge pull request #6640 from edsantiago/fix_flaky_logs_test | OpenShift Merge Robot | 2020-06-17 |
|\ | |||
| * | "streaming output" logs test: fix flake | Ed Santiago | 2020-06-17 |
* | | Merge pull request #6636 from mheon/add_warnings | OpenShift Merge Robot | 2020-06-17 |
|\ \ | |||
| * | | Re-add resource limit warnings to Specgen | Matthew Heon | 2020-06-16 |
* | | | Merge pull request #6583 from mheon/inspect_ctr_before_img | OpenShift Merge Robot | 2020-06-17 |
|\ \ \ | |||
| * | | | Fix podman inspect on overlapping/missing objects | Matthew Heon | 2020-06-16 |
* | | | | Merge pull request #6622 from goochjj/podman_fix_init | OpenShift Merge Robot | 2020-06-17 |
|\ \ \ \ | |_|_|/ |/| | | | |||
| * | | | Fix --init and --init-path | Joseph Gooch | 2020-06-16 |
* | | | | Merge pull request #6638 from jwhonce/issues/6548 | OpenShift Merge Robot | 2020-06-17 |
|\ \ \ \ | |||
| * | | | | [CI:DOCS] Fixes #6548 | Jhon Honce | 2020-06-16 |
* | | | | | Merge pull request #6633 from rhatdan/VENDOR | OpenShift Merge Robot | 2020-06-17 |
|\ \ \ \ \ | |||
| * | | | | | Vendor containers/common v0.14.0 | Daniel J Walsh | 2020-06-16 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge pull request #6635 from rhatdan/logs | OpenShift Merge Robot | 2020-06-17 |
|\ \ \ \ \ | |||
| * | | | | | Add <return> to lines returen in podman-remote logs | Daniel J Walsh | 2020-06-16 |
|/ / / / / | |||
* | | | | | Merge pull request #6624 from rhatdan/mount | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Fix podman-remote images | Daniel J Walsh | 2020-06-16 |
* | | | | | Merge pull request #6616 from containers/dependabot/go_modules/github.com/con... | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Bump github.com/containers/conmon | dependabot-preview[bot] | 2020-06-16 |
| | |_|/ | |/| | | |||
* | | | | Merge pull request #6619 from mheon/revert_systemd_varlinkchange | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ \ | |||
| * | | | | Revert "Change Varlink systemd unit to use `system service`" | Matthew Heon | 2020-06-16 |
| | |_|/ | |/| | | |||
* | | | | Merge pull request #6610 from jwhonce/wip/varlink | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ \ | |/ / / |/| | | | |||
| * | | | Add deprecated message to varlink command | Jhon Honce | 2020-06-15 |
| |/ / | |||
* | | | Merge pull request #6615 from vrothberg/auto-update-variant | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ | |||
| * | | | handlers/compat: fix lint error | Valentin Rothberg | 2020-06-16 |
| * | | | auto-update: use image's arch | Valentin Rothberg | 2020-06-16 |
| |/ / | |||
* | | | Merge pull request #6605 from ypu/apiv2-pods | OpenShift Merge Robot | 2020-06-16 |
|\ \ \ | |/ / |/| | | |||
| * | | APIv2 tests: Add some tests for podman pods | Yiqiao Pu | 2020-06-16 |
* | | | Merge pull request #6589 from rhatdan/attach | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ | |||
| * | | | Handle errors on attach properly | Daniel J Walsh | 2020-06-15 |
* | | | | Merge pull request #6591 from jgallucci32/patch-1 | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ | |||
| * | | | | Remove redundant break in for loop. | jgallucci32 | 2020-06-15 |
| * | | | | Do not print error message when container does not exist | jgallucci32 | 2020-06-12 |
| * | | | | Changed from t.StopAtEOF() to t.Stop() and added error check | jgallucci32 | 2020-06-12 |
| * | | | | Fix -f logs to stop when a container exits | jgallucci32 | 2020-06-12 |
| * | | | | Fix -f logs follow with stopped container | Qi Wang | 2020-06-11 |
* | | | | | Merge pull request #6601 from zhangguanzhang/podman-cp-dir | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ | |||
| * | | | | | fix podman cp can create an extra directory level | zhangguanzhang | 2020-06-15 |
* | | | | | | Merge pull request #6590 from zhangguanzhang/master | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ \ | |||
| * | | | | | | Add the missing return | zhangguanzhang | 2020-06-12 |
| * | | | | | | Merge pull request #1 from containers/master | zhangguanzhang | 2020-06-12 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
* | | | | | | | Merge pull request #6603 from sujil02/python-test | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Adds more docker py test | Sujil02 | 2020-06-15 |
* | | | | | | | | Merge pull request #6597 from rhatdan/image | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Add some additional fields to imageinspect | Daniel J Walsh | 2020-06-13 |
| |/ / / / / / / | |||
* | | | | | | | | Merge pull request #6553 from vrothberg/replace | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| * | | | | | | | generate systemd: `--replace` on named containers/pods | Valentin Rothberg | 2020-06-15 |
| * | | | | | | | pod create --replace | Valentin Rothberg | 2020-06-15 |
| * | | | | | | | {create,run} --replace | Valentin Rothberg | 2020-06-15 |
* | | | | | | | | Merge pull request #6609 from mheon/bump-2.0.0-rc6 | OpenShift Merge Robot | 2020-06-15 |
|\ \ \ \ \ \ \ \ |