| Commit message (Expand) | Author | Age |
* | rootless: write storage overrides to the conf file | Giuseppe Scrivano | 2019-10-21 |
* | Merge pull request #4292 from mheon/bump-1.6.2 | OpenShift Merge Robot | 2019-10-17 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2019-10-17 |
| * | Bump to v1.6.3-dev | Matthew Heon | 2019-10-17 |
| * | Bump to v1.6.2v1.6.2 | Matthew Heon | 2019-10-17 |
|/ |
|
* | Merge pull request #4290 from mheon/release_notes_1.6.2_final | OpenShift Merge Robot | 2019-10-17 |
|\ |
|
| * | Finalize release notes for v1.6.2 | Matthew Heon | 2019-10-17 |
|/ |
|
* | Merge pull request #4271 from tylarb/stdin_attach | OpenShift Merge Robot | 2019-10-17 |
|\ |
|
| * | Attach stdin to container at start if it was created with --interactive | Tyler Ramer | 2019-10-15 |
* | | Merge pull request #4199 from jwhonce/wip/exit_with_error | OpenShift Merge Robot | 2019-10-17 |
|\ \ |
|
| * | | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
* | | | Merge pull request #4279 from giuseppe/rootless-drop-dep-docker | OpenShift Merge Robot | 2019-10-17 |
|\ \ \ |
|
| * | | | rootless: drop dependency on docker | Giuseppe Scrivano | 2019-10-16 |
* | | | | Merge pull request #4280 from mheon/bump-1.6.2-rc1 | OpenShift Merge Robot | 2019-10-16 |
|\ \ \ \ |
|
| * | | | | Bump gitvalidation epoch | Matthew Heon | 2019-10-16 |
| * | | | | Bump to v1.6.2-dev | Matthew Heon | 2019-10-16 |
| * | | | | Bump to v1.6.2-rc1v1.6.2-rc1 | Matthew Heon | 2019-10-16 |
|/ / / / |
|
* | | | | Merge pull request #4278 from mheon/release_notes_1.6.2 | OpenShift Merge Robot | 2019-10-16 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add release notes for Podman 1.6.2 | Matthew Heon | 2019-10-16 |
|/ / / |
|
* | | | Merge pull request #4270 from dasmfm/podman-start-fix | OpenShift Merge Robot | 2019-10-16 |
|\ \ \
| |/ /
|/| | |
|
| * | | start: print full container ID | bklimenko | 2019-10-16 |
* | | | Merge pull request #4273 from mheon/no_runtime | OpenShift Merge Robot | 2019-10-16 |
|\ \ \ |
|
| * | | | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |
| |/ / |
|
* | | | Merge pull request #4272 from baude/rootlesstatsnet | OpenShift Merge Robot | 2019-10-16 |
|\ \ \ |
|
| * | | | rootless v2 cannot collect network stats | baude | 2019-10-15 |
| |/ / |
|
* | | | Merge pull request #4256 from mheon/fix_volumes | OpenShift Merge Robot | 2019-10-16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ensure volumes can be removed when they fail to unmount | Matthew Heon | 2019-10-14 |
* | | | Merge pull request #4195 from vrothberg/fix-4193 | OpenShift Merge Robot | 2019-10-15 |
|\ \ \ |
|
| * | | | inspect: rename ImageID go field to Image | Valentin Rothberg | 2019-10-15 |
* | | | | Merge pull request #4267 from giuseppe/accept-sbin-init | OpenShift Merge Robot | 2019-10-15 |
|\ \ \ \ |
|
| * | | | | systemd: accept also /sbin/init | Giuseppe Scrivano | 2019-10-15 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #4261 from vrothberg/update-storage | OpenShift Merge Robot | 2019-10-15 |
|\ \ \ \ |
|
| * | | | | vendor github.com/containers/storage@v1.13.5 | Valentin Rothberg | 2019-10-14 |
* | | | | | Merge pull request #4215 from TomSweeneyRedHat/dev/tsweeney/fixsquash | OpenShift Merge Robot | 2019-10-15 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Add squash-all, fix squash option in build | TomSweeneyRedHat | 2019-10-11 |
* | | | | | Merge pull request #4262 from nalind/error-cause | Daniel J Walsh | 2019-10-15 |
|\ \ \ \ \ |
|
| * | | | | | Unwrap errors before comparing them | Nalin Dahyabhai | 2019-10-14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #4229 from vrothberg/conmon-no-log-error | Daniel J Walsh | 2019-10-15 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | change error wording when conmon fails without logs | Valentin Rothberg | 2019-10-14 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #4245 from giuseppe/images-valid-json | OpenShift Merge Robot | 2019-10-14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | images: empty list is valid json with --format=json | Giuseppe Scrivano | 2019-10-11 |
* | | | | Merge pull request #4253 from KentaTada/fix-oci-hook-md | OpenShift Merge Robot | 2019-10-14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix sample's JSON syntax error in oci-hooks.5.md | Kenta Tada | 2019-10-14 |
|/ / / |
|
* | | | Merge pull request #4233 from mheon/fix_cc | OpenShift Merge Robot | 2019-10-12 |
|\ \ \ |
|
| * | | | Allow giving path to Podman for cleanup command | Matthew Heon | 2019-10-11 |
* | | | | Merge pull request #4243 from TomSweeneyRedHat/dev/tsweeney/fixrunmd | OpenShift Merge Robot | 2019-10-12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Touch up bad math in run man page | TomSweeneyRedHat | 2019-10-11 |
| | |/
| |/| |
|
* | | | Merge pull request #4238 from giuseppe/rootless-enable-ps-size-tests | OpenShift Merge Robot | 2019-10-11 |
|\ \ \ |
|
| * | | | tests: enable ps --size tests for rootless | Giuseppe Scrivano | 2019-10-11 |
* | | | | Merge pull request #4220 from mheon/null_runtime | OpenShift Merge Robot | 2019-10-11 |
|\ \ \ \ |
|