Namespace
library
Image / Tag
docker:17.11.0-ce-rc2-windowsservercore
Content Digest
sha256:80f1381c2091c04191dfc3c93fd5417da8891661d7dfa4689808d0e3d66adb5a
Details
Created

2017-11-04 17:57:55 UTC

Size

5 GB

Content Digest
Environment
DOCKER_CHANNEL

test

DOCKER_VERSION

17.11.0-ce-rc2


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 75.84% (3.79 GB)

[#001] sha256:8df8e568af76c1c311a1251f6f7402e2a09d14629840c97091beb9ba55419464 - 23.86% (1.19 GB)

[#002] sha256:a2549da2a20282ababf948c27e5a82ee060275fa04614875c1c5c0c0e11f5e32 - 0.0% (1.14 KB)

[#003] sha256:e1de3b6e915d299aec66dd74b8c50b6cabbc2bb666361d63f36930add87b9dff - 0.09% (4.64 MB)

[#004] sha256:54fd47d08aefc9eecd367c1c4f48f2603ebc0871a61cd3a1cd4350de8d964110 - 0.0% (1.17 KB)

[#005] sha256:fd925d5c260d2571701853e14690733807ca9f7504ecc1db0a627c0fc4ea0e1e - 0.0% (1.16 KB)

[#006] sha256:155a60eecea4eacac7942d3cc98fd01ca7bbf9ccfa1759221e3fcee0d41151af - 0.2% (10.4 MB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2017-10-09 19:23:50 UTC

Install update 10.0.14393.1770

2017-11-01 18:45:43 UTC

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

2017-11-01 20:53:33 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-04 17:56:46 UTC

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

2017-11-04 17:56:47 UTC

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

2017-11-04 17:57:55 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