| Commit message (Expand) | Author | Age |
* | Update test to run network check in both rootless and rootfull mode | Daniel J Walsh | 2022-04-22 |
* | Merge pull request #13918 from Luap99/hosts | OpenShift Merge Robot | 2022-04-22 |
|\ |
|
| * | test/system: add containers.conf test for new /etc/hosts options | Paul Holzinger | 2022-04-22 |
| * | shared netns and --add-host should conflict | Paul Holzinger | 2022-04-22 |
| * | network dis-/connect: update /etc/hosts | Paul Holzinger | 2022-04-22 |
| * | libpod: fix c.Hostname() to respect the utsNsCtr | Paul Holzinger | 2022-04-22 |
| * | use etchosts package from c/common | 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 |
* | | | | Merge pull request #13969 from flouthoc/mount-csv-parsing | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ |
|
| * | | | | specgen-volumes: parse --mount using csv-reader instead of split by comma | Aditya R | 2022-04-22 |
* | | | | | Merge pull request #13964 from rhatdan/rootfull | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Switch all rootful to rootfull | Daniel J Walsh | 2022-04-21 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13971 from rhatdan/codespell | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ |
|
| * | | | | Run codespell on code | Daniel J Walsh | 2022-04-22 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13935 from edsantiago/bats_assert | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ |
|
| * | | | | system tests: add assert(), and start using it | Ed Santiago | 2022-04-20 |
* | | | | | Merge pull request #13943 from cdoern/clone | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | podman container clone -f | cdoern | 2022-04-21 |
* | | | | | Merge pull request #13958 from cevich/fix_system_criu_relink | OpenShift Merge Robot | 2022-04-22 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Workaround criu re-linking output in system test | Chris Evich | 2022-04-21 |
* | | | | | Merge pull request #13963 from flouthoc/revert-entrypoint-compat | OpenShift Merge Robot | 2022-04-21 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Revert "container,inspect: convert Entrypoint to array instead of a string" | Aditya R | 2022-04-22 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13957 from cevich/fix_remote_netavark | OpenShift Merge Robot | 2022-04-21 |
|\ \ \ \ |
|
| * | | | | Fix using --network-backend on podman-remote | Chris Evich | 2022-04-21 |
| |/ / / |
|
* / / / | Fix upgrade tests assuming storage.conf exists | Chris Evich | 2022-04-21 |
|/ / / |
|
* | | | Merge pull request #13505 from rst0git/checkpoint-image-1 | OpenShift Merge Robot | 2022-04-21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add checkpoint image tests | Radostin Stoyanov | 2022-04-20 |
| |/ |
|
* / | Fix e2e tests referencing generic env. var. | Chris Evich | 2022-04-20 |
|/ |
|
* | Merge pull request #13835 from vrothberg/run-1436 | OpenShift Merge Robot | 2022-04-20 |
|\ |
|
| * | benchmarking Podman: proof of concept | Valentin Rothberg | 2022-04-20 |
* | | healthcheck: set default healthcheck Interval if not specified in image | Aditya R | 2022-04-20 |
|/ |
|
* | Translate Memory Limit to Swap in API | cdoern | 2022-04-18 |
* | 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 #13641 from nicrowe00/logfile | OpenShift Merge Robot | 2022-04-15 |
|\ \ |
|
| * | | Add log rotation based on log size | Niall Crowe | 2022-04-14 |
* | | | Merge pull request #13868 from cdoern/cloneSwap | OpenShift Merge Robot | 2022-04-15 |
|\ \ \ |
|
| * | | | Fix Memory Swappiness passing in Container Clone | cdoern | 2022-04-14 |
* | | | | Merge pull request #13616 from giuseppe/passwd-entry | OpenShift Merge Robot | 2022-04-14 |
|\ \ \ \ |
|
| * | | | | run, create: add --passwd-entry | Giuseppe Scrivano | 2022-04-14 |
| | |/ /
| |/| | |
|
* | | | | add a regression test for CVE-2022-1227 | Valentin Rothberg | 2022-04-14 |
* | | | | Merge pull request #13866 from edsantiago/bats | OpenShift Merge Robot | 2022-04-14 |
|\ \ \ \ |
|
| * | | | | System tests: Usage checks: better error messages | Ed Santiago | 2022-04-13 |
| |/ / / |
|
* | | | | Merge pull request #13857 from rhatdan/logs | OpenShift Merge Robot | 2022-04-14 |
|\ \ \ \ |
|
| * | | | | Fix --tail log on restart problem | Daniel J Walsh | 2022-04-13 |
* | | | | | Merge pull request #13872 from vrothberg/revert-size | OpenShift Merge Robot | 2022-04-14 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Revert "images --size" | Valentin Rothberg | 2022-04-14 |
| |/ / / |
|