summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | Man pages: refactor common options: --cpusEd Santiago2022-08-23
* | | | | | | Merge pull request #15415 from cdoern/cloneOpenShift Merge Robot2022-08-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | pass environment variables to container cloneCharlie Doern2022-08-22
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #15384 from sstosh/options-cgroupsv1-rootlessOpenShift Merge Robot2022-08-23
|\ \ \ \ \ \
| * | | | | | Warning messages are printed and ignored if we use an unsupported optionToshiki Sonoda2022-08-23
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #15424 from flouthoc/inspect-image-healthcheckOpenShift Merge Robot2022-08-23
|\ \ \ \ \ \
| * | | | | | inspect, image: alias .Config.HealthCheck to .HealthCheck for compatibilityAditya R2022-08-23
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15420 from sstosh/fix-troubleOpenShift Merge Robot2022-08-23
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [CI:DOCS] Update Troubleshooting.mdToshiki Sonoda2022-08-23
| | |/ / / | |/| | |
* | | | | Merge pull request #15422 from edsantiago/docs_dedup_podidfileOpenShift Merge Robot2022-08-23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Man pages: refactor common options: --pod-id-fileEd Santiago2022-08-22
|/ / / /
* | | | Merge pull request #15414 from edsantiago/docs_dedup_cidfileOpenShift Merge Robot2022-08-22
|\ \ \ \ | |/ / / |/| | |
| * | | Man pages: refactor common options: --cidfileEd Santiago2022-08-22
| |/ /
* | | Merge pull request #15392 from ashley-cui/quietOpenShift Merge Robot2022-08-22
|\ \ \ | |/ / |/| |
| * | Add quiet/q flag to podman secret lsAshley Cui2022-08-22
* | | Merge pull request #15412 from edsantiago/docs_dedup_credsOpenShift Merge Robot2022-08-22
|\ \ \
| * | | Man pages: refactor common options: --credsEd Santiago2022-08-22
* | | | Merge pull request #15363 from rhatdan/secretOpenShift Merge Robot2022-08-22
|\ \ \ \
| * | | | Add podman secret inspect -f alias for --format: Docker compatibilityDaniel J Walsh2022-08-17
| * | | | Add podman secret create -d as alias for --driver for Docker compatibilityDaniel J Walsh2022-08-17
* | | | | Merge pull request #15369 from ht-vo/podman-save-validationOpenShift Merge Robot2022-08-22
|\ \ \ \ \
| * | | | | podman save: update --compress validationHoang Thanh VO2022-08-18
* | | | | | Merge pull request #15381 from dfr/freebsd-enableOpenShift Merge Robot2022-08-22
|\ \ \ \ \ \
| * | | | | | events: Add freebsd support for libpod/eventDoug Rabson2022-08-22
| * | | | | | cmd/podman: Enable ABI and Tunnel mode for freebsdDoug Rabson2022-08-22
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15403 from sstosh/cgroups-cpusetOpenShift Merge Robot2022-08-22
|\ \ \ \ \ \
| * | | | | | [CI:DOCS] Update how to enable resource limit delegationToshiki Sonoda2022-08-22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #15409 from vrothberg/fix-15300OpenShift Merge Robot2022-08-22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [CI:DOCS] elaborate on image lookups of foreign platformsValentin Rothberg2022-08-22
| | |/ / / | |/| | |
* | | | | Merge pull request #15407 from edsantiago/docs_dedup_certdirOpenShift Merge Robot2022-08-22
|\ \ \ \ \
| * | | | | Man pages: refactor common options: cert-dirEd Santiago2022-08-22
| |/ / / /
* | | | | Merge pull request #15391 from lsm5/430-dev-bumpOpenShift Merge Robot2022-08-22
|\ \ \ \ \
| * | | | | version bump to 4.3.0-devLokesh Mandvekar2022-08-22
| |/ / / /
* | | | | Merge pull request #15394 from daniloglima/feature/update-contrib-fileOpenShift Merge Robot2022-08-22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update "CONTRIBUTING" file with Debian/Ubuntu dependencies"Danilo Lima2022-08-22
|/ / / /
* | | | Merge pull request #15401 from vrothberg/fix-15388OpenShift Merge Robot2022-08-22
|\ \ \ \
| * | | | fix CI: remove hardcodeded alpine versionValentin Rothberg2022-08-22
| |/ / /
* | | | Merge pull request #15342 from edsantiago/docs_dedup_authfileOpenShift Merge Robot2022-08-22
|\ \ \ \ | |/ / / |/| | |
| * | | Man pages: refactor common options: authfileEd Santiago2022-08-16
* | | | Merge pull request #15365 from edsantiago/test_kube_generateOpenShift Merge Robot2022-08-18
|\ \ \ \
| * | | | podman generate kube - add actual testsEd Santiago2022-08-18
* | | | | Merge pull request #15371 from dfr/freebsd-conmonOpenShift Merge Robot2022-08-18
|\ \ \ \ \
| * | | | | libpod: Build oci_conmon_common.go and oci_conmon_attach_common on FreeBSDDoug Rabson2022-08-18
| * | | | | libpod: Move openUnixSocket to oci_conmon_attach_linux.goDoug Rabson2022-08-18
| * | | | | libpod: Move moveConmonToCgroupAndSignal and GetLimits to oci_conmon_linux.goDoug Rabson2022-08-18
| * | | | | libpod: Move socket label handling from oci_conmon_common.go to oci_conmon_li...Doug Rabson2022-08-18
| * | | | | libpod: Move rootless handling from oci_conmon_common.go to oci_conmon_linux.goDoug Rabson2022-08-18
| * | | | | libpod: Move oci_conmon_exec_linux.go to oci_conmon_exec_common.goDoug Rabson2022-08-18
| * | | | | libpod: Move oci_conmon_attach_linux.go to oci_conmon_attach_common.goDoug Rabson2022-08-18
| * | | | | libpod: Move oci_conmon_linux.go to oci_conmon_common.goDoug Rabson2022-08-18
| |/ / / /