| Commit message (Expand) | Author | Age |
... | |
* | | | | Merge pull request #4443 from QiWang19/prune_pod | OpenShift Merge Robot | 2019-11-26 |
|\ \ \ \ |
|
| * | | | | Remove containers when pruning a stopped pod. | Qi Wang | 2019-11-26 |
| |/ / / |
|
* | | | | Merge pull request #4475 from rhatdan/tmpdir | OpenShift Merge Robot | 2019-11-26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add missing information to podman.1 man page | Daniel J Walsh | 2019-11-08 |
* | | | | Merge pull request #4514 from mheon/discard_cleanup_errors | OpenShift Merge Robot | 2019-11-26 |
|\ \ \ \ |
|
| * | | | | Discard errors from Shutdown in `system renumber` | Matthew Heon | 2019-11-22 |
* | | | | | podman {pod,} rm/stop: add --ignore flag | Valentin Rothberg | 2019-11-25 |
|/ / / / |
|
* | | | | Merge pull request #4512 from kunalkushwaha/prune-filter | OpenShift Merge Robot | 2019-11-22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | filter added to image pruge command. | Kunal Kushwaha | 2019-11-22 |
| * | | | warning added before image prune command | Kunal Kushwaha | 2019-11-12 |
* | | | | Merge pull request #4523 from vrothberg/systemd-improvements | OpenShift Merge Robot | 2019-11-19 |
|\ \ \ \ |
|
| * | | | | podman rm/stop --cidfile | Valentin Rothberg | 2019-11-18 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #4505 from vrothberg/arch | OpenShift Merge Robot | 2019-11-16 |
|\ \ \ \ |
|
| * | | | | container create: os/arch check | Valentin Rothberg | 2019-11-12 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #4368 from haircommander/pod-annotations | OpenShift Merge Robot | 2019-11-15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add pod annotations to container | Peter Hunt | 2019-11-08 |
* | | | | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
| |/ /
|/| | |
|
* | | | Merge pull request #4408 from slimjim2234/master | OpenShift Merge Robot | 2019-11-08 |
|\ \ \ |
|
| * | | | Fixed the JSON go template format for the 'info' action | Jimmy Crumpler | 2019-11-01 |
* | | | | Merge pull request #4337 from QiWang19/check_auth_path | OpenShift Merge Robot | 2019-11-08 |
|\ \ \ \ |
|
| * | | | | fix bug check nonexist authfile | Qi Wang | 2019-11-05 |
* | | | | | Merge pull request #4427 from rst0git/docs-rm-v | OpenShift Merge Robot | 2019-11-08 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | docs: Update "podman container rm -v" description | Radostin Stoyanov | 2019-11-04 |
* | | | | | Split up create config handling of namespaces and security | Peter Hunt | 2019-11-07 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #4451 from giuseppe/set-mac | OpenShift Merge Robot | 2019-11-07 |
|\ \ \ \ |
|
| * | | | | podman: add support for specifying MAC | Jakub Filak | 2019-11-06 |
* | | | | | Merge pull request #4468 from nalind/image-digests | OpenShift Merge Robot | 2019-11-07 |
|\ \ \ \ \ |
|
| * | | | | | podman images --digest: always list a digest | Nalin Dahyabhai | 2019-11-06 |
| |/ / / / |
|
* | | | | | Merge pull request #4441 from rhatdan/detach | OpenShift Merge Robot | 2019-11-07 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Allow users to disable detach keys | Daniel J Walsh | 2019-11-05 |
* | | | | | help message: don't parse the config for cgroup-manager default | Valentin Rothberg | 2019-11-06 |
| |_|/ /
|/| | | |
|
* | | | | namespaces: by default create cgroupns on cgroups v2 | Giuseppe Scrivano | 2019-11-05 |
|/ / / |
|
* / / | Validate contextdir on build | TomSweeneyRedHat | 2019-11-01 |
|/ / |
|
* | | Merge pull request #4404 from jwhonce/wip/panic | OpenShift Merge Robot | 2019-11-01 |
|\ \ |
|
| * | | Refactor test to prevent panic | Jhon Honce | 2019-10-31 |
* | | | logs: support --tail 0 | Giuseppe Scrivano | 2019-10-31 |
* | | | Merge pull request #4352 from vrothberg/config-package | OpenShift Merge Robot | 2019-10-31 |
|\ \ \ |
|
| * | | | add libpod/config | Valentin Rothberg | 2019-10-31 |
| |/ / |
|
* | / | Fix cp from pipe | Aleksey Chudov | 2019-10-30 |
| |/
|/| |
|
* | | Merge pull request #4369 from baude/golandautocodecorrections | OpenShift Merge Robot | 2019-10-30 |
|\ \
| |/
|/| |
|
| * | goland autocorrections | baude | 2019-10-29 |
* | | Set default seccomp.json file for podman play kube | Daniel J Walsh | 2019-10-29 |
* | | images: distinguish between tags and digests | Nalin Dahyabhai | 2019-10-29 |
* | | API: report multiple digests for images | Nalin Dahyabhai | 2019-10-29 |
* | | pull/create: add --override-arch/--override-os flags | Nalin Dahyabhai | 2019-10-29 |
* | | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
|/ |
|
* | enable dnsplugin for network create | baude | 2019-10-28 |
* | Merge pull request #4228 from giuseppe/detect-no-systemd-session | OpenShift Merge Robot | 2019-10-24 |
|\ |
|
| * | rootless: detect no system session with --cgroup-manager=systemd | Giuseppe Scrivano | 2019-10-23 |
* | | Merge pull request #4298 from mheon/uid_gid_options | OpenShift Merge Robot | 2019-10-24 |
|\ \ |
|