vagrant/test/unit/plugins/providers
Brian Cain 4d70856b8a
Enhance docker build matching for determining built container ID
Prior to this commit, docker would look for a container ID based on
"Successfully built" string. This output does not exist if a user has
enabled the experimental feature buildkit. This commit updates the build
behavior to match against both kinds of outputs, and instead of using
`scan`, it uses MatchData and groups the container id with match group
name `:id` instead of making hard assumptions with the matches being
contained inside arrays from scan.
2019-11-19 10:59:28 -08:00
..
docker Enhance docker build matching for determining built container ID 2019-11-19 10:59:28 -08:00
hyperv Fixes #10229: Add timeout for changing hostname on windows 2018-11-02 09:23:00 -07:00
virtualbox virtualbox: Fix usability test to reject bad installs without crashing 2019-10-04 15:56:10 -07:00