summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | Set targetPort to the port value in the kube yamlUrvashi Mohnani2021-10-14
* | | | Merge pull request #11978 from rhatdan/remoteOpenShift Merge Robot2021-10-15
|\ \ \ \
| * | | | If CONTAINER_HOST env variable is set default podman --remote=trueDaniel J Walsh2021-10-14
| |/ / /
* | | | Merge pull request #11976 from jwhonce/issues/10737OpenShift Merge Robot2021-10-15
|\ \ \ \
| * | | | Use CGO_ENABLED=1 when building natively on darwinJhon Honce2021-10-14
* | | | | Merge pull request #11979 from cevich/more_criu_fixOpenShift Merge Robot2021-10-15
|\ \ \ \ \
| * | | | | Test-hang fix: Wait for ready + timeout on connect.Chris Evich2021-10-14
| | |/ / / | |/| | |
* | | | | Merge pull request #11977 from rhatdan/logOpenShift Merge Robot2021-10-15
|\ \ \ \ \
| * | | | | Don't include ctr.log if not using file loggingDaniel J Walsh2021-10-14
| |/ / / /
* | | | | Merge pull request #11980 from umohnani8/kubeOpenShift Merge Robot2021-10-15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Do not add TCP to protocol in generated kube yamlUrvashi Mohnani2021-10-14
|/ / / /
* | | | Merge pull request #11967 from rhatdan/docsOpenShift Merge Robot2021-10-14
|\ \ \ \
| * | | | Fix codespell errorsDaniel J Walsh2021-10-14
* | | | | Merge pull request #11971 from rhatdan/archiveOpenShift Merge Robot2021-10-14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't use docker/pkg/archive, use containers/storage/pkg/archiveDaniel J Walsh2021-10-14
| |/ / /
* | | | Merge pull request #11966 from Luap99/panicOpenShift Merge Robot2021-10-14
|\ \ \ \ | |/ / / |/| | |
| * | | Fix panic in container create compat apiPaul Holzinger2021-10-14
| |/ /
* | | Merge pull request #11898 from rhatdan/docsOpenShift Merge Robot2021-10-14
|\ \ \
| * | | Add information about .containerignore to podman build man pageDaniel J Walsh2021-10-12
* | | | Merge pull request #11947 from umohnani8/kubeOpenShift Merge Robot2021-10-14
|\ \ \ \
| * | | | Don't add image entrypoint to the generate kube yamlUrvashi Mohnani2021-10-13
|/ / / /
* | | | Merge pull request #11944 from cdoern/kubeEmitOpenShift Merge Robot2021-10-13
|\ \ \ \
| * | | | Kube Gen run as user/group issuescdoern2021-10-12
* | | | | Merge pull request #11949 from Luap99/net-rangeOpenShift Merge Robot2021-10-13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | CNI: fix network create --ip-rangePaul Holzinger2021-10-12
* | | | | Merge pull request #11948 from rhatdan/codespellOpenShift Merge Robot2021-10-13
|\ \ \ \ \
| * | | | | codespell codeDaniel J Walsh2021-10-12
* | | | | | Merge pull request #11892 from vrothberg/searchOpenShift Merge Robot2021-10-13
|\ \ \ \ \ \
| * | | | | | podman search: display only name and description by defaultValentin Rothberg2021-10-13
* | | | | | | Merge pull request #11565 from Luap99/rootlessport-binOpenShift Merge Robot2021-10-13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rootlessport: reduce memory usage of the processPaul Holzinger2021-10-12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11943 from baude/issue11929OpenShift Merge Robot2021-10-13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | No space in kube annotations for bind mountsBrent Baude2021-10-12
* | | | | | Merge pull request #11924 from jwhonce/issues/11894OpenShift Merge Robot2021-10-12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Refactor podman search to be more code friendlyJhon Honce2021-10-12
* | | | | | Merge pull request #11935 from giuseppe/use-cgroup-controllersOpenShift Merge Robot2021-10-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cgroups: use cgroup.controllers to read controllersGiuseppe Scrivano2021-10-12
| |/ / / /
* | | | | Merge pull request #11925 from rhatdan/volumeOpenShift Merge Robot2021-10-12
|\ \ \ \ \
| * | | | | Remove a volume with --force if container is runningDaniel J Walsh2021-10-11
* | | | | | Merge pull request #11927 from jwhonce/issues/11921OpenShift Merge Robot2021-10-12
|\ \ \ \ \ \
| * | | | | | Fix CI flake on time of shutdown for API serviceJhon Honce2021-10-12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11886 from edsantiago/unitfile_pathOpenShift Merge Robot2021-10-12
|\ \ \ \ \ \
| * | | | | | Unit files: Use actual installed path for podmanEd Santiago2021-10-12
| |/ / / / /
* | | | | | Merge pull request #11932 from flouthoc/build-pruneOpenShift Merge Robot2021-10-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | builder: Add support for builder pruneAditya Rajan2021-10-12
| |/ / / /
* | | | | Merge pull request #11939 from containers/dependabot/go_modules/github.com/on...OpenShift Merge Robot2021-10-12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5dependabot[bot]2021-10-12
|/ / / /
* | | | Merge pull request #11920 from jwhonce/issues/11891OpenShift Merge Robot2021-10-11
|\ \ \ \ | |/ / / |/| | |
| * | | Use SplitN(2) when copying env variablesJhon Honce2021-10-11
| |/ /
* | | Merge pull request #11912 from chenk008/fix_roofs_path_contains_colonOpenShift Merge Robot2021-10-11
|\ \ \