| Commit message (Expand) | Author | Age |
* | Fix podman ps --filter ancestor to match exact ImageName/ImageID | flouthoc | 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 |
* | | | Merge pull request #10041 from chenk008/add_pidfile_flag | OpenShift Merge Robot | 2021-04-19 |
|\ \ \
| |/ /
|/| | |
|
| * | | add it for inspect pidfile | chenkang | 2021-04-18 |
| * | | support pidfile on container restore | chenkang | 2021-04-18 |
| * | | fix start it | chenkang | 2021-04-17 |
| * | | skip pidfile test on remote | chenkang | 2021-04-17 |
| * | | improve document | chenkang | 2021-04-17 |
| * | | set pidfile default value int containerconfig | chenkang | 2021-04-17 |