File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ catch {
25
25
Write-Error " Please check your docker invocation and try running the script again."
26
26
}
27
27
28
- $SELECTED_IMAGE_TAG = " 1037115 "
28
+ $SELECTED_IMAGE_TAG = " 1084681 "
29
29
$CONTAINER_NAME = " ambitious_azsdk_test_proxy"
30
30
$LINUX_IMAGE_SOURCE = " azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG} "
31
31
$WINDOWS_IMAGE_SOURCE = " azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG} "
@@ -42,7 +42,7 @@ $SelectedImage = $LINUX_IMAGE_SOURCE
42
42
$Initial = " "
43
43
44
44
# most of the time, running this script on a windows machine will work just fine, as docker defaults to linux containers
45
- # however, in CI, windows images default to _windows_ containers. We cannot swap them. We can tell if we're in a CI build by
45
+ # however, in CI, windows images default to _windows_ containers. We cannot swap them. We can tell if we're in a CI build by
46
46
# checking for the environment variable TF_BUILD.
47
47
if ($IsWindows -and $env: TF_BUILD ){
48
48
$SelectedImage = $WINDOWS_IMAGE_SOURCE
You can’t perform that action at this time.
0 commit comments