summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #8877 from rhatdan/loadOpenShift Merge Robot2021-01-13
|\
| * Remove the ability to use [name:tag] in podman load commandDaniel J Walsh2021-01-12
| * More /var/run -> /runEd Santiago2021-01-12
* | Merge pull request #8953 from edsantiago/var_run_againOpenShift Merge Robot2021-01-12
|\ \ | |/ |/|
| * More /var/run -> /runEd Santiago2021-01-12
* | Merge pull request #8950 from mheon/exorcise_driverOpenShift Merge Robot2021-01-12
|\ \
| * | Exorcise Driver code from libpod/defineMatthew Heon2021-01-12
* | | Merge pull request #8946 from JAORMX/sec-errorsOpenShift Merge Robot2021-01-12
|\ \ \ | |_|/ |/| |
| * | Expose security attribute errors with their own messagesJuan Antonio Osorio Robles2021-01-12
* | | Merge pull request #8900 from cevich/no_tag_testingOpenShift Merge Robot2021-01-12
|\ \ \
| * | | Cirrus: Skip most tests on tag-pushChris Evich2021-01-07
* | | | Merge pull request #8947 from Luap99/cleanup-codeOpenShift Merge Robot2021-01-12
|\ \ \ \
| * | | | Fix problems reported by staticcheckPaul Holzinger2021-01-12
* | | | | Merge pull request #8851 from Luap99/fix-generate-systemd-flag-parsingOpenShift Merge Robot2021-01-12
|\ \ \ \ \
| * | | | | Make podman generate systemd --new flag parsing more robustPaul Holzinger2021-01-07
* | | | | | Merge pull request #8923 from Afourcat/masterOpenShift Merge Robot2021-01-12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Better test and idomatic code.Alexandre Fourcat2021-01-11
| * | | | | Adding json formatting to `--list-tags` option in `podman search`Alexandre Fourcat2021-01-10
* | | | | | Merge pull request #8905 from rhatdan/proxyOpenShift Merge Robot2021-01-12
|\ \ \ \ \ \
| * | | | | | Use HTTPProxy settings from containers.confDaniel J Walsh2021-01-11
* | | | | | | Merge pull request #8819 from chen-zhuohan/add-pre-checkpointOpenShift Merge Robot2021-01-12
|\ \ \ \ \ \ \
| * | | | | | | add pre checkpointunknown2021-01-10
| | |/ / / / / | |/| | | | |
* | | | | | | 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
|\ \ \ \