| Commit message (Expand) | Author | Age |
* | compat attach: fix write on closed channel | Valentin Rothberg | 2022-01-18 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Merge pull request #12684 from mheon/remap_states | OpenShift Merge Robot | 2022-01-18 |
|\ |
|
| * | Revamp Libpod state strings for Docker compat | Matthew Heon | 2022-01-17 |
* | | Merge pull request #12870 from rhatdan/userns1 | OpenShift Merge Robot | 2022-01-18 |
|\ \
| |/
|/| |
|
| * | Use PODMAN_USERNS environment variable when running as a service | Daniel J Walsh | 2022-01-17 |
* | | Standardize on capatalized Cgroups | Daniel J Walsh | 2022-01-14 |
|/ |
|
* | Use new CDI API | Evan Lezar | 2022-01-14 |
* | Merge pull request #12828 from giuseppe/drop-check | OpenShift Merge Robot | 2022-01-13 |
|\ |
|
| * | libpod: refine check for empty pod cgroup | Giuseppe Scrivano | 2022-01-12 |
* | | 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 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 |
| |/ |
|
* | | use events_logfile_path from containers.conf for events log. | Daniel J Walsh | 2022-01-13 |
* | | libpod: fix check for systemd session | Giuseppe Scrivano | 2022-01-12 |
|/ |
|
* | Fix permission on secrets directory | Daniel J Walsh | 2022-01-11 |
* | Add podman rm --depend | Daniel J Walsh | 2022-01-11 |
* | Merge pull request #12807 from Luap99/macvlan-hostip | Daniel J Walsh | 2022-01-11 |
|\ |
|
| * | fix host.containers.internal entry for macvlan networks | Paul Holzinger | 2022-01-11 |
* | | Use the InfraImage defined in containers.conf | Daniel J Walsh | 2022-01-10 |
* | | Remove dead RuntimeOption functions | Daniel J Walsh | 2022-01-10 |
* | | Merge pull request #12733 from rhatdan/copy | OpenShift Merge Robot | 2022-01-07 |
|\ \
| |/
|/| |
|
| * | Set volume NeedsCopyUp to false iff data was copied up | Daniel J Walsh | 2022-01-06 |
* | | Prevent double decoding of storage options | Riyad Preukschas | 2022-01-07 |
* | | Merge pull request #12758 from rhatdan/runtime | OpenShift Merge Robot | 2022-01-06 |
|\ \ |
|
| * | | add OCI Runtime name to errors | Daniel J Walsh | 2022-01-06 |
| |/ |
|
* / | fix healthcheck timeouts and ut8 coercion | Brent Baude | 2022-01-06 |
|/ |
|
* | Merge pull request #12687 from rhatdan/volume | OpenShift Merge Robot | 2022-01-06 |
|\ |
|
| * | Support all volume mounts for rootless containers | Daniel J Walsh | 2022-01-04 |
* | | Merge pull request #12208 from cdoern/podSecurityOpt | OpenShift Merge Robot | 2022-01-05 |
|\ \
| |/
|/| |
|
| * | Pod Security Option support | cdoern | 2021-12-27 |
* | | Merge pull request #12697 from baude/servicefailedstates | OpenShift Merge Robot | 2022-01-03 |
|\ \ |
|
| * | | .service file removal on failure | Brent Baude | 2021-12-26 |
| |/ |
|
* / | fix doc | ye.sijun | 2022-01-03 |
|/ |
|
* | Merge pull request #12627 from rhatdan/passwd | OpenShift Merge Robot | 2021-12-23 |
|\ |
|
| * | Allow users to add host user accounts to /etc/passwd | Daniel J Walsh | 2021-12-23 |
* | | container creation: don't apply reserved annotations from image | Valentin Rothberg | 2021-12-23 |
|/ |
|
* | Merge pull request #12599 from rhatdan/kernelmemory | OpenShift Merge Robot | 2021-12-23 |
|\ |
|
| * | Warn on use of --kernel-memory | Daniel J Walsh | 2021-12-22 |
* | | Enable checkpoint/restore for /dev/shm | Radostin Stoyanov | 2021-12-23 |
* | | Always run passwd management code when DB value is nil | Matthew Heon | 2021-12-22 |
* | | Merge pull request #12375 from rhatdan/hosts | OpenShift Merge Robot | 2021-12-22 |
|\ \
| |/
|/| |
|
| * | Use hosts public ip address in rootless containers | Daniel J Walsh | 2021-12-21 |
* | | Merge pull request #12668 from vrothberg/fix-12667 | OpenShift Merge Robot | 2021-12-22 |
|\ \ |
|
| * | | support hosts without /etc/hosts | Valentin Rothberg | 2021-12-22 |
| |/ |
|
* | | Merge pull request #12664 from cdoern/noManagePasswd | OpenShift Merge Robot | 2021-12-22 |
|\ \
| |/
|/| |
|
| * | Podman run --passwd | cdoern | 2021-12-21 |