Pass in docker command opts as a map
This commit is contained in:
parent
4e6c17062f
commit
04977677f1
@ -23,7 +23,7 @@ module VagrantPlugins
|
||||
args = Array(opts[:extra_args])
|
||||
args << dir
|
||||
opts = {with_stderr: true}
|
||||
result = execute('docker', 'build', *args, opts, &block)
|
||||
result = execute('docker', 'build', *args, **opts, &block)
|
||||
# Check for the new output format 'writing image sha256...'
|
||||
# In this case, docker buildkit is enabled. Its format is different
|
||||
# from standard docker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user