Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Retrieve network inspect info from dependency container | Matthew Heon | 2020-10-20 | |
| | |/ / / | |/| | | | ||||
* | | | | | 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 #7126 from mheon/fix_missing_ociruntime | OpenShift Merge Robot | 2020-10-20 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Add a system test to verify --runtime is preserved | Matthew Heon | 2020-10-20 | |
| * | | | | | | Use runtime names instead of paths in E2E tests | Matthew Heon | 2020-10-20 | |
| * | | | | | | Re-create OCI runtimes by path when it is missing | Matthew Heon | 2020-10-20 | |
| * | | | | | | When given OCI runtime by path, use path as name | 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 #8061 from edsantiago/bats | OpenShift Merge Robot | 2020-10-20 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | System tests: remove some misleading 'run's | Ed Santiago | 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 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | Fix sorting issues in completions | Daniel J Walsh | 2020-10-15 | |
| * | | | | | | 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 #8044 from Luap99/fix-8040 | OpenShift Merge Robot | 2020-10-18 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Always add the dnsname plugin to the config for rootless | Paul Holzinger | 2020-10-17 | |
|/ / / / / / / | ||||
* | | | | | | | 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 | |
* | | | | | | | | Merge pull request #8036 from xordspar0/heading-consistency | OpenShift Merge Robot | 2020-10-16 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Make man page headings more consistent | Jordan Christiansen | 2020-10-16 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #8039 from zhangguanzhang/runlabel-panic | OpenShift Merge Robot | 2020-10-16 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | Fix panic when runlabel is missing | zhangguanzhang | 2020-10-16 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #7992 from containers/dependabot/go_modules/github.com/con... | OpenShift Merge Robot | 2020-10-16 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | Bump github.com/containers/common from 0.24.0 to 0.26.0 | Daniel J Walsh | 2020-10-16 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #8029 from Luap99/image-trust-show-raw | OpenShift Merge Robot | 2020-10-16 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Fix podman image trust show --raw output | Paul Holzinger | 2020-10-15 | |
* | | | | | | Merge pull request #8035 from xordspar0/fix-doc-heading | Daniel J Walsh | 2020-10-15 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Fix podman-run man page heading | Jordan Christiansen | 2020-10-15 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #8030 from Luap99/fix-restore-panic | OpenShift Merge Robot | 2020-10-15 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Fix possible panic in libpod container restore | Paul Holzinger | 2020-10-15 | |
| |/ / / / | ||||
* | | | | | Merge pull request #8028 from containers/dependabot/go_modules/github.com/spf... | OpenShift Merge Robot | 2020-10-15 | |
|\ \ \ \ \ | ||||
| * | | | | | Bump github.com/spf13/cobra from 1.0.0 to 1.1.0 | dependabot-preview[bot] | 2020-10-15 | |
* | | | | | | Merge pull request #8003 from containers/dependabot/go_modules/github.com/ons... | OpenShift Merge Robot | 2020-10-15 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Bump github.com/onsi/gomega from 1.10.2 to 1.10.3 | dependabot-preview[bot] | 2020-10-13 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Merge pull request #8025 from edsantiago/bats | OpenShift Merge Robot | 2020-10-15 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | System test additions | Ed Santiago | 2020-10-14 | |
| * | | | | | Setup HOME environment when using --userns=keep-id | Daniel J Walsh | 2020-10-14 | |
| | |/ / / | |/| | | |