| Commit message (Expand) | Author | Age |
* | Merge pull request #15900 from rhatdan/VENDOR | OpenShift Merge Robot | 2022-09-23 |
|\ |
|
| * | Fixup Buildah merge | Ed Santiago | 2022-09-23 |
* | | Merge pull request #15873 from ashley-cui/prettysecrets | OpenShift Merge Robot | 2022-09-23 |
|\ \ |
|
| * | | Add --pretty to podman secret inspect | Ashley Cui | 2022-09-22 |
* | | | Merge pull request #15463 from mheon/fix_15408 | OpenShift Merge Robot | 2022-09-23 |
|\ \ \
| |_|/
|/| | |
|
| * | | Events for containers in pods now include the pod's ID | Matthew Heon | 2022-09-22 |
* | | | Add support for 'image' volume driver | Matthew Heon | 2022-09-22 |
|/ / |
|
* | | Merge pull request #15895 from dcermak/don-expose-dev-for-privileged | OpenShift Merge Robot | 2022-09-22 |
|\ \ |
|
| * | | Don't mount /dev/tty* inside privileged containers running systemd | Dan Čermák | 2022-09-22 |
| |/ |
|
* | | Merge pull request #15131 from boaz0/closes_14707 | OpenShift Merge Robot | 2022-09-22 |
|\ \
| |/
|/| |
|
| * | Add support to sig-proxy for podman-remote | Boaz Shuster | 2022-09-20 |
* | | Merge pull request #15870 from idleroamer/podman-save | OpenShift Merge Robot | 2022-09-22 |
|\ \ |
|
| * | | cli: Add signature-policy flag to podman save | 😎Mostafa Emami | 2022-09-21 |
| |/ |
|
* | | System tests: reenable some skipped aarch64 tests | Ed Santiago | 2022-09-21 |
* | | Fix a few missed io/ioutil -> os updates | Chris Evich | 2022-09-21 |
* | | Merge pull request #15871 from cevich/replace_ioutil | OpenShift Merge Robot | 2022-09-21 |
|\ \ |
|
| * | | Replace deprecated ioutil | Chris Evich | 2022-09-20 |
| |/ |
|
* | | Merge pull request #15837 from rhatdan/format | OpenShift Merge Robot | 2022-09-21 |
|\ \ |
|
| * | | Improve generate systemd format | Daniel J Walsh | 2022-09-21 |
| |/ |
|
* | | Merge pull request #15842 from ashley-cui/seclabels | OpenShift Merge Robot | 2022-09-21 |
|\ \ |
|
| * | | Add labels to secrets | Ashley Cui | 2022-09-20 |
* | | | Merge pull request #15866 from boaz0/closes_15746 | OpenShift Merge Robot | 2022-09-21 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix podman-remote run --attach stdin to show container ID | Boaz Shuster | 2022-09-20 |
* | | | Merge pull request #15072 from rhatdan/context | OpenShift Merge Robot | 2022-09-19 |
|\ \ \ |
|
| * | | | Add support for podman context as alias to podman system connection | Daniel J Walsh | 2022-09-15 |
* | | | | podman container clone env patch | Charlie Doern | 2022-09-16 |
* | | | | Merge pull request #15823 from rhatdan/dns-opt | OpenShift Merge Robot | 2022-09-16 |
|\ \ \ \ |
|
| * | | | | Default to --dns-option to match Docker and Buildah | Daniel J Walsh | 2022-09-16 |
* | | | | | Merge pull request #15812 from sstosh/checkpoint-export-rawinput | OpenShift Merge Robot | 2022-09-16 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | remote: checkpoint --export prints a rawInput or an error on remote | Toshiki Sonoda | 2022-09-16 |
* | | | | | Cleanup: fix problems reported by shell lint | Ed Santiago | 2022-09-15 |
| |_|/ /
|/| | | |
|
* | | | | Merge pull request #15821 from vrothberg/revert-c20abf12c714f359c7bbb291c4445... | OpenShift Merge Robot | 2022-09-15 |
|\ \ \ \ |
|
| * | | | | Revert "generate systemd: drop ExecStop" | Valentin Rothberg | 2022-09-15 |
* | | | | | Merge pull request #15757 from mheon/fix_15526 | OpenShift Merge Robot | 2022-09-15 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Introduce graph-based pod container removal | Matthew Heon | 2022-09-14 |
* | | | | | generate systemd: drop ExecStop | Valentin Rothberg | 2022-09-15 |
* | | | | | stats: cap memory limit to the available memory | Giuseppe Scrivano | 2022-09-15 |
* | | | | | stats: map MaxUsage to the correct value | Giuseppe Scrivano | 2022-09-15 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #15786 from edsantiago/format_test_fixes | OpenShift Merge Robot | 2022-09-14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | System tests: cleanup in --format test | Ed Santiago | 2022-09-14 |
| |/ / |
|
* | | | Merge pull request #15794 from edsantiago/bats_races | OpenShift Merge Robot | 2022-09-14 |
|\ \ \ |
|
| * | | | System tests: fix three races | Ed Santiago | 2022-09-14 |
| |/ / |
|
* / / | libpod: fix lookup for subpath in volumes | Giuseppe Scrivano | 2022-09-14 |
|/ / |
|
* | | Merge pull request #15788 from kolyshkin/non-crypto-id | OpenShift Merge Robot | 2022-09-14 |
|\ \ |
|
| * | | all: stop using deprecated GenerateNonCryptoID | Kir Kolyshkin | 2022-09-13 |
* | | | Merge pull request #15777 from vrothberg/fix-14546 | OpenShift Merge Robot | 2022-09-14 |
|\ \ \ |
|
| * | | | generate systemd: fix pod dependencies | Valentin Rothberg | 2022-09-13 |
* | | | | [systemd] Ensure that podCreateArgs appear last in ExecStartPre= | Dan Čermák | 2022-09-14 |
| |/ /
|/| | |
|
* | | | Merge pull request #15673 from Luap99/template | OpenShift Merge Robot | 2022-09-13 |
|\ \ \ |
|
| * | | | rework --format system test | Paul Holzinger | 2022-09-13 |