Namespace
library
Image / Tag
docker:17.09.0-windowsservercore-1709
Content Digest
sha256:594953b1d79e352440fe56c51b8585645d57b4958c506240624f45b044b3d10e
Details
Created

2017-11-23 18:55:17 UTC

Size

2.51 GB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

17.09.0-ce


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 84.52% (2.12 GB)

[#001] sha256:0e0a3062a7ac7e07eda6c54e1ddfafc80550c98dd5e1933799f934bc4bdcf0ab - 14.93% (383 MB)

[#002] sha256:72ebc5a9d332e2a64fb3a65257e303100db8bcd07f6ccb562e3dc2e77f2cd3c5 - 0.0% (1.13 KB)

[#003] sha256:0f8bb84aeb73346f4ae7f56fa197b3454cfdaea9ef3d20026d53a82e88af1d0f - 0.16% (4.13 MB)

[#004] sha256:3bfa023c01989dfe703ff12191a2e66f30ad3fe8ee5f8acdfef7970dfc832335 - 0.0% (1.17 KB)

[#005] sha256:1edd361203969a273bde9aa12f318e43207a23626209f77a4d1e6701e8813265 - 0.0% (1.17 KB)

[#006] sha256:dc289820b0f53e210336d9e96be86b0616a36325b851b84f253d1171fbe18e43 - 0.38% (9.86 MB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2017-11-02 14:03:00 UTC

Install update 10.0.16299.64

2017-11-23 03:14:48 UTC

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

2017-11-23 18:54:26 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('{0}\docker;{1}' -f $env:ProgramFiles, $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); [Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine);

2017-11-23 18:54:27 UTC

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

2017-11-23 18:54:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=17.09.0-ce

2017-11-23 18:55:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://download.docker.com/win/static/{0}/x86_64/docker-{1}.zip' -f $env:DOCKER_CHANNEL, $env:DOCKER_VERSION); Write-Host ('Downloading {0} ...' -f $url); Invoke-WebRequest -Uri $url -OutFile 'docker.zip'; Write-Host 'Expanding ...'; Expand-Archive docker.zip -DestinationPath $env:ProgramFiles; Write-Host 'Removing ...'; Remove-Item @( 'docker.zip', ('{0}\docker\dockerd.exe' -f $env:ProgramFiles) ) -Force; Write-Host 'Verifying install ("docker --version") ...'; docker --version; Write-Host 'Complete.';

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