| Commit message (Expand) | Author | Age |
* | Merge pull request #8022 from baude/compatapitospecgen | OpenShift Merge Robot | 2020-10-21 |
|\ |
|
| * | refactor api compatibility container creation to specgen | baude | 2020-10-20 |
* | | Merge pull request #8067 from mheon/net_host_hosts | OpenShift Merge Robot | 2020-10-20 |
|\ \
| |/
|/| |
|
| * | Ensure that hostname is added to hosts with net=host | Matthew Heon | 2020-10-20 |
* | | Fix host to container port mapping for simple ranges | Sascha Grunert | 2020-10-19 |
|/ |
|
* | Merge pull request #7929 from kolyshkin/nits-err | OpenShift Merge Robot | 2020-10-06 |
|\ |
|
| * | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | | Support max_size logoptions | Daniel J Walsh | 2020-10-05 |
|/ |
|
* | Add SELinux support for pods | Daniel J Walsh | 2020-10-02 |
* | Merge pull request #7882 from giuseppe/check-for-gids-before-adding-them | OpenShift Merge Robot | 2020-10-02 |
|\ |
|
| * | rootless: move GetAvailableGids to the rootless pkg | Giuseppe Scrivano | 2020-10-02 |
* | | spec: open fuse with --device .*/fuse | Giuseppe Scrivano | 2020-10-02 |
|/ |
|
* | Merge pull request #7798 from QiWang19/run-manifest | OpenShift Merge Robot | 2020-09-30 |
|\ |
|
| * | Use local image if input image is a manifest list | Qi Wang | 2020-09-30 |
* | | Merge pull request #7820 from giuseppe/fix-capabilities-not-root | OpenShift Merge Robot | 2020-09-30 |
|\ \ |
|
| * | | capabilities: always set ambient and inheritable | Giuseppe Scrivano | 2020-09-30 |
| |/ |
|
* / | We already set container=podman environment variable | Daniel J Walsh | 2020-09-29 |
|/ |
|
* | Merge pull request #7783 from ashley-cui/slirp | OpenShift Merge Robot | 2020-09-29 |
|\ |
|
| * | Add support for slirp network for pods | Ashley Cui | 2020-09-25 |
* | | Ignore containers.conf sysctl when namespaces set to host | Daniel J Walsh | 2020-09-28 |
* | | Fix incorrect parsing of create/run --volumes-from | Paul Holzinger | 2020-09-20 |
|/ |
|
* | Fix podman pod create --infra-command and --infra-image | Daniel J Walsh | 2020-09-16 |
* | run/create: record raw image | Valentin Rothberg | 2020-09-15 |
* | Fix up errors found by codespell | Daniel J Walsh | 2020-09-11 |
* | Make oom-score-adj actually work | Daniel J Walsh | 2020-09-09 |
* | Fix unconfined AppArmor profile usage for unsupported systems | Sascha Grunert | 2020-09-07 |
* | Merge pull request #7355 from rhatdan/env | OpenShift Merge Robot | 2020-08-28 |
|\ |
|
| * | Use environment from containers.conf | Daniel J Walsh | 2020-08-28 |
* | | Merge pull request #7427 from mheon/update_error_messages | OpenShift Merge Robot | 2020-08-28 |
|\ \
| |/
|/| |
|
| * | Fix up some error messages | Matthew Heon | 2020-08-27 |
* | | Switch to containers/common for seccomp | Sascha Grunert | 2020-08-27 |
|/ |
|
* | Merge pull request #7372 from giuseppe/add-unified-configuration | OpenShift Merge Robot | 2020-08-24 |
|\ |
|
| * | podman: add option --cgroup-conf | Giuseppe Scrivano | 2020-08-21 |
* | | Merge pull request #7274 from rhatdan/caps | OpenShift Merge Robot | 2020-08-23 |
|\ \
| |/
|/| |
|
| * | In podman 1.* regression on --cap-add | Daniel J Walsh | 2020-08-21 |
* | | error when adding container to pod with network information | Brent Baude | 2020-08-21 |
|/ |
|
* | fix podman create/run UTS NS docs | Paul Holzinger | 2020-08-18 |
* | Merge pull request #7283 from mheon/pod_infra_has_exit_cmd | OpenShift Merge Robot | 2020-08-17 |
|\ |
|
| * | Ensure pod infra containers have an exit command | Matthew Heon | 2020-08-13 |
* | | run, create: add new security-opt proc-opts | Giuseppe Scrivano | 2020-08-12 |
* | | Merge pull request #7288 from tiran/systemd_local_init | OpenShift Merge Robot | 2020-08-11 |
|\ \
| |/
|/| |
|
| * | Use set for systemd commands | Christian Heimes | 2020-08-11 |
| * | Enable systemd mode for /usr/local/sbin/init | Christian Heimes | 2020-08-11 |
* | | Merge pull request #7269 from openSUSE/seccomp | OpenShift Merge Robot | 2020-08-11 |
|\ \ |
|
| * | | Allow specifying seccomp profiles for privileged containers | Sascha Grunert | 2020-08-11 |
* | | | Merge pull request #7239 from rhatdan/working | OpenShift Merge Robot | 2020-08-11 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix handling of working dir | Daniel J Walsh | 2020-08-10 |
| |/ |
|
* / | Do not use image CMD if user gave ENTRYPOINT | Matthew Heon | 2020-08-10 |
|/ |
|
* | Merge pull request #7176 from mheon/make_entrypoint | OpenShift Merge Robot | 2020-08-05 |
|\ |
|
| * | Ensure WORKDIR from images is created | Matthew Heon | 2020-08-03 |