| Commit message (Expand) | Author | Age |
* | Merge pull request #8042 from rhatdan/tlsverify | OpenShift Merge Robot | 2020-10-20 |
|\ |
|
| * | --tls-verify and --authfile should work for all remote commands | Daniel J Walsh | 2020-10-19 |
* | | Merge pull request #8067 from mheon/net_host_hosts | OpenShift Merge Robot | 2020-10-20 |
|\ \ |
|
| * | | Ensure that hostname is added to hosts with net=host | Matthew Heon | 2020-10-20 |
* | | | Merge pull request #7999 from mheon/signal_handler | OpenShift Merge Robot | 2020-10-20 |
|\ \ \ |
|
| * | | | Enforce LIFO ordering for shutdown handlers | Matthew Heon | 2020-10-13 |
| * | | | Enable masking stop signals within container creation | Matthew Heon | 2020-10-12 |
| * | | | Add a shutdown handler package | Matthew Heon | 2020-10-12 |
* | | | | Merge pull request #8069 from matejvasek/fix-memswap | OpenShift Merge Robot | 2020-10-20 |
|\ \ \ \ |
|
| * | | | | fix: neutral value for MemorySwappiness | Matej Vasek | 2020-10-20 |
* | | | | | Merge pull request #8043 from saschagrunert/hostport-fix | OpenShift Merge Robot | 2020-10-20 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix host to container port mapping for simple ranges | Sascha Grunert | 2020-10-19 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #8056 from xordspar0/invalid-image | OpenShift Merge Robot | 2020-10-19 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Make invalid image name error more specific | Jordan Christiansen | 2020-10-19 |
* | | | | Merge pull request #7908 from rhatdan/diff | OpenShift Merge Robot | 2020-10-19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add support for external container | Daniel J Walsh | 2020-10-15 |
| * | | | fix podman container exists and diff for storage containers | Daniel J Walsh | 2020-10-15 |
| |/ / |
|
* | | | Merge pull request #8045 from andylibrian/podman-remote-cleanly-exit-on-detac... | OpenShift Merge Robot | 2020-10-17 |
|\ \ \ |
|
| * | | | Update podman-remote start --attach to handle detach keys | Andy Librian | 2020-10-16 |
| * | | | Update podman-remote run to handle detach keys | Andy Librian | 2020-10-16 |
| |/ / |
|
* / / | Fix panic when runlabel is missing | zhangguanzhang | 2020-10-16 |
|/ / |
|
* | | Merge pull request #7987 from jwhonce/jira/run-898-5 | OpenShift Merge Robot | 2020-10-14 |
|\ \ |
|
| * | | Restore --format table support | Jhon Honce | 2020-10-13 |
| |/ |
|
* | | Merge pull request #8009 from baude/nosuchimage | OpenShift Merge Robot | 2020-10-13 |
|\ \ |
|
| * | | alter compat no such image message | baude | 2020-10-13 |
| |/ |
|
* | | Merge pull request #7955 from ParkerVR/7751-alt | OpenShift Merge Robot | 2020-10-13 |
|\ \
| |/
|/| |
|
| * | newlines on all container detaches | Parker Van Roy | 2020-10-07 |
* | | Merge pull request #7853 from xordspar0/play-kube-limits-#7742 | OpenShift Merge Robot | 2020-10-12 |
|\ \ |
|
| * | | Add support for resource limits to play kube | Jordan Christiansen | 2020-10-12 |
* | | | Merge pull request #7836 from QiWang19/search-tags | OpenShift Merge Robot | 2020-10-12 |
|\ \ \ |
|
| * | | | Search repository tags using --list-tags | Qi Wang | 2020-10-09 |
| |/ / |
|
* | | | Merge pull request #7980 from 3sky/compatibility-api-timestamp | OpenShift Merge Robot | 2020-10-12 |
|\ \ \ |
|
| * | | | Resolve #7860 - add time.RFC3339Nano into ContainerJSONBase | 3sky | 2020-10-12 |
* | | | | Merge pull request #7984 from nalind/seccomp-error-message | OpenShift Merge Robot | 2020-10-12 |
|\ \ \ \ |
|
| * | | | | pkg/spec: fix a confusing error message | Nalin Dahyabhai | 2020-10-09 |
| | |/ /
| |/| | |
|
* / | | | Monitor for client closing stream | Jhon Honce | 2020-10-09 |
|/ / / |
|
* | | | Merge pull request #7891 from rhatdan/rm | OpenShift Merge Robot | 2020-10-09 |
|\ \ \ |
|
| * | | | This PR allows users to remove external containers directly | Daniel J Walsh | 2020-10-09 |
| | |/
| |/| |
|
* | | | Merge pull request #7910 from EduardoVega/7567-podman-configmaps | OpenShift Merge Robot | 2020-10-09 |
|\ \ \
| |_|/
|/| | |
|
| * | | Enable k8s configmaps as flags for play kube | Eduardo Vega | 2020-10-07 |
* | | | Merge pull request #7966 from baude/issue7950 | OpenShift Merge Robot | 2020-10-08 |
|\ \ \ |
|
| * | | | add compatibility endpoint for exporting multiple images | baude | 2020-10-08 |
* | | | | Merge pull request #7952 from baude/issue7934 | OpenShift Merge Robot | 2020-10-08 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | APIv2 compatibility rootless network fix | baude | 2020-10-07 |
| |/ / |
|
* | | | Merge pull request #7382 from mheon/pod_parallel | OpenShift Merge Robot | 2020-10-07 |
|\ \ \
| |_|/
|/| | |
|
| * | | Move pod jobs to parallel execution | Matthew Heon | 2020-10-07 |
| |/ |
|
* / | prevent unpredictable results with network create|remove | baude | 2020-10-07 |
|/ |
|
* | Merge pull request #7918 from zhangguanzhang/apiv2-wrong-StopSignal | OpenShift Merge Robot | 2020-10-06 |
|\ |
|
| * | fix apiv2 /containers/$name/json return wrong value in `.Config.StopSignal` | zhangguanzhang | 2020-10-06 |
* | | Merge pull request #7929 from kolyshkin/nits-err | OpenShift Merge Robot | 2020-10-06 |
|\ \ |
|