You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should set ownership of files based on the container user. In theory, this should be doable with the -a flag to docker cp, but there's a bug that prevents that. When moby/moby#34142 is fixed, let's change docker cp to be docker cp -a
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @mwhooker as hashicorp/packer#5409. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
We should set ownership of files based on the container user. In theory, this should be doable with the
-a
flag todocker cp
, but there's a bug that prevents that. When moby/moby#34142 is fixed, let's changedocker cp
to bedocker cp -a
The text was updated successfully, but these errors were encountered: