summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | Merge pull request #8933 from giuseppe/use-O_PATH-for-unix-sockOpenShift Merge Robot2021-01-12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | oci: use /proc/self/fd/FD to open unix socketGiuseppe Scrivano2021-01-12
* | | | | | | Merge pull request #8939 from cevich/more_cross_buildsOpenShift Merge Robot2021-01-11
|\ \ \ \ \ \ \
| * | | | | | | Cirrus: Add cross-compile test for alternative archesChris Evich2021-01-11
* | | | | | | | Merge pull request #8934 from vrothberg/fix-8931OpenShift Merge Robot2021-01-11
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | image list: ignore bare manifest listValentin Rothberg2021-01-11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #8917 from mheon/actually_report_play_kube_errorsOpenShift Merge Robot2021-01-11
|\ \ \ \ \ \ \
| * | | | | | | Ensure that `podman play kube` actually reports errorsMatthew Heon2021-01-11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #8932 from containers/dependabot/go_modules/github.com/con...OpenShift Merge Robot2021-01-11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Bump github.com/containers/storage from 1.24.4 to 1.24.5dependabot-preview[bot]2021-01-11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8935 from giuseppe/conmon-keep-LC_OpenShift Merge Robot2021-01-11
|\ \ \ \ \ \
| * | | | | | oci: keep LC_ env variables to conmonGiuseppe Scrivano2021-01-11
| |/ / / / /
* | | | | | Merge pull request #8925 from rhatdan/buildOpenShift Merge Robot2021-01-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | podman build --force-rm defaults to true in codeDaniel J Walsh2021-01-10
* | | | | | Merge pull request #8915 from rhatdan/remoteOpenShift Merge Robot2021-01-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve error message when the the podman service is not enabledDaniel J Walsh2021-01-09
| |/ / / /
* | | | | Merge pull request #8920 from Luap99/ps-network-filterOpenShift Merge Robot2021-01-10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use abi PodPs implementation for libpod/pods/json endpointPaul Holzinger2021-01-09
| * | | | Add Networks format placeholder to podman ps and pod psPaul Holzinger2021-01-09
| * | | | Add network filter for podman ps and pod psPaul Holzinger2021-01-09
|/ / / /
* | | | Merge pull request #8781 from rst0git/cr-volumesOpenShift Merge Robot2021-01-08
|\ \ \ \
| * | | | test: Add checkpoint/restore with volumesRadostin Stoyanov2021-01-07
| * | | | Include named volumes in container migrationRadostin Stoyanov2021-01-07
| * | | | Use Options as CRImportCheckpoint() argumentRadostin Stoyanov2021-01-07
| * | | | Use Options as exportCheckpoint() argumentRadostin Stoyanov2021-01-07
| |/ / /
* | | | Merge pull request #8912 from jwhonce/issues/8891OpenShift Merge Robot2021-01-08
|\ \ \ \
| * | | | Restore compatible API for prune endpointsJhon Honce2021-01-07
|/ / / /
* | | | Merge pull request #8907 from Luap99/fix-mips-buildOpenShift Merge Robot2021-01-07
|\ \ \ \
| * | | | Add mips architecture to the cross build targetPaul Holzinger2021-01-07
| * | | | Fix build for mips architecture follow-upPaul Holzinger2021-01-07
* | | | | Merge pull request #8771 from rhatdan/runOpenShift Merge Robot2021-01-07
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Switch references of /var/run -> /runDaniel J Walsh2021-01-07
* | | | | Merge pull request #8821 from rhatdan/capsOpenShift Merge Robot2021-01-07
|\ \ \ \ \
| * | | | | Handle podman exec capabilities correctlyDaniel J Walsh2021-01-07
| * | | | | Containers should not get inheritable caps by defaultDaniel J Walsh2021-01-07
| |/ / / /
* | | | | Merge pull request #8816 from giuseppe/automatically-split-userns-mappingsOpenShift Merge Robot2021-01-07
|\ \ \ \ \
| * | | | | rootless: automatically split userns rangesGiuseppe Scrivano2021-01-07
| * | | | | rootless: add function to retrieve uid mappingsGiuseppe Scrivano2021-01-07
| * | | | | rootless: add function to retrieve gid mappingsGiuseppe Scrivano2021-01-07
| | |_|/ / | |/| | |
* | | | | Merge pull request #8904 from Luap99/fix-podman-logsOpenShift Merge Robot2021-01-07
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix podman logs read partial log linesPaul Holzinger2021-01-07
| | |/ / | |/| |
* | | | Merge pull request #8884 from containers/dependabot/go_modules/github.com/goo...OpenShift Merge Robot2021-01-07
|\ \ \ \ | |_|/ / |/| | |
| * | | Bump github.com/google/uuid from 1.1.3 to 1.1.4dependabot-preview[bot]2021-01-05
* | | | Merge pull request #8832 from hshiina/logfileOpenShift Merge Robot2021-01-06
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix e2e test for `podman build --logfile`Hironori Shiina2020-12-24
* | | | Merge pull request #8805 from giuseppe/single-user-mapped-rootOpenShift Merge Robot2021-01-06
|\ \ \ \
| * | | | libpod: handle single user mapped as rootGiuseppe Scrivano2020-12-24
* | | | | Merge pull request #8892 from mheon/fix_8886OpenShift Merge Robot2021-01-06
|\ \ \ \ \
| * | | | | Ensure that user-specified HOSTNAME is honoredMatthew Heon2021-01-06
| | |_|_|/ | |/| | |
* | | | | Merge pull request #8901 from mheon/reenable_cevich_testsOpenShift Merge Robot2021-01-06
|\ \ \ \ \