Skip to content

Commit

Permalink
Use host's uid in container's executor (#17729)
Browse files Browse the repository at this point in the history
When copying data into the container, due to the id changes pointed
out in the previous attempt, the container couldn't read this data.

By creating a new user in the container, matching the host's UID/GID, we
can successfully copy data in/out of the container without worrying
about differing UID/GIDs.

See also: #17658

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
  • Loading branch information
cipherboy authored and stevendpclark committed Nov 30, 2022
1 parent 33f9fb6 commit a922229
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 157 deletions.
Loading

0 comments on commit a922229

Please sign in to comment.