| Commit message (Expand) | Author | Age |
... | |
| * | | utils: return error message from StartTransientUnit | Giuseppe Scrivano | 2021-09-20 |
| * | | utils: raise warning only on cgroupv2 | Giuseppe Scrivano | 2021-09-20 |
|/ / |
|
* | | Merge pull request #11638 from edsantiago/bats | OpenShift Merge Robot | 2021-09-18 |
|\ \ |
|
| * | | System tests: cleanup, and remove obsolete skips | Ed Santiago | 2021-09-17 |
* | | | 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 #11617 from ashley-cui/ssh | OpenShift Merge Robot | 2021-09-18 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add username flag for machine ssh | Ashley Cui | 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 #11612 from rhatdan/docs | OpenShift Merge Robot | 2021-09-17 |
|\ \ \ |
|
| * | | | Fix up build the docs site | Daniel J Walsh | 2021-09-16 |
* | | | | Merge pull request #11620 from edsantiago/doc_cleanup | OpenShift Merge Robot | 2021-09-17 |
|\ \ \ \ |
|
| * | | | | [CI:DOCS] markdown cleanup | Ed Santiago | 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 |
| * | | | | system: move MovePauseProcessToScope to utils | Giuseppe Scrivano | 2021-09-16 |
| * | | | | system: always move pause process when running on systemd | Giuseppe Scrivano | 2021-09-16 |
| * | | | | system: avoid reading pause pid file | Giuseppe Scrivano | 2021-09-16 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #11602 from Luap99/netname | OpenShift Merge Robot | 2021-09-16 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Do not allow network modes to be used as network names | Paul Holzinger | 2021-09-16 |
| |/ / |
|
* | | | Merge pull request #11605 from Luap99/hosts | OpenShift Merge Robot | 2021-09-16 |
|\ \ \ |
|
| * | | | Only add 127.0.0.1 entry to /etc/hosts with --net=none | Paul Holzinger | 2021-09-16 |
| |/ / |
|
* | | | Merge pull request #11614 from Luap99/podman-io | OpenShift Merge Robot | 2021-09-16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use a new markdown converter for sphinx | Paul Holzinger | 2021-09-16 |
|/ / |
|
* | | Merge pull request #11599 from matejvasek/fix-cert-error-msg | OpenShift Merge Robot | 2021-09-16 |
|\ \
| |/
|/| |
|
| * | fix inverted condition | Matej Vasek | 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 |
| * | CI: load ipv6 kernel modules for rootless tests | 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 #11595 from matejvasek/fix-auth-ep | OpenShift Merge Robot | 2021-09-15 |
|\ \ |
|
| * | | Fix /auth compat endpoint | Matej Vasek | 2021-09-15 |
| |/ |
|
* | | Merge pull request #11592 from Luap99/runlabel-name | OpenShift Merge Robot | 2021-09-15 |
|\ \ |
|
| * | | container runlabel remove image tag from name | 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 #11585 from flouthoc/bump-buildah-1-23-0 | OpenShift Merge Robot | 2021-09-15 |
|\ \ \ |
|
| * | | | build.bats: fix copy tests after containers/buildah#3486 | Aditya Rajan | 2021-09-15 |
| * | | | build: mirror --authfile to filesystem if pointing to FD instead of file | Aditya Rajan | 2021-09-15 |
| * | | | vendor: Bump github.com/containers/buildah from 1.22.3 to 1.23.0 | Aditya Rajan | 2021-09-15 |