Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge pull request #10610 from cdoern/healthCheck | OpenShift Merge Robot | 2021-06-23 | |
|\ \ | ||||
| * | | Health Check is not handled in the compat LibpodToContainerJSON | cdoern | 2021-06-23 | |
* | | | create: support images with invalid platform | Valentin Rothberg | 2021-06-23 | |
| |/ |/| | ||||
* | | Fix documentation of the --format option of podman push | Miloslav Trmač | 2021-06-17 | |
* | | Merge pull request #10683 from Luap99/exec-resize | OpenShift Merge Robot | 2021-06-16 | |
|\ \ | ||||
| * | | Fix resize race with podman exec -it | Paul Holzinger | 2021-06-16 | |
* | | | Merge pull request #10588 from cdoern/imgDocs | OpenShift Merge Robot | 2021-06-16 | |
|\ \ \ | ||||
| * | | | Docs Switch from Query Param to Header | cdoern | 2021-06-15 | |
* | | | | Merge pull request #10595 from boaz0/closes_10539 | OpenShift Merge Robot | 2021-06-15 | |
|\ \ \ \ | ||||
| * | | | | Restart all containers with restart-policy=always on boot | Boaz Shuster | 2021-06-13 | |
* | | | | | Merge pull request #10622 from cdoern/imgImportFeature | OpenShift Merge Robot | 2021-06-15 | |
|\ \ \ \ \ | ||||
| * | | | | | Image import fromSrc now supports OS/Arch | cdoern | 2021-06-14 | |
* | | | | | | Merge pull request #10668 from zhangguanzhang/panic-cgroup | OpenShift Merge Robot | 2021-06-15 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | Fix panic condition in cgroups.getAvailableControllers | zhangguanzhang | 2021-06-15 | |
* | | | | | | Merge pull request #10651 from rhatdan/build | OpenShift Merge Robot | 2021-06-14 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Add support for podman remote build -f - . | Daniel J Walsh | 2021-06-11 | |
* | | | | | | | Fix handling of podman-remote build --device | Daniel J Walsh | 2021-06-13 | |
| |/ / / / / |/| | | | | | ||||
* | | | | | | Merge pull request #10661 from mwhahaha/issue-10660 | OpenShift Merge Robot | 2021-06-12 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Fall back to string for dockerfile parameter | Alex Schultz | 2021-06-11 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #10405 from mheon/always_cleanup_exec | OpenShift Merge Robot | 2021-06-11 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Always spawn a cleanup process with exec | Matthew Heon | 2021-06-10 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #10638 from Luap99/volume | OpenShift Merge Robot | 2021-06-11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Fix volumes with uid and gid options | Paul Holzinger | 2021-06-11 | |
| |/ / / / | ||||
* | | | | | Merge pull request #10634 from Luap99/machine-build | OpenShift Merge Robot | 2021-06-10 | |
|\ \ \ \ \ | ||||
| * | | | | | Fix build tags for pkg/machine... | Paul Holzinger | 2021-06-10 | |
| |/ / / / | ||||
* / / / / | rootless: fix fast join userns path | Giuseppe Scrivano | 2021-06-09 | |
|/ / / / | ||||
* | | | | Merge pull request #10550 from rhatdan/Dockerfile | OpenShift Merge Robot | 2021-06-09 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||
| * | | | podman-remote build should handle -f option properly | Daniel J Walsh | 2021-06-08 | |
* | | | | [CI:DOCS] Update swagger for inspect network | Jhon Honce | 2021-06-08 | |
| |/ / |/| | | ||||
* | | | Merge pull request #10603 from cdoern/networksQuery | Charlie Doern | 2021-06-08 | |
|\ \ \ | |/ / |/| | | ||||
| * | | fixed docs and schemas | cdoern | 2021-06-08 | |
* | | | Merge pull request #10597 from Luap99/prune | OpenShift Merge Robot | 2021-06-08 | |
|\ \ \ | ||||
| * | | | Fix network prune api docs | Paul Holzinger | 2021-06-08 | |
| |/ / | ||||
* | | | Merge pull request #10548 from cdoern/imgFeature | OpenShift Merge Robot | 2021-06-08 | |
|\ \ \ | ||||
| * | | | made requested changes, fixed api tests | cdoern | 2021-06-04 | |
* | | | | remote pull: cancel pull when connection is closed | Paul Holzinger | 2021-06-08 | |
| |/ / |/| | | ||||
* | | | Merge pull request #10381 from adrianreber/2021-05-18-publish | OpenShift Merge Robot | 2021-06-07 | |
|\ \ \ | ||||
| * | | | Allow changing of port forward rules on restore | Adrian Reber | 2021-06-04 | |
* | | | | Merge pull request #10557 from vrothberg/fix-5572 | OpenShift Merge Robot | 2021-06-07 | |
|\ \ \ \ | ||||
| * | | | | systemd/generate: change type to notify | Valentin Rothberg | 2021-06-04 | |
| |/ / / | ||||
* | | | | Add parameter to specify checkpoint archive compression | Adrian Reber | 2021-06-07 | |
* | | | | Merge pull request #10561 from vrothberg/fix-remote-events-label | OpenShift Merge Robot | 2021-06-07 | |
|\ \ \ \ | ||||
| * | | | | remote events: support labels | Valentin Rothberg | 2021-06-04 | |
| |/ / / | ||||
* | | | | Merge pull request #10568 from jwhonce/issues/10562 | OpenShift Merge Robot | 2021-06-06 | |
|\ \ \ \ | ||||
| * | | | | [CI:DOCS] Document which CNI fields are encoded | Jhon Honce | 2021-06-04 | |
* | | | | | Merge pull request #10549 from Luap99/fix-9859 | OpenShift Merge Robot | 2021-06-05 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | remote: always send resize before the container starts | Paul Holzinger | 2021-06-04 | |
| |/ / / | ||||
* | | | | Merge pull request #10546 from boaz0/closes_8645 | OpenShift Merge Robot | 2021-06-04 | |
|\ \ \ \ | ||||
| * | | | | Add CORS support | Boaz Shuster | 2021-06-04 | |
| |/ / / | ||||
* | | | | Merge pull request #10563 from Luap99/fix-10494 | OpenShift Merge Robot | 2021-06-04 | |
|\ \ \ \ | |_|_|/ |/| | | |