spiegel_podman/test/python
Jan Rodák 2b848cca36
Fix copyUIDGID parameter inversion in Docker compat API
Docker API's copyUIDGID=true means "preserve UID/GID from archive"
but Podman's internal Chown=true means "chown to container user".
This caused Docker SDK clients to have files incorrectly chowned
to root:root instead of preserving the archive's UID/GID.

Fixes: https://github.com/containers/podman/issues/27332
Fixes: https://issues.redhat.com/browse/RUN-3643

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2025-10-27 12:47:49 +01:00
..
docker Fix copyUIDGID parameter inversion in Docker compat API 2025-10-27 12:47:49 +01:00
__init__.py Refactor python tests to run against python3.9 2021-03-01 13:15:59 -07:00
requirements.txt De-duplicate docker-py testing 2024-08-09 10:13:02 -04:00