| Commit message (Expand) | Author | Age |
* | Support uid,gid,mode options for secrets | Ashley Cui | 2021-05-17 |
* | Merge pull request #10300 from jwhonce/issues/10289 | OpenShift Merge Robot | 2021-05-12 |
|\ |
|
| * | Add host.serviceIsRemote to podman info results | Jhon Honce | 2021-05-10 |
* | | podman image tree: restore previous behavior | Valentin Rothberg | 2021-05-12 |
* | | fix restart always with slirp4netns | Paul Holzinger | 2021-05-11 |
|/ |
|
* | fix container startup for empty pidfile | Paul Holzinger | 2021-05-10 |
* | Merge pull request #10202 from EduardoVega/9763-kube-auto-update | OpenShift Merge Robot | 2021-05-07 |
|\ |
|
| * | Adds support to preserve auto update labels in generate and play kube | Eduardo Vega | 2021-05-06 |
* | | Merge pull request #10221 from ashley-cui/envsec | OpenShift Merge Robot | 2021-05-07 |
|\ \ |
|
| * | | Add support for environment variable secrets | Ashley Cui | 2021-05-06 |
* | | | Merge pull request #10238 from bacher09/fix-inf-loop | OpenShift Merge Robot | 2021-05-07 |
|\ \ \ |
|
| * | | | Fix infinite loop in isPathOnVolume | Slava Bacherikov | 2021-05-06 |
* | | | | Revert Patch to relabel if selinux not enabled | Daniel J Walsh | 2021-05-06 |
| |_|/
|/| | |
|
* | | | Merge pull request #9689 from boaz0/boaz-1 | OpenShift Merge Robot | 2021-05-06 |
|\ \ \ |
|
| * | | | Add restart-policy to container filters & --filter to podman start | Boaz Shuster | 2021-05-06 |
* | | | | cgroup: fix rootless --cgroup-parent with pods | Giuseppe Scrivano | 2021-05-06 |
|/ / / |
|
* / / | codespell cleanup | Daniel J Walsh | 2021-05-05 |
|/ / |
|
* | | Merge pull request #10220 from giuseppe/rm-volatile | OpenShift Merge Robot | 2021-05-05 |
|\ \ |
|
| * | | podman: set volatile storage flag for --rm containers | Giuseppe Scrivano | 2021-05-05 |
* | | | migrate Podman to containers/common/libimage | Valentin Rothberg | 2021-05-05 |
* | | | Merge pull request #10177 from giuseppe/always-honor-cgroup-parent | OpenShift Merge Robot | 2021-05-03 |
|\ \ \ |
|
| * | | | cgroup: always honor --cgroup-parent with cgroupfs | Giuseppe Scrivano | 2021-05-03 |
| |/ / |
|
* / / | Detect if in podman machine virtual vm | Brent Baude | 2021-04-30 |
|/ / |
|
* | | Use seccomp_profile as default profile if defined in containers.conf | Pablo Correa Gómez | 2021-04-28 |
* | | Merge pull request #10119 from rhatdan/timeout | OpenShift Merge Robot | 2021-04-27 |
|\ \ |
|
| * | | Add podman run --timeout option | Daniel J Walsh | 2021-04-23 |
* | | | Merge pull request #10136 from zhangguanzhang/generate-kube-volume | OpenShift Merge Robot | 2021-04-27 |
|\ \ \ |
|
| * | | | Fixes generate kube incorrect when bind-mounting "/" and "/root" | zhangguanzhang | 2021-04-26 |
| |/ / |
|
* | | | Merge pull request #9941 from Luap99/fix-9828 | OpenShift Merge Robot | 2021-04-27 |
|\ \ \ |
|
| * | | | Fix rootlesskit port forwarder with custom slirp cidr | Paul Holzinger | 2021-04-23 |
| |/ / |
|
* | | | Merge pull request #10144 from jmguzik/fix-prune-until-filter-images | OpenShift Merge Robot | 2021-04-26 |
|\ \ \ |
|
| * | | | Fix images prune filter until | Jakub Guzik | 2021-04-26 |
| | |/
| |/| |
|
* / | | libpod/image: unit tests: don't use system's registries.conf.d | Valentin Rothberg | 2021-04-26 |
|/ / |
|
* | | Merge pull request #10081 from sjug/cdi_device_lib | OpenShift Merge Robot | 2021-04-26 |
|\ \ |
|
| * | | Add support for CDI device configuration | Sebastian Jug | 2021-04-20 |
* | | | runtime: create userns when CAP_SYS_ADMIN is not present | Giuseppe Scrivano | 2021-04-26 |
| |/
|/| |
|
* | | Fixes from make codespell | Daniel J Walsh | 2021-04-21 |
* | | Merge pull request #8979 from haircommander/full-attach-path | OpenShift Merge Robot | 2021-04-21 |
|\ \ |
|
| * | | runtime: bump required conmon version | Peter Hunt | 2021-04-16 |
| * | | runtime: return findConmon to libpod | Peter Hunt | 2021-04-16 |
| * | | oci: drop ExecContainerCleanup | Peter Hunt | 2021-04-16 |
| * | | oci: use `--full-path` option for conmon | Peter Hunt | 2021-04-16 |
| * | | use AttachSocketPath when removing conmon files | Peter Hunt | 2021-04-16 |
* | | | rmi: don't break when the image is missing a manifest | Nalin Dahyabhai | 2021-04-20 |
| |/
|/| |
|
* | | Merge pull request #10041 from chenk008/add_pidfile_flag | OpenShift Merge Robot | 2021-04-19 |
|\ \ |
|
| * | | support pidfile on container restore | chenkang | 2021-04-18 |
| * | | fix start it | chenkang | 2021-04-17 |
| * | | set pidfile default value int containerconfig | chenkang | 2021-04-17 |
| * | | add pidfile in inspection | chenkang | 2021-04-17 |
| * | | add flag "--pidfile" for podman create/run | wuhua.ck | 2021-04-16 |