Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remote: fix implementation of build with --userns=auto for API | Aditya R | 2022-08-26 |
`podman-remote` and Libpod API does not supports build with `--userns=auto` since `IDMappingOptions` were not implemented for API and bindings, following PR implements passing `IDMappingOptions` via bindings to API. Closes: https://github.com/containers/podman/issues/15476 Signed-off-by: Aditya R <arajan@redhat.com> |