Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of relying on the remote server to create tar files with the right account IDs (which the remote server doesn't even know, when the client and server run under different accounts), have the remote client ignore the account IDs when unpacking. Then just hard-code 0 in the remote server, so that the remote server's account identity does not leak in the tar file contents. Compare containers/image#1627 . [NO NEW TESTS NEEDED] : #18563 suggests that existing tests already cover these code paths / properties. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
- Loading branch information