| Commit message (Expand) | Author | Age |
* | pass networks to container clone | cdoern | 2022-05-03 |
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | Implements Windows volume/mount support | Jason T. Greene | 2022-04-25 |
* | Merge pull request #13978 from Luap99/unparam | OpenShift Merge Robot | 2022-04-25 |
|\ |
|
| * | enable unparam linter | Paul Holzinger | 2022-04-25 |
* | | Merge pull request #13973 from Luap99/linter-revive | OpenShift Merge Robot | 2022-04-23 |
|\ \
| |/
|/| |
|
| * | replace golint with revive linter | Paul Holzinger | 2022-04-22 |
* | | Merge pull request #13918 from Luap99/hosts | OpenShift Merge Robot | 2022-04-22 |
|\ \ |
|
| * | | shared netns and --add-host should conflict | Paul Holzinger | 2022-04-22 |
* | | | Merge pull request #13881 from rhatdan/userns | OpenShift Merge Robot | 2022-04-22 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add support for --userns=nomap | Daniel J Walsh | 2022-04-21 |
* | | | Merge pull request #13972 from Luap99/staticcheck | OpenShift Merge Robot | 2022-04-22 |
|\ \ \
| |_|/
|/| | |
|
| * | | enable staticcheck linter | Paul Holzinger | 2022-04-22 |
| |/ |
|
* / | Run codespell on code | Daniel J Walsh | 2022-04-22 |
|/ |
|
* | healthcheck: set default healthcheck Interval if not specified in image | Aditya R | 2022-04-20 |
* | Merge pull request #13583 from rhatdan/ipc | OpenShift Merge Robot | 2022-04-16 |
|\ |
|
| * | Add support for ipc namespace modes "none, private, sharable" | Daniel J Walsh | 2022-04-12 |
* | | Merge pull request #13868 from cdoern/cloneSwap | OpenShift Merge Robot | 2022-04-15 |
|\ \ |
|
| * | | Fix Memory Swappiness passing in Container Clone | cdoern | 2022-04-14 |
| |/ |
|
* | | run, create: add --passwd-entry | Giuseppe Scrivano | 2022-04-14 |
* | | API: use no_hosts from containers.conf | Paul Holzinger | 2022-04-11 |
|/ |
|
* | Merge pull request #13594 from cdoern/podVolumes | OpenShift Merge Robot | 2022-04-01 |
|\ |
|
| * | fix pod volume passing and alter infra inheritance | cdoern | 2022-03-29 |
* | | specgen: permit --privileged and --cap-add | Giuseppe Scrivano | 2022-04-01 |
|/ |
|
* | Set systemd mode if entrypoint begins with /bin/sh -c | Daniel J Walsh | 2022-03-28 |
* | Merge pull request #13668 from rhatdan/walk | OpenShift Merge Robot | 2022-03-28 |
|\ |
|
| * | Switch all calls to filepath.Walk to filepath.WalkDir | Daniel J Walsh | 2022-03-27 |
* | | Merge pull request #13611 from rvandernoort/vendor_filters | OpenShift Merge Robot | 2022-03-28 |
|\ \
| |/
|/| |
|
| * | Vendor common | rvandernoort | 2022-03-27 |
* | | Merge pull request #13660 from rhatdan/error | OpenShift Merge Robot | 2022-03-27 |
|\ \ |
|
| * | | Remove error stutter | Daniel J Walsh | 2022-03-25 |
* | | | Run codespell to cleanup typos | Daniel J Walsh | 2022-03-25 |
|/ / |
|
* | | Merge pull request #13587 from giuseppe/clone-to-pod | OpenShift Merge Robot | 2022-03-24 |
|\ \ |
|
| * | | specgen: fix typo | Giuseppe Scrivano | 2022-03-24 |
| |/ |
|
* | | Merge pull request from GHSA-qvf8-p83w-v58j | Giuseppe Scrivano | 2022-03-24 |
|\ \
| |/
|/| |
|
| * | do not set the inheritable capabilities | Giuseppe Scrivano | 2022-03-23 |
* | | fix a number of errcheck issues | Valentin Rothberg | 2022-03-22 |
* | | linter: enable wastedassign | Valentin Rothberg | 2022-03-22 |
* | | go fmt: use go 1.18 conditional-build syntax | Valentin Rothberg | 2022-03-18 |
* | | podman create: building local pause image: do not read ignore files | Valentin Rothberg | 2022-03-17 |
* | | move k8s deps into podman | Paul Holzinger | 2022-03-15 |
* | | Add support for --chrootdirs | LStandman | 2022-03-14 |
* | | Add podman play kube --annotation | Daniel J Walsh | 2022-03-09 |
* | | Set default rule at the head of device configuration | Hironori Shiina | 2022-03-07 |
|/ |
|
* | Merge pull request #13157 from ydayagi/main | OpenShift Merge Robot | 2022-02-23 |
|\ |
|
| * | play kube: set defaults to container resources | Yaron Dayagi | 2022-02-23 |
* | | kube: honor mount propagation mode | Giuseppe Scrivano | 2022-02-23 |
|/ |
|
* | Implement Podman Container Clone | cdoern | 2022-02-20 |
* | Merge pull request #12930 from cdoern/podCgroup | OpenShift Merge Robot | 2022-02-04 |
|\ |
|
| * | Podman pod create --share-parent vs --share=cgroup | cdoern | 2022-02-03 |