2018-04-26 17:17:31 UTC
497 MB
1.9.5
GOPATHC:\gopath
[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 48.53% (241 MB)
[#001] sha256:83eec61707e8c8a926a02da0ac7156cf6b64d3630672a6790004f10b87ae805b - 29.81% (148 MB)
[#002] sha256:033b580f09fb20812108124e4c4f15144c9b45cf48e9dbba6bc16956751cd2b6 - 0.0% (950 Bytes)
[#003] sha256:69beb0009aaed4387e5b88cbd9f97096e65a91d2ce2154b678cac06b6093bb21 - 0.0% (933 Bytes)
[#004] sha256:c608949359d30a4a197028219cf8b297507d22d05729556616634795ff9a9d62 - 0.96% (4.75 MB)
[#005] sha256:60b60c112af6c8ce4d9f06ef62ceab735220005cbc3aa89a1484aa4722aea157 - 0.0% (954 Bytes)
[#006] sha256:2413af96b822d1aa351cc759d8f2cdcb12e25c51abb6f9bc569e2cb4d04afc82 - 20.7% (103 MB)
[#007] sha256:e409d64d33c93ce8a6bd17b9cb8ed03f7370d7bb3994feed7acdabe69c87d0be - 0.0% (1.11 KB)
Apply image 10.0.14393.0
2018-04-06 21:37:58 UTCInstall update 10.0.14393.2189
2018-04-11 09:41:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2018-04-12 09:31:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOPATH=C:\gopath
2018-04-25 21:57:49 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;
2018-04-25 22:27:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOLANG_VERSION=1.9.5
2018-04-26 17:17:29 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 = '6c3ef0e069c0edb0b5e8575f0efca806f69354a7b808f9846b89046f46a260c2'; 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.';
2018-04-26 17:17:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\gopath