Namespace
library
Image / Tag
golang:1.8.5-nanoserver
Content Digest
sha256:e6adb8b487eb8616f1bf4ba724f6d92df37355deff3c8184ed60b94fbe7cc00b
Details
Created

2018-01-08 19:47:42 UTC

Size

482 MB

Content Digest
Environment
GOLANG_VERSION

1.8.5

GOPATH

C:\gopath


Layers

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

[#001] sha256:764aee428c28f0935a6ded2a2730509373e1357648795b609b911dd46aa06257 - 29.77% (143 MB)

[#002] sha256:954c60e18caf74c1c34ea38a04c2d8c7a2e4e2ae3658951596ace699a3894207 - 0.0% (922 Bytes)

[#003] sha256:a86e7fa28644d6145ab3a303bf625643f98fd573f0c038ccd2aed1d1a7de6a9a - 0.0% (942 Bytes)

[#004] sha256:8c3e186accae51f0eeb18ba54d31934fbb1db4dc4adcae8b4bbc186ce83d476f - 0.17% (837 KB)

[#005] sha256:fb282ade8a7bf3e0f490f3c130aa7a1ccac15428b1307a3de0881467fb3123f4 - 0.0% (946 Bytes)

[#006] sha256:ef8f9ffd16f4591de1b5001f4360433312ee95bb5024314a71c57b02e6493370 - 20.02% (96.4 MB)

[#007] sha256:d8864b103b21bfc8be5308360189b675cb8189f688934b6ba9560495e53b0e02 - 0.0% (1.12 KB)


History
2016-12-13 10:47:17 UTC

Apply image 10.0.14393.0

2018-01-04 20:07:02 UTC

Install update 10.0.14393.2007

2018-01-05 10:05:51 UTC

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

2018-01-08 18:26:16 UTC

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

2018-01-08 18:27:21 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;

2018-01-08 19:43:24 UTC

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

2018-01-08 19:47:39 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 = '137827cabff27cc36cbe13018f629a6418c2a6af85adde1b1bfb8d000c9fc1ae'; 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-01-08 19:47:42 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