Merge "Mount tmpfs on ansible tmp dir"

This commit is contained in:
Zuul 2019-06-18 20:12:41 +00:00 committed by Gerrit Code Review
commit b176e13a56
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ class BubblewrapDriver(Driver, WrapperInterface):
'--ro-bind', '/etc/localtime', '/etc/localtime',
'--ro-bind', '{ssh_auth_sock}', '{ssh_auth_sock}',
'--bind', '{work_dir}', '{work_dir}',
'--tmpfs', '{work_dir}/tmp',
'--proc', '/proc',
'--dev', '/dev',
'--chdir', '{work_dir}',