diff --git a/kubernetes/windows_agent_bootstrap.ps1 b/kubernetes/windows_agent_bootstrap.ps1 index 84485ad..bb4b4b4 100644 --- a/kubernetes/windows_agent_bootstrap.ps1 +++ b/kubernetes/windows_agent_bootstrap.ps1 @@ -22,9 +22,10 @@ Format-Volume -DriveLetter D Write-Host "Authenticating with gcloud..." # TODO: make this quiet and non-interactive +# TODO: check if this works if it's already installed gcloud components install docker-credential-gcr docker-credential-gcr configure-docker Write-Host "Launching docker container, this might take a while..." docker pull gcr.io/llvm-premerge-checks/agent-windows-jenkins:latest -docker run -v D:\:C:\ws gcr.io/llvm-premerge-checks/agent-windows-jenkins:latest \ No newline at end of file +docker run -it -v D:\:C:\ws gcr.io/llvm-premerge-checks/agent-windows-jenkins:latest \ No newline at end of file