2017-08-08 17:57:48 UTC
466 MB
1.9rc2
GOPATHC:\gopath
[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 51.69% (241 MB)
[#001] sha256:baa0507b781fcbf25230671393ddd64a7028872f57c375e758e9d11335cdc4ab - 26.62% (124 MB)
[#002] sha256:815a90c7de022ec1ac26cff95bb4490cdfa114edbe90c97dad360471afc1acdf - 0.0% (959 Bytes)
[#003] sha256:4d0884473bda07c79dea6c1ba8a548ab14b92a4017e270cb9f6a13e62f73344f - 0.0% (960 Bytes)
[#004] sha256:a5b794d483efa6f708f8df6b786860975ae714a6432a3dee64a8e7e637118fa6 - 0.17% (800 KB)
[#005] sha256:54a3ec4f3e66b5cc2cb499d952665c501346dabf46a2d19b5fd3eaec21383dd1 - 0.0% (957 Bytes)
[#006] sha256:62eacc417b412b0df7161c6303a94ecc714c6c45f926293665451f79eb2d2b49 - 21.52% (100 MB)
[#007] sha256:1245024a6c690e866ea44e861adb5762791fd037edeed656bfea6e737785086a - 0.0% (957 Bytes)
Apply image 10.0.14393.0
2017-07-10 22:35:12 UTCInstall update 10.0.14393.1480
2017-07-28 18:35:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2017-07-28 18:35:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOPATH=C:\gopath
2017-07-28 18:35:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('{0}\bin;C:\go\bin;{1}' -f $env:GOPATH, $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); setx /M PATH $newPath;
2017-08-08 17:54:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOLANG_VERSION=1.9rc2
2017-08-08 17:57:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://golang.org/dl/go{0}.windows-amd64.zip' -f $env:GOLANG_VERSION); Write-Host ('Downloading {0} ...' -f $url); Invoke-WebRequest -Uri $url -OutFile 'go.zip'; $sha256 = '9bd0642fe169723732adc3300dda9b0fdf5f1ff7fab921553d2a4f482c677a3f'; Write-Host ('Verifying sha256 ({0}) ...' -f $sha256); if ((Get-FileHash go.zip -Algorithm sha256).Hash -ne $sha256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Expanding ...'; Expand-Archive go.zip -DestinationPath C:\; Write-Host 'Verifying install ("go version") ...'; go version; Write-Host 'Removing ...'; Remove-Item go.zip -Force; Write-Host 'Complete.';
2017-08-08 17:57:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\gopath