2018-08-24 09:41:46 UTC
530 MB
1.11rc2
GOPATHC:\gopath
[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 45.46% (241 MB)
[#001] sha256:4a14bdf6da80603aa5007acea8d5ea659958b0bd1b31d31078023ca0d1c8ee05 - 30.18% (160 MB)
[#002] sha256:82e4f9af58cb76c5ad8ef2e3e09f4256ab17e1c38cc0ed0d04cb7b509b76fe56 - 0.0% (950 Bytes)
[#003] sha256:b7db0e606747dad0f959f4b197a3d5689196710d305ce33f5070ef7c25b5be28 - 0.0% (953 Bytes)
[#004] sha256:014e815f07fec289d73b99033d1558f1e990b566bb274025a610e8b2d650680a - 0.17% (913 KB)
[#005] sha256:3ebf51389f840d688480203c84353af4f414030de3369e3f6ceee453af5ccba4 - 0.0% (946 Bytes)
[#006] sha256:83c02d2492cd67a72c9cd2841e933b5e5478ee3e297f4473946a0c46f7fd0e7a - 24.19% (128 MB)
[#007] sha256:b06653121622b26ff05199636191310866f70c4f19b5e9ae82d892630493bbc0 - 0.0% (1.13 KB)
Apply image 10.0.14393.0
2018-08-13 17:51:52 UTCInstall update 10.0.14393.2430
2018-08-15 09:43:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2018-08-23 10:59:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOPATH=C:\gopath
2018-08-23 11:00:46 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-08-24 09:35:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 09:41:44 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 = 'edd1ad3f94ef31eacfe267f30df00ac832cc9547e88de03e1368ae23630070eb'; 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-08-24 09:41:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\gopath