Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | libpod: Move setUpNetwork and getCNIPodName to networking_common.go | Doug Rabson | 2022-09-12 | |
| * | | | | | | libpod: Move convertPortMappings and getNetworkOptions to networking_common.go | Doug Rabson | 2022-09-12 | |
| * | | | | | | libpod: Add FreeBSD implementation of container networking | Doug Rabson | 2022-09-12 | |
| * | | | | | | libpod: Re-work the container's network state to help code sharing | Doug Rabson | 2022-09-12 | |
| * | | | | | | libpod: Move platform-specific bind mounts to a per-platform method | Doug Rabson | 2022-09-12 | |
| * | | | | | | libpod: Avoid a nil dereference when generating resolv.conf on FreeBSD | Doug Rabson | 2022-09-12 | |
* | | | | | | | Merge pull request #15717 from Luap99/events | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | podman events --format: fix duplicated newline | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | fix race where podman events exits to early | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | set default EventsLogFilePath on first run | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | Improve --tmpdir and --events-backend docs | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | Use new secret store API | Ashley Cui | 2022-09-12 | |
| * | | | | | | | libpod: runtime newEventer() cleanup | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | event backend journald: fix problem with empty journal | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | event backend none: return an error when reading events | Paul Holzinger | 2022-09-12 | |
| * | | | | | | | fix hang with podman events file logger | Paul Holzinger | 2022-09-12 | |
| |/ / / / / / | ||||
* | | | | | | | Merge pull request #15751 from edsantiago/docs_dedup_volumes_from | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | Man pages: refactor common options: --volumes-from | Ed Santiago | 2022-09-12 | |
* | | | | | | | Merge pull request #15511 from rhatdan/codespell | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | Fix stutters | Daniel J Walsh | 2022-09-10 | |
* | | | | | | | Merge pull request #15747 from vrothberg/docs-volume | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | [CI:DOCS] --volume: consistent wording | Valentin Rothberg | 2022-09-12 | |
| | |_|/ / / | |/| | | | | ||||
* | | | | | | Merge pull request #15744 from dfr/vendor | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | update c/storage to latest | Doug Rabson | 2022-09-12 | |
|/ / / / / | ||||
* | | | | | Merge pull request #15737 from Juneezee/refactor/os.ReadDir | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ | ||||
| * | | | | | refactor: use `os.ReadDir` for lightweight directory reading | Eng Zer Jun | 2022-09-11 | |
* | | | | | | Merge pull request #15734 from KenMacD/add-path | OpenShift Merge Robot | 2022-09-12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Include more environment variables in conmon env. | Kenny MacDermid | 2022-09-11 | |
* | | | | | | Merge pull request #15728 from tyler92/fix-cpu-millis-limit | OpenShift Merge Robot | 2022-09-10 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Fix CPU usage limitation in play kube for non integer values | Mikhail Khachayants | 2022-09-10 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #15725 from cevich/no_multiarch_win | OpenShift Merge Robot | 2022-09-10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Cirrus: Don't run win_installer in multiarch cron | Chris Evich | 2022-09-09 | |
|/ / / / | ||||
* | | | | Merge pull request #15706 from edsantiago/docs_dedup_volume | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ | ||||
| * | | | | Man pages: refactor common options: --volume | Ed Santiago | 2022-09-09 | |
* | | | | | Merge pull request #15719 from containers/dependabot/go_modules/github.com/do... | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||
| * | | | | build(deps): bump github.com/docker/docker | dependabot[bot] | 2022-09-09 | |
* | | | | | Merge pull request #15716 from vrothberg/fix-15661 | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | stop: fix error handling | Valentin Rothberg | 2022-09-09 | |
* | | | | | Merge pull request #15687 from vrothberg/RUN-1639 | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ | ||||
| * | | | | | health check: add on-failure actions | Valentin Rothberg | 2022-09-09 | |
* | | | | | | Merge pull request #15462 from edsantiago/system_tests_for_update | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | System tests for podman-update | Ed Santiago | 2022-09-01 | |
* | | | | | | Merge pull request #15695 from Luap99/update-buildah | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Fixes for vendoring Buildah | Ed Santiago | 2022-09-09 | |
| * | | | | | | update buildah and c/common to latest | Paul Holzinger | 2022-09-09 | |
* | | | | | | | Merge pull request #15692 from giuseppe/pod-spec-userns | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | generate, kube: plug HostUsers | Giuseppe Scrivano | 2022-09-08 | |
| * | | | | | | | kube: plug HostUsers in the pod spec | Giuseppe Scrivano | 2022-09-08 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #15712 from sstosh/fix-swagger | OpenShift Merge Robot | 2022-09-09 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||
| * | | | | | | Fix swagger documentation | Toshiki Sonoda | 2022-09-09 | |
| |/ / / / / |