| Commit message (Expand) | Author | Age |
... | |
| * | | | | Allow 'container restore' with '--ipc host' | Adrian Reber | 2021-10-26 |
| | |/ /
| |/| | |
|
* / | | | Add support to play kube for --log-opt | Daniel J Walsh | 2021-10-25 |
|/ / / |
|
* | | | Merge pull request #12021 from rhatdan/kube | OpenShift Merge Robot | 2021-10-22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Generate Kube should not print default structs | Daniel J Walsh | 2021-10-19 |
* | | | Merge pull request #12057 from flouthoc/allow-tagging-manifest-list | OpenShift Merge Robot | 2021-10-21 |
|\ \ \ |
|
| * | | | tag: Support tagging manifest list instead of resolving to images | Aditya Rajan | 2021-10-21 |
* | | | | Merge pull request #12028 from edsantiago/test_system_connection | OpenShift Merge Robot | 2021-10-21 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add test for system connection | Ed Santiago | 2021-10-19 |
* | | | | System tests: confirm that -a and -l clash | Ed Santiago | 2021-10-20 |
* | | | | Merge pull request #11851 from cdoern/podRm | OpenShift Merge Robot | 2021-10-20 |
|\ \ \ \ |
|
| * | | | | Pod Rm Infra Improvements | cdoern | 2021-10-18 |
* | | | | | Merge pull request #12041 from edsantiago/container_env | OpenShift Merge Robot | 2021-10-20 |
|\ \ \ \ \ |
|
| * | | | | | system tests: CONTAINER_* and --help: cleanup | Ed Santiago | 2021-10-19 |
* | | | | | | podman run --memory=0 ... should not set memory limit | Daniel J Walsh | 2021-10-19 |
|/ / / / / |
|
* | | | | | Merge pull request #11937 from flouthoc/overlay-rootfs-chown | OpenShift Merge Robot | 2021-10-19 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | libpod: change mountpoint ownership c.Root when using overlay on top of exter... | Aditya Rajan | 2021-10-19 |
| | |/ /
| |/| | |
|
* / | | | Change podman connection list to use default field | Daniel J Walsh | 2021-10-18 |
|/ / / |
|
* | | | Merge pull request #11959 from rhatdan/selinux | OpenShift Merge Robot | 2021-10-18 |
|\ \ \ |
|
| * | | | We should only be relabeling when on first run | Daniel J Walsh | 2021-10-15 |
* | | | | Merge pull request #12016 from edsantiago/socktest_cleanup | OpenShift Merge Robot | 2021-10-18 |
|\ \ \ \ |
|
| * | | | | system tests: socket activation: clean up | Ed Santiago | 2021-10-18 |
* | | | | | rootfs-overlay: fix overlaybase path for cleanups | Aditya Rajan | 2021-10-18 |
|/ / / / |
|
* / / / | 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 #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 |
| |/ / / / |
|
* / / / / | 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 #11966 from Luap99/panic | OpenShift Merge Robot | 2021-10-14 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix panic in container create compat api | Paul Holzinger | 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 |
* | | | | | podman search: display only name and description by default | Valentin Rothberg | 2021-10-13 |
|/ / / / |
|
* | | | | 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 #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 |
| | |/ / /
| |/| | | |
|