Namespace
library
Image / Tag
docker:20.10.19-windowsservercore-1809
Content Digest
sha256:09c96e129b7a6f7fe87fa9fcf92d6232f2ccb71179c5658d564f1a66baaa69f3
Details
Created

2022-10-13 23:25:14 UTC

Size

2.58 GB

Content Digest
Environment
DOCKER_URL

https://download.docker.com/win/static/stable/x86_64/docker-20.10.19.zip

DOCKER_VERSION

20.10.19


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 67.87% (1.75 GB)

[#001] sha256:028c482fad0f111537a40f65401f65de54c9fd682951a4f8cf9b644d7c128e18 - 30.15% (795 MB)

[#002] sha256:c70f9828a2aec7ea0624298c8cc6f0bcb5f21b439f4e96304b8b47c8bf15ef8d - 0.0% (1.39 KB)

[#003] sha256:b45c9281c722e160d2675d4141a7174b59945582b16af0e76b2ff4b081b98ab9 - 0.01% (337 KB)

[#004] sha256:dbe998af75050a5457d8dee24c1be38f71f8ef407b600c4f40b79d760bc46863 - 0.0% (1.39 KB)

[#005] sha256:8f15018699a72c3f947c845281bb9c038666d65548171b0549a2907a031da882 - 0.0% (1.38 KB)

[#006] sha256:09131b2774bcdb3d5d0937fe0b4acdbc40fc7f0553ea2f75e323487a0c957739 - 1.97% (51.9 MB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-10-08 01:55:32 UTC

Install update 10.0.17763.3532

2022-10-11 20:24:02 UTC

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

2022-10-12 18:09:38 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);

2022-10-13 23:23:54 UTC

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

2022-10-13 23:23:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-20.10.19.zip

2022-10-13 23:25:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:DOCKER_URL); Invoke-WebRequest -Uri $env:DOCKER_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