aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/build/Containerfile.userns-auto
Commit message (Collapse)AuthorAge
* remote: fix implementation of build with --userns=auto for APIAditya R2022-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>