Namespace
library
Image / Tag
golang:1.7.5-nanoserver
Content Digest
sha256:d7d842052b3bf01b04e1b7c4cf946ceee21f1e84135ff76699de67e758803a93
Details
Created

2017-04-26 19:43:11 UTC

Size

440 MB

Content Digest
Environment
GOLANG_VERSION

1.7.5

GOPATH

C:\gopath


Layers

[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 54.8% (241 MB)

[#001] sha256:6a43ac69611f40511708beba10dfe6fbe3e266ca933b6fd49c87a9f31f46f46c - 25.16% (111 MB)

[#002] sha256:acc75acac61e9635ae7c57f4d74b6ac6a2efef41d7b17052ff6f5bc0fb92e960 - 0.0% (968 Bytes)

[#003] sha256:eb7167106ea4983c584c43960a695bcccefce2f7f604dc1f1cfd26907d00d2f8 - 0.0% (958 Bytes)

[#004] sha256:19a7544570f668ef6cf0e481c4c3a5ea4da04a6611b622ef4dee84176030f987 - 0.19% (864 KB)

[#005] sha256:96ec1385f1ec931e7a965a16d24fed4b7c5b00349e0b838facd1826e65e8c95f - 0.0% (967 Bytes)

[#006] sha256:06604601b49d20433b2ea5fcf2a8367341b8ddd1b16b0cca3bdd55f0182b8667 - 19.84% (87.3 MB)

[#007] sha256:4b7e53a62bd880ab38fbcddafda35c7b3ed9f3ef1d39468655c904c6e38f6878 - 0.0% (954 Bytes)


History
2016-11-20 03:39:18 -0800

Apply image 10.0.14393.0

2017-04-07 02:40:17 -0700

Install update 10.0.14393.1066

2017-04-26 19:37:26 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2017-04-26 19:37:29 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOPATH=C:\gopath

2017-04-26 19:38:59 UTC

powershell -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-04-26 19:39:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOLANG_VERSION=1.7.5

2017-04-26 19:43:08 UTC

powershell -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 = '01eb518cb5a12edd6cf7380ec17ebedee755e3ce7e5362febeebb9e70e45fcaa'; 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-04-26 19:43:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\gopath

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete