aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAge
* Merge pull request #15404 from arixmkii/win_compat2OpenShift Merge Robot2022-09-02
|\
| * Improved Windows compatibility for machine commandArthur Sengileyev2022-08-29
* | implement podman updateCharlie Doern2022-09-01
* | Merge pull request #15360 from m0duspwnens/api_compat_containersOpenShift Merge Robot2022-09-01
|\ \
| * \ Merge branch 'containers:main' into api_compat_containersJason Ertel2022-08-30
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/main' into api_compat_containersJosh Patterson2022-08-29
| |\ \ \ | | | |/ | | |/|
| * | | api: return imageID instead of imageName, for "Image" when Podman API is queriedJosh Patterson2022-08-17
* | | | Merge pull request #15560 from dfr/freebsd-specgenOpenShift Merge Robot2022-09-01
|\ \ \ \
| * | | | specgen/generate: Add support for FreeBSDDoug Rabson2022-08-30
| * | | | specgen/generate: Move specConfigNamespaces to namespace_linux.go and add stubsDoug Rabson2022-08-30
| * | | | specgen/generate: Move SpecGenToOCI, WeightDevices to oci_linux.go and add st...Doug Rabson2022-08-30
| * | | | specgen/generate: Move security.go to security_linux.go and add stubsDoug Rabson2022-08-29
| | |_|/ | |/| |
* | | | Merge pull request #15473 from umohnani8/empty-dirOpenShift Merge Robot2022-08-31
|\ \ \ \
| * | | | Add emptyDir volume support to kube playUrvashi Mohnani2022-08-30
| |/ / /
* | | | Merge pull request #15411 from arixmkii/override_default_usernameOpenShift Merge Robot2022-08-31
|\ \ \ \
| * | | | Allow to override default username via command lineArthur Sengileyev2022-08-30
| | |_|/ | |/| |
* | | | Merge pull request #15389 from giuseppe/userns-map-userOpenShift Merge Robot2022-08-31
|\ \ \ \
| * | | | podman: add uid and gid options to keep-idGiuseppe Scrivano2022-08-30
| * | | | infra: remove dead codeGiuseppe Scrivano2022-08-30
| |/ / /
* | | | Merge pull request #15491 from marshall-lee/bindings-schema-ignoreOpenShift Merge Robot2022-08-31
|\ \ \ \ | |_|/ / |/| | |
| * | | Mark some of the option fields as ignored in pkg/bindingsVladimir Kochnev2022-08-26
* | | | Merge pull request #15517 from tyler92/remove-libnetwork-depOpenShift Merge Robot2022-08-30
|\ \ \ \ | |_|/ / |/| | |
| * | | remove github.com/docker/libnetwork dependencyMikhail Khachayants2022-08-27
* | | | pkg/domain: Add terminal support for FreeBSDDoug Rabson2022-08-27
|/ / /
* | | remote: fix implementation of build with --userns=auto for APIAditya R2022-08-26
* | | Merge pull request #15490 from rhatdan/codespellOpenShift Merge Robot2022-08-26
|\ \ \
| * | | Run codespellDaniel J Walsh2022-08-25
| |/ /
* | | Merge pull request #15487 from mheon/image_delete_eventOpenShift Merge Robot2022-08-26
|\ \ \ | |/ / |/| |
| * | Compat API image remove events now have 'delete' statusMatthew Heon2022-08-25
* | | Merge pull request #15466 from mtrmac/image-trust-sigstoreDaniel J Walsh2022-08-25
|\ \ \ | |/ / |/| |
| * | Preserve all unknown PolicyRequirement fields on (podman image trust set)Miloslav Trmač2022-08-25
| * | Reorganize the types in policy.go a bitMiloslav Trmač2022-08-25
| * | Add support for showing keyPaths in (podman image trust show)Miloslav Trmač2022-08-25
| * | Support (image trust show) for sigstoreSigned entriesMiloslav Trmač2022-08-25
| * | BREAKING CHANGE: Change how (podman image trust show) represents multiple req...Miloslav Trmač2022-08-25
| * | Reorganize descriptionsOfPolicyRequirements a bitMiloslav Trmač2022-08-25
| * | Use the full descriptionsOfPolicyRequirements for the default scopeMiloslav Trmač2022-08-25
| * | Rename haveMatchRegistry to registriesDConfigurationForScopeMiloslav Trmač2022-08-25
| * | Rename tempTrustShowOutput to entryMiloslav Trmač2022-08-25
| * | Split descriptionsOfPolicyRequirements out of getPolicyShowOutputMiloslav Trmač2022-08-25
| * | Recognize the new lookaside names for simple signing sigstoreMiloslav Trmač2022-08-25
| * | Add a unit test for trust.PolicyDescriptionMiloslav Trmač2022-08-25
| * | Make the output of (podman image trust show) deterministicMiloslav Trmač2022-08-25
| * | Make most of pkg/trust package-privateMiloslav Trmač2022-08-25
| * | Move most of ImageEngine.ShowTrust into pkg/trust.PolicyDescriptionMiloslav 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 inputMiloslav Trmač2022-08-25
| * | Improve validation of data in ImageEngine.SetTrustMiloslav Trmač2022-08-25
| * | Move most of imageEngine.SetTrust to pkg/trust.AddPolicyEntriesMiloslav Trmač2022-08-25
| * | Add a variable for scopeMiloslav Trmač2022-08-25