| Commit message (Expand) | Author | Age |
... | |
| * | | | system tests: socket activation: clean up | Ed Santiago | 2021-10-18 |
* | | | | Merge pull request #12009 from flouthoc/rootfs-overlay-cleanup-leak | OpenShift Merge Robot | 2021-10-18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | rootfs-overlay: fix overlaybase path for cleanups | Aditya Rajan | 2021-10-18 |
|/ / / |
|
* | | | Merge pull request #11990 from rhatdan/remote | OpenShift Merge Robot | 2021-10-16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Move CONTAINER_HOST and _CONNECTION to IsRemote Function | Daniel J Walsh | 2021-10-15 |
|/ / |
|
* | | Merge pull request #11955 from adrianreber/2021-10-13-f35-checkpoint-test-fix | OpenShift Merge Robot | 2021-10-15 |
|\ \ |
|
| * | | Checkpoint/Restore test fixes | Adrian Reber | 2021-10-14 |
* | | | Merge pull request #11982 from umohnani8/targetPort | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ |
|
| * | | | Set targetPort to the port value in the kube yaml | Urvashi Mohnani | 2021-10-14 |
* | | | | Merge pull request #11978 from rhatdan/remote | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ \ |
|
| * | | | | If CONTAINER_HOST env variable is set default podman --remote=true | Daniel J Walsh | 2021-10-14 |
| |/ / / |
|
* | | | | Merge pull request #11976 from jwhonce/issues/10737 | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ \ |
|
| * | | | | Use CGO_ENABLED=1 when building natively on darwin | Jhon Honce | 2021-10-14 |
* | | | | | Merge pull request #11979 from cevich/more_criu_fix | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ \ \ |
|
| * | | | | | Test-hang fix: Wait for ready + timeout on connect. | Chris Evich | 2021-10-14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #11977 from rhatdan/log | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ \ \ |
|
| * | | | | | Don't include ctr.log if not using file logging | Daniel J Walsh | 2021-10-14 |
| |/ / / / |
|
* | | | | | Merge pull request #11980 from umohnani8/kube | OpenShift Merge Robot | 2021-10-15 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Do not add TCP to protocol in generated kube yaml | Urvashi Mohnani | 2021-10-14 |
|/ / / / |
|
* | | | | Merge pull request #11967 from rhatdan/docs | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ \ |
|
| * | | | | Fix codespell errors | Daniel J Walsh | 2021-10-14 |
* | | | | | Merge pull request #11971 from rhatdan/archive | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Don't use docker/pkg/archive, use containers/storage/pkg/archive | Daniel J Walsh | 2021-10-14 |
| |/ / / |
|
* | | | | Merge pull request #11966 from Luap99/panic | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix panic in container create compat api | Paul Holzinger | 2021-10-14 |
| |/ / |
|
* | | | Merge pull request #11898 from rhatdan/docs | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ |
|
| * | | | Add information about .containerignore to podman build man page | Daniel J Walsh | 2021-10-12 |
* | | | | Merge pull request #11947 from umohnani8/kube | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ \ |
|
| * | | | | Don't add image entrypoint to the generate kube yaml | Urvashi Mohnani | 2021-10-13 |
|/ / / / |
|
* | | | | Merge pull request #11944 from cdoern/kubeEmit | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ |
|
| * | | | | Kube Gen run as user/group issues | cdoern | 2021-10-12 |
* | | | | | Merge pull request #11949 from Luap99/net-range | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | CNI: fix network create --ip-range | Paul Holzinger | 2021-10-12 |
* | | | | | Merge pull request #11948 from rhatdan/codespell | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ \ |
|
| * | | | | | codespell code | Daniel J Walsh | 2021-10-12 |
* | | | | | | Merge pull request #11892 from vrothberg/search | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ \ \ |
|
| * | | | | | | podman search: display only name and description by default | Valentin Rothberg | 2021-10-13 |
* | | | | | | | Merge pull request #11565 from Luap99/rootlessport-bin | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | rootlessport: reduce memory usage of the process | Paul Holzinger | 2021-10-12 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #11943 from baude/issue11929 | OpenShift Merge Robot | 2021-10-13 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | No space in kube annotations for bind mounts | Brent Baude | 2021-10-12 |
* | | | | | | Merge pull request #11924 from jwhonce/issues/11894 | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Refactor podman search to be more code friendly | Jhon Honce | 2021-10-12 |
* | | | | | | Merge pull request #11935 from giuseppe/use-cgroup-controllers | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | cgroups: use cgroup.controllers to read controllers | Giuseppe Scrivano | 2021-10-12 |
| |/ / / / |
|
* | | | | | Merge pull request #11925 from rhatdan/volume | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ \ \ |
|
| * | | | | | Remove a volume with --force if container is running | Daniel J Walsh | 2021-10-11 |
* | | | | | | Merge pull request #11927 from jwhonce/issues/11921 | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix CI flake on time of shutdown for API service | Jhon Honce | 2021-10-12 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #11886 from edsantiago/unitfile_path | OpenShift Merge Robot | 2021-10-12 |
|\ \ \ \ \ \ |
|