Explicitly adding a mount pair for file in the user's home directory #26205
Unanswered
bd-tkoolen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In an attempt to increase hermeticity, we're interested in enabling
--experimental_use_hermetic_linux_sandbox
and then explicitly adding--sandbox_add_mount_pair
s. However, we need to make the user's~/.netrc
file available in the sandbox. Is there any way to do that in a way that doesn't hardcode the absolute path of the user's home directory? We don't want to mount all of/home
.Beta Was this translation helpful? Give feedback.
All reactions