| Commit message (Expand) | Author | Age |
* | Use new CDI API | Evan Lezar | 2022-01-14 |
* | Merge pull request #12826 from vrothberg/force-rm-pod | OpenShift Merge Robot | 2022-01-13 |
|\ |
|
| * | podman container rm: remove pod | Valentin Rothberg | 2022-01-13 |
* | | Merge pull request #12642 from Luap99/libnetwork | OpenShift Merge Robot | 2022-01-13 |
|\ \
| |/
|/| |
|
| * | podman build enable --all-platforms and --unsetenv | Paul Holzinger | 2022-01-13 |
| * | use netns package from c/common | Paul Holzinger | 2022-01-12 |
| * | update buildah to latest and use new network stack | Paul Holzinger | 2022-01-12 |
| * | use libnetwork from c/common | Paul Holzinger | 2022-01-12 |
* | | Merge pull request #12836 from cdoern/podSysCtl | OpenShift Merge Robot | 2022-01-13 |
|\ \ |
|
| * | | Podman Pod Create --sysctl support | cdoern | 2022-01-12 |
* | | | Merge pull request #12644 from leahneukirchen/events-timestamp | OpenShift Merge Robot | 2022-01-13 |
|\ \ \ |
|
| * | | | remote events: convert TimeNano properly | Leah Neukirchen | 2022-01-12 |
| | |/
| |/| |
|
* | | | Merge pull request #12835 from baude/issue12815 | OpenShift Merge Robot | 2022-01-13 |
|\ \ \ |
|
| * | | | Wait for podman stop to complete | Brent Baude | 2022-01-12 |
* | | | | Merge pull request #12151 from rhatdan/noout | OpenShift Merge Robot | 2022-01-12 |
|\ \ \ \ |
|
| * | | | | Add --noout option to prevent the output of ids | Daniel J Walsh | 2022-01-12 |
| | |/ /
| |/| | |
|
* / | | | podman image scp: implement --quiet | Ed Santiago | 2022-01-12 |
|/ / / |
|
* | | | add additional fields to podman machine ls --json | Daniel J Walsh | 2022-01-11 |
* | | | Add podman rm --depend | Daniel J Walsh | 2022-01-11 |
|/ / |
|
* | | Merge pull request #12748 from flouthoc/ign_add_proxy_vars | OpenShift Merge Robot | 2022-01-11 |
|\ \ |
|
| * | | pkg: use PROXY_VARS from c/common | Aditya Rajan | 2022-01-11 |
| * | | ignition: add support from setting SSL_CERT_FILE | Aditya Rajan | 2022-01-11 |
| * | | ignition: propogate HTTP proxy variables from host to remote | Aditya Rajan | 2022-01-11 |
* | | | Use the InfraImage defined in containers.conf | Daniel J Walsh | 2022-01-10 |
|/ / |
|
* / | Don't add env if optional and not found | Urvashi Mohnani | 2022-01-10 |
|/ |
|
* | Merge pull request #12726 from hikhvar/remove-superflous-pod-rename | OpenShift Merge Robot | 2022-01-07 |
|\ |
|
| * | Don't rename pod if container has the same name | Christoph Petrausch | 2022-01-06 |
* | | Merge pull request #12614 from baude/bz2028408 | OpenShift Merge Robot | 2022-01-06 |
|\ \ |
|
| * | | fix healthcheck timeouts and ut8 coercion | Brent Baude | 2022-01-06 |
* | | | Merge pull request #11454 from afbjorklund/virtfs-volumes | OpenShift Merge Robot | 2022-01-06 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make it possible to select the volume driver | Anders F Björklund | 2021-12-30 |
| * | | Check the mount type for future compatibility | Anders F Björklund | 2021-12-30 |
| * | | Implement virtfs volumes for podman machine | Anders F Björklund | 2021-12-30 |
* | | | Merge pull request #11538 from mtrmac/http-credentials | OpenShift Merge Robot | 2022-01-06 |
|\ \ \
| |_|/
|/| | |
|
| * | | Make XRegistryAuthHeader and XRegistryConfigHeader private | Miloslav Trmač | 2021-12-10 |
| * | | Remove the authfile parameter of MakeXRegistryAuthHeader | Miloslav Trmač | 2021-12-10 |
| * | | Simplify the header decision in pkg/bindings/images.Build a bit | Miloslav Trmač | 2021-12-10 |
| * | | Remove the authfile parameter of MakeXRegistryConfigHeader | Miloslav Trmač | 2021-12-10 |
| * | | Remove no-longer-useful name variables | Miloslav Trmač | 2021-12-10 |
| * | | Consolidate creation of SystemContext with auth.json into a helper | Miloslav Trmač | 2021-12-10 |
| * | | Remove pkg/auth.Header | Miloslav Trmač | 2021-12-10 |
| * | | Call MakeXRegistryAuthHeader instead of Header(..., XRegistryAuthHeader) | Miloslav Trmač | 2021-12-10 |
| * | | Turn headerAuth into MakeXRegistryAuthHeader | Miloslav Trmač | 2021-12-10 |
| * | | Call MakeXRegistryConfigHeader instead of Header(..., XRegistryConfigHeader) | Miloslav Trmač | 2021-12-10 |
| * | | Turn headerConfig into MakeXRegistryConfigHeader | Miloslav Trmač | 2021-12-10 |
| * | | Move the auth file creation to GetCredentials | Miloslav Trmač | 2021-12-10 |
| * | | Consolidate the error handling path in GetCredentials | Miloslav Trmač | 2021-12-10 |
| * | | Only look up HTTP header values once in GetCredentials | Miloslav Trmač | 2021-12-10 |
| * | | Use Header.Values in GetCredentials.has | Miloslav Trmač | 2021-12-10 |
| * | | Beautify GetCredentials.has a bit | Miloslav Trmač | 2021-12-10 |