| Commit message (Expand) | Author | Age |
... | |
* | | | | Merge pull request #10081 from sjug/cdi_device_lib | OpenShift Merge Robot | 2021-04-26 |
|\ \ \ \ |
|
| * | | | | Add support for CDI device configuration | Sebastian Jug | 2021-04-20 |
* | | | | | Merge pull request #10079 from giuseppe/create-userns-for-root-without-CAP_SY... | OpenShift Merge Robot | 2021-04-26 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | runtime: create userns when CAP_SYS_ADMIN is not present | Giuseppe Scrivano | 2021-04-26 |
| * | | | | rootless: attempt to copy current mappings first | Giuseppe Scrivano | 2021-04-26 |
| * | | | | rootless: if root is not sub?id raise a debug message | Giuseppe Scrivano | 2021-04-22 |
* | | | | | Merge pull request #10131 from eriksjolund/fix_markdown_layout_bugs | OpenShift Merge Robot | 2021-04-25 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | [CI:DOCS] Fix Markdown layout bugs | Erik Sjölund | 2021-04-25 |
|/ / / / |
|
* | | | | Merge pull request #10107 from cevich/multi_arch_images | OpenShift Merge Robot | 2021-04-23 |
|\ \ \ \ |
|
| * | | | | Add github-action workflow to build/push multi-arch | Chris Evich | 2021-04-22 |
* | | | | | Merge pull request #10122 from Luap99/fix-10110 | OpenShift Merge Robot | 2021-04-23 |
|\ \ \ \ \ |
|
| * | | | | | Parse slirp4netns net options with compat api | Paul Holzinger | 2021-04-23 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #10121 from SoMuchForSubtlety/master | OpenShift Merge Robot | 2021-04-23 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix removal race condition in ListContainers | SoMuchForSubtlety | 2021-04-23 |
|/ / / / |
|
* | | | | Merge pull request #10099 from Luap99/format-completion | OpenShift Merge Robot | 2021-04-22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add go template shell completion for --format | Paul Holzinger | 2021-04-22 |
* | | | | Merge pull request #9495 from rhatdan/groups | OpenShift Merge Robot | 2021-04-22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add --group-add keep-groups: suplimentary groups into container | Daniel J Walsh | 2021-04-21 |
| * | | | Fixes from make codespell | Daniel J Walsh | 2021-04-21 |
* | | | | Merge pull request #10113 from containers/dependabot/go_modules/github.com/co... | OpenShift Merge Robot | 2021-04-22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Bump github.com/containers/common from 0.36.0 to 0.37.0 | dependabot[bot] | 2021-04-22 |
|/ / / |
|
* | | | Merge pull request #10102 from edsantiago/bats | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ |
|
| * | | | corrupt-image test: fix an oops | Ed Santiago | 2021-04-21 |
* | | | | Merge pull request #10103 from pipern/patch-1 | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ |
|
| * | | | | Typo fix to usage text of --compress option | Nick Piper | 2021-04-21 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10097 from containers/dependabot/go_modules/github.com/co... | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ |
|
| * | | | | Bump github.com/containers/storage from 1.29.0 to 1.30.0 | dependabot[bot] | 2021-04-21 |
* | | | | | Merge pull request #10088 from rhatdan/no-headers | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add --noheading flag to all list commands | Daniel J Walsh | 2021-04-21 |
* | | | | | Merge pull request #10080 from rhatdan/remote | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | podman-remote should show podman.sock info | Daniel J Walsh | 2021-04-20 |
* | | | | | Merge pull request #8979 from haircommander/full-attach-path | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | WIP: drop test requirement | Peter Hunt | 2021-04-16 |
| * | | | | runtime: bump required conmon version | Peter Hunt | 2021-04-16 |
| * | | | | runtime: return findConmon to libpod | Peter Hunt | 2021-04-16 |
| * | | | | oci: drop ExecContainerCleanup | Peter Hunt | 2021-04-16 |
| * | | | | oci: use `--full-path` option for conmon | Peter Hunt | 2021-04-16 |
| * | | | | use AttachSocketPath when removing conmon files | Peter Hunt | 2021-04-16 |
* | | | | | Merge pull request #10096 from containers/dependabot/go_modules/github.com/co... | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Bump github.com/containers/image/v5 from 5.11.0 to 5.11.1 | dependabot[bot] | 2021-04-21 |
|/ / / / |
|
* | | | | Merge pull request #10033 from nalind/just-remove-it | OpenShift Merge Robot | 2021-04-21 |
|\ \ \ \ |
|
| * | | | | rmi: don't break when the image is missing a manifest | Nalin Dahyabhai | 2021-04-20 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10093 from eriksjolund/fix_markdown_table_bug | OpenShift Merge Robot | 2021-04-20 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [CI:DOCS] Fix Markdown table layout bugs | Erik Sjölund | 2021-04-20 |
|/ / / |
|
* | | | Merge pull request #10072 from eriksjolund/rewrite_uidmap_documenation | OpenShift Merge Robot | 2021-04-20 |
|\ \ \
| |_|/
|/| | |
|
| * | | [CI:DOCS] Rewrite --uidmap doc in podman-create.1.md and podman-run.1.md | Erik Sjölund | 2021-04-20 |
|/ / |
|
* | | Merge pull request #10087 from TomSweeneyRedHat/dev/tsweeney/quickimportfix | OpenShift Merge Robot | 2021-04-19 |
|\ \ |
|
| * | | [CI:DOCS] Add missing dash to verbose option | TomSweeneyRedHat | 2021-04-19 |
* | | | Merge pull request #10085 from containers/dependabot/go_modules/github.com/ub... | OpenShift Merge Robot | 2021-04-19 |
|\ \ \
| |/ /
|/| | |
|
| * | | Bump github.com/uber/jaeger-client-go | dependabot[bot] | 2021-04-19 |