Skip to content

Commit

Permalink
Use host's uid in container's executor
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>
  • Loading branch information
cipherboy committed Oct 28, 2022
1 parent 057b40d commit 304985f
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 100 deletions.
224 changes: 144 additions & 80 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 304985f

Please sign in to comment.