| Commit message (Expand) | Author | Age |
* | net types: remove omitempty from required fields | Paul Holzinger | 2021-09-22 |
* | Merge pull request #11676 from rhatdan/kube | OpenShift Merge Robot | 2021-09-21 |
|\ |
|
| * | Generate kube should'd add podman default environment vars | Daniel J Walsh | 2021-09-21 |
* | | Merge pull request #11650 from flouthoc/named-volume-overlay | OpenShift Merge Robot | 2021-09-21 |
|\ \
| |/
|/| |
|
| * | volume: Add support for overlay on named volumes | Aditya Rajan | 2021-09-21 |
* | | Pod Device Support | cdoern | 2021-09-20 |
|/ |
|
* | podman machine: use gvproxy for host.containers.internal | Paul Holzinger | 2021-09-20 |
* | Merge pull request #11628 from Luap99/remove-unsued-code | OpenShift Merge Robot | 2021-09-18 |
|\ |
|
| * | Remove unused code from libpod | Paul Holzinger | 2021-09-17 |
* | | Merge pull request #11607 from Luap99/ipvlan | OpenShift Merge Robot | 2021-09-17 |
|\ \
| |/
|/| |
|
| * | CNI: add ipvlan driver | Paul Holzinger | 2021-09-16 |
| * | CNI: network create support macvlan modes | Paul Holzinger | 2021-09-16 |
* | | Merge pull request #11603 from rhatdan/truncate | OpenShift Merge Robot | 2021-09-17 |
|\ \ |
|
| * | | Add no-trunc support to podman-events | Daniel J Walsh | 2021-09-16 |
| |/ |
|
* | | Merge pull request #11606 from giuseppe/always-move-pause-process-to-scope | OpenShift Merge Robot | 2021-09-17 |
|\ \ |
|
| * | | runtime: move pause process to scope | Giuseppe Scrivano | 2021-09-16 |
| |/ |
|
* / | Only add 127.0.0.1 entry to /etc/hosts with --net=none | Paul Holzinger | 2021-09-16 |
|/ |
|
* | Merge pull request #11322 from Luap99/network-libpod | OpenShift Merge Robot | 2021-09-15 |
|\ |
|
| * | Add Drivers method to the Network Interface | Paul Holzinger | 2021-09-15 |
| * | Drop OCICNI dependency | Paul Holzinger | 2021-09-15 |
| * | Wire network interface into libpod | Paul Holzinger | 2021-09-15 |
| * | cni network configs set ipv6 enables correctly | Paul Holzinger | 2021-09-15 |
| * | default network: do not validate the used subnets | Paul Holzinger | 2021-09-15 |
| * | network create: validate the input subnet | Paul Holzinger | 2021-09-15 |
* | | Merge pull request #11577 from rhatdan/tmpdir | OpenShift Merge Robot | 2021-09-15 |
|\ \
| |/
|/| |
|
| * | Set default storage from containers.conf for temporary images | Daniel J Walsh | 2021-09-15 |
* | | Merge pull request #11567 from giuseppe/cgroups-split-with-pods | OpenShift Merge Robot | 2021-09-15 |
|\ \
| |/
|/| |
|
| * | libpod: honor --cgroups=split also with pods | Giuseppe Scrivano | 2021-09-14 |
* | | Merge pull request #11409 from cdoern/podVolumes | OpenShift Merge Robot | 2021-09-15 |
|\ \ |
|
| * | | Pod Volumes Support | cdoern | 2021-09-14 |
| |/ |
|
* | | Merge pull request #11556 from afbjorklund/distribution-info | OpenShift Merge Robot | 2021-09-15 |
|\ \ |
|
| * | | Show variant and codename of the distribution | Anders F Björklund | 2021-09-14 |
* | | | Merge pull request #11170 from flouthoc/support-rootfs-overlay | OpenShift Merge Robot | 2021-09-14 |
|\ \ \
| |/ /
|/| | |
|
| * | | rootfs: Add support for rootfs-overlay and bump to buildah v1.22.1-0.202108 | flouthoc | 2021-09-14 |
| |/ |
|
* | | Merge pull request #11551 from Luap99/rootlessport-restart | OpenShift Merge Robot | 2021-09-14 |
|\ \ |
|
| * | | libpod: rootful close binded ports | Paul Holzinger | 2021-09-14 |
| * | | fix restart always with rootlessport | Paul Holzinger | 2021-09-13 |
| |/ |
|
* / | test: enable --cgroup-parent test | Giuseppe Scrivano | 2021-09-14 |
|/ |
|
* | Merge pull request #11323 from umohnani8/init | OpenShift Merge Robot | 2021-09-10 |
|\ |
|
| * | Add init containers to generate and play kube | Urvashi Mohnani | 2021-09-10 |
* | | Merge pull request #11509 from containers/dependabot/go_modules/github.com/co... | OpenShift Merge Robot | 2021-09-10 |
|\ \ |
|
| * | | Bump github.com/containers/psgo from 1.5.2 to 1.6.0 | dependabot[bot] | 2021-09-10 |
* | | | Merge pull request #11506 from giuseppe/fix-stats-restart-container | OpenShift Merge Robot | 2021-09-10 |
|\ \ \
| |_|/
|/| | |
|
| * | | stats: detect containers restart | Giuseppe Scrivano | 2021-09-10 |
| * | | stats: allow to read stats for paused containers | Giuseppe Scrivano | 2021-09-10 |
* | | | try to create the runroot before we warn that it is not writable | Paul Holzinger | 2021-09-10 |
|/ / |
|
* / | Fix conmon attach socket buffer size | Paul Holzinger | 2021-09-09 |
|/ |
|
* | Add logDriver to podman info | Daniel J Walsh | 2021-09-08 |
* | Merge pull request #11327 from flouthoc/warn-non-writeable-xdg-runtime | OpenShift Merge Robot | 2021-09-08 |
|\ |
|
| * | runtime: Warn if XDG_RUNTIME_DIR is set but is not writable. | flouthoc | 2021-08-30 |