Skip to content

Fix Windows dockerfile build inside of Vagrant VM

What does this MR do?

Changes the backslash to a slash in the build_release_windows_images.ps1 script, allowing Vagrant to run the script.

Why was this MR needed?

See #27115 (closed) and #26946 (comment 431030659)

What's the best way to test this MR?

vagrant up && vagrant ssh

Inside Vagrant:

cd $Env:RUNNER_SRC
$env:WINDOWS_VERSION = 'servercore1809'
$Env:GIT_LFS_256_CHECKSUM= "5c12db9728b53cba23e5f58f4a53d88cb2132e82fa1de0f8a79ce9d112e4d396"
$Env:GIT_256_CHECKSUM= "bd91db55bd95eaa80687df28877e2df8c8858a0266e9c67331cfddba2735f25c"
$Env:GIT_VERSION= "2.21.0"
$Env:GIT_VERSION_BUILD= "1"
$Env:GIT_LFS_VERSION= "2.7.1"
$Env:SKIP_CLEANUP=1
.\ci\build_release_windows_images.ps1

What are the relevant issue numbers?

Closes #27115 (closed)

Merge request reports