| Commit message (Expand) | Author | Age |
* | Merge pull request #13821 from eriksjolund/fix_userns_auto_docs | OpenShift Merge Robot | 2022-04-12 |
|\ |
|
| * | [CI:DOCS] Rewrite rootless --userns=auto docs | Erik Sjölund | 2022-04-12 |
* | | Merge pull request #13093 from 0xC0ncord/selinux-conmon-agnostic | OpenShift Merge Robot | 2022-04-12 |
|\ \ |
|
| * | | selinux: remove explicit range transition when starting conmon | Kenton Groombridge | 2022-03-08 |
* | | | Merge pull request #13826 from stevekuznetsov/skuznets/update-doc | OpenShift Merge Robot | 2022-04-11 |
|\ \ \ |
|
| * | | | pkg/bindings: document requirements for use | Steve Kuznetsov | 2022-04-11 |
|/ / / |
|
* | | | Merge pull request #13804 from cevich/auto_update_bp | OpenShift Merge Robot | 2022-04-11 |
|\ \ \ |
|
| * | | | Cirrus: Multi-arch build auto-update + tagging update | Chris Evich | 2022-04-07 |
* | | | | Merge pull request #13822 from edsantiago/buildah_3544_fixed | OpenShift Merge Robot | 2022-04-11 |
|\ \ \ \ |
|
| * | | | | System tests: reenable ps --external test | Ed Santiago | 2022-04-11 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13701 from Luap99/ipam-none | OpenShift Merge Robot | 2022-04-11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | network create: add support for ipam-driver none | Paul Holzinger | 2022-04-11 |
|/ / / |
|
* | | | Merge pull request #13794 from rhatdan/newuidmap | OpenShift Merge Robot | 2022-04-08 |
|\ \ \ |
|
| * | | | If newuidmap or newgidmap fail, then check their permissions | Daniel J Walsh | 2022-04-08 |
* | | | | Merge pull request #13811 from flouthoc/container_inspect_entrypoint | OpenShift Merge Robot | 2022-04-08 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | container,inspect: convert Entrypoint to array instead of a string | Aditya R | 2022-04-08 |
* | | | | Merge pull request #13687 from rhatdan/VENDOR | OpenShift Merge Robot | 2022-04-08 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Vendor in new opencontainers/selinux | Daniel J Walsh | 2022-04-08 |
| |/ / |
|
* | | | Merge pull request #13810 from vrothberg/images-size | OpenShift Merge Robot | 2022-04-08 |
|\ \ \ |
|
| * | | | images --size | Valentin Rothberg | 2022-04-08 |
|/ / / |
|
* | | | Merge pull request #13773 from TomSweeneyRedHat/dev/tsweeney/hello | OpenShift Merge Robot | 2022-04-07 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add Podman Hello to readme.md | tomsweeneyredhat | 2022-04-06 |
* | | | Merge pull request #13798 from n1hility/fix-docker-sock | OpenShift Merge Robot | 2022-04-07 |
|\ \ \ |
|
| * | | | Fix docker socket handling | Jason T. Greene | 2022-04-06 |
| |/ / |
|
* | | | Merge pull request #13796 from n1hility/no-live-set | OpenShift Merge Robot | 2022-04-07 |
|\ \ \
| |/ /
|/| | |
|
| * | | Prevent set command from updating a running instance | Jason T. Greene | 2022-04-06 |
|/ / |
|
* | | Merge pull request #13776 from containers/dependabot/go_modules/github.com/Bu... | OpenShift Merge Robot | 2022-04-06 |
|\ \ |
|
| * | | build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 | dependabot[bot] | 2022-04-05 |
* | | | Merge pull request #13786 from patrycja-guzik/docu3 | OpenShift Merge Robot | 2022-04-06 |
|\ \ \ |
|
| * | | | Unify examples section across several man pages: pod rm/start/unpause | Patrycja Guzik | 2022-04-05 |
* | | | | Merge pull request #13750 from baude/refactor3 | OpenShift Merge Robot | 2022-04-06 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | machine refactor 3: add symlinks for sockets | Brent Baude | 2022-04-05 |
|/ / / |
|
* | | | Merge pull request #13771 from patrycja-guzik/docu3 | OpenShift Merge Robot | 2022-04-05 |
|\| | |
|
| * | | Unify examples section across several man pages: init/kill | Patrycja Guzik | 2022-04-04 |
|/ / |
|
* | | Merge pull request #13696 from Luap99/apiv2-netavark | OpenShift Merge Robot | 2022-04-04 |
|\ \ |
|
| * | | test/apiv2: support netavark | Paul Holzinger | 2022-03-30 |
* | | | Merge pull request #13490 from gcalin/13266 | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ |
|
| * | | | Add option for pod logs to display different colors per container. | gcalin | 2022-03-29 |
| |/ / |
|
* | | | Merge pull request #13765 from giuseppe/do-not-set-oom-score-adj | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ |
|
| * | | | specgen: do not set OOMScoreAdj by default | Giuseppe Scrivano | 2022-04-04 |
* | | | | Merge pull request #13724 from naveensrinivasan/naveen/feat/set-perms-actions | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'containers:main' into naveen/feat/set-perms-actions | Naveen | 2022-04-02 |
| |\ \ \ \ |
|
| * | | | | | Set permissions for GitHub actions | naveensrinivasan | 2022-03-30 |
* | | | | | | Merge pull request #13757 from andrewaylett/anonymous_volumes | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ \ \ \ |
|
| * | | | | | | Allow creating anonymous volumes with --mount | Andrew Aylett | 2022-04-02 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #13655 from n1hility/dual-pipes | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ \ \ \ |
|
| * | | | | | | Prefer registering both machine and global pipe | Jason T. Greene | 2022-03-29 |
* | | | | | | | Merge pull request #13739 from cevich/fix_build_push | OpenShift Merge Robot | 2022-04-04 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Cirrus: Allow manually running image-build task | Chris Evich | 2022-03-31 |
| * | | | | | | Cirrus: Upd VM images to fix multi-arch build bug | Chris Evich | 2022-03-31 |
| | |_|/ / /
| |/| | | | |
|