| Commit message (Expand) | Author | Age |
* | Add support for showing keyPaths in (podman image trust show) | Miloslav Trmač | 2022-08-25 |
* | Support (image trust show) for sigstoreSigned entries | Miloslav Trmač | 2022-08-25 |
* | BREAKING CHANGE: Change how (podman image trust show) represents multiple req... | Miloslav Trmač | 2022-08-25 |
* | Reorganize descriptionsOfPolicyRequirements a bit | Miloslav Trmač | 2022-08-25 |
* | Use the full descriptionsOfPolicyRequirements for the default scope | Miloslav Trmač | 2022-08-25 |
* | Rename haveMatchRegistry to registriesDConfigurationForScope | Miloslav Trmač | 2022-08-25 |
* | Rename tempTrustShowOutput to entry | Miloslav Trmač | 2022-08-25 |
* | Split descriptionsOfPolicyRequirements out of getPolicyShowOutput | Miloslav Trmač | 2022-08-25 |
* | Recognize the new lookaside names for simple signing sigstore | Miloslav Trmač | 2022-08-25 |
* | Add a unit test for trust.PolicyDescription | Miloslav Trmač | 2022-08-25 |
* | Make the output of (podman image trust show) deterministic | Miloslav Trmač | 2022-08-25 |
* | Make most of pkg/trust package-private | Miloslav Trmač | 2022-08-25 |
* | Move most of ImageEngine.ShowTrust into pkg/trust.PolicyDescription | Miloslav Trmač | 2022-08-25 |
* | Add support for sigstoreSigned in (podman image trust set) | Miloslav Trmač | 2022-08-25 |
* | Create new policy entries together with validating input | Miloslav Trmač | 2022-08-25 |
* | Improve validation of data in ImageEngine.SetTrust | Miloslav Trmač | 2022-08-25 |
* | Move most of imageEngine.SetTrust to pkg/trust.AddPolicyEntries | Miloslav Trmač | 2022-08-25 |
* | Add a variable for scope | Miloslav Trmač | 2022-08-25 |
* | Make trust.CreateTempFile private | Miloslav Trmač | 2022-08-25 |
* | Reorganize pkg/trust | Miloslav Trmač | 2022-08-25 |
* | Remove an unused trust.ShowOutput type | Miloslav Trmač | 2022-08-25 |
* | Remove commented out code | Miloslav Trmač | 2022-08-25 |
* | Merge pull request #15453 from edsantiago/docs_dedup_ipc | OpenShift Merge Robot | 2022-08-24 |
|\ |
|
| * | Man pages: refactor common options: --ipc | Ed Santiago | 2022-08-24 |
* | | Merge pull request #15439 from rhatdan/service | OpenShift Merge Robot | 2022-08-24 |
|\ \ |
|
| * | | Fix documentation of use of tcp connections | Daniel J Walsh | 2022-08-23 |
* | | | Merge pull request #15437 from mheon/default_volume_timeout | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ |
|
| * | | | Add support for containers.conf volume timeouts | Matthew Heon | 2022-08-23 |
* | | | | Merge pull request #15443 from flouthoc/env-merge-support | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | run,create: add support for --env-merge for preprocessing vars | Aditya R | 2022-08-24 |
* | | | | Merge pull request #15450 from edsantiago/docs_dedup_gidmap | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ |
|
| * | | | | Man pages: refactor common options: --gidmap | Ed Santiago | 2022-08-24 |
* | | | | | Merge pull request #15444 from foriequal0/podman-docker-rootless | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ \ |
|
| * | | | | | Fix rpm packaging error | SeongChan Lee | 2022-08-24 |
| * | | | | | Install podman-docker.conf on user-tmpfiles.d too | SeongChan Lee | 2022-08-24 |
| * | | | | | Use tmpfiles.d specifiers instead of fixed path | SeongChan Lee | 2022-08-24 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #15447 from sstosh/e2e-memswap | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ \ |
|
| * | | | | | e2e: Add run --memory-swap test | Toshiki Sonoda | 2022-08-24 |
| |/ / / / |
|
* | | | | | Merge pull request #15445 from dfr/freebsd-info | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | libpod: Enable 'podman info' for FreeBSD | Doug Rabson | 2022-08-24 |
| * | | | | libpod: Move getCPUUtilization to info_linux.go | Doug Rabson | 2022-08-24 |
| * | | | | libpod: Read kernel version and uptime using buildah/pkg/util | Doug Rabson | 2022-08-24 |
| * | | | | libpod: Split out platform-specific code from hostInfo | Doug Rabson | 2022-08-24 |
| |/ / / |
|
* | | | | Merge pull request #15449 from edsantiago/docs_dedup_workdir | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ |
|
| * | | | | Man pages: Refactor common options: --workdir | Ed Santiago | 2022-08-24 |
|/ / / / |
|
* | | | | Merge pull request #15351 from marshall-lee/images-pull-simple | OpenShift Merge Robot | 2022-08-24 |
|\ \ \ \ |
|
| * | | | | Add ProgressWriter to PullOptions | Vladimir Kochnev | 2022-08-19 |
| * | | | | Pass io.Writer when pushing images/manifests from command line | Vladimir Kochnev | 2022-08-18 |
| * | | | | Use request Context() in API handlers | Vladimir Kochnev | 2022-08-18 |
| * | | | | Simplify ImagesPull for when Quiet flag is on | Vladimir Kochnev | 2022-08-18 |