Namespace
library
Image / Tag
docker:20.10.14-windowsservercore-ltsc2022
Content Digest
sha256:ed4f3e2f83acb261c846cb191bee30f0a103c011ad5900fa0b8c29493bbefb3d
Details
Created

2022-04-13 18:54:15 UTC

Size

2.12 GB

Content Digest
Environment
DOCKER_URL

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

DOCKER_VERSION

20.10.14


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 54.86% (1.17 GB)

[#001] sha256:dccd9e4d14d3d5a6e93f87350b903e117368ada32d711986f779b5a3ef8657cc - 42.75% (930 MB)

[#002] sha256:1ab01d498c34190a1e49e15239442a41312c6ea5904e18f186f84f90f11fc422 - 0.0% (1.38 KB)

[#003] sha256:3214a200bfffc3a07addfc26100cb111b878672dab66c4783d9130c9c1368804 - 0.03% (613 KB)

[#004] sha256:e30b4c4063682b1a627c15d4272a77431260ca06226d48bcb01ecec36fddc82a - 0.0% (1.38 KB)

[#005] sha256:adc258b4f0c17f5025bc4293e83eda411702017e5eff5de41fd744d24427867d - 0.0% (1.35 KB)

[#006] sha256:3b2a3d2481445420779bbb18707a79b51f161df7672019ac72ce1cbda63500b7 - 2.36% (51.3 MB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-04-03 05:50:25 UTC

Install update ltsc2022-amd64

2022-04-13 02:27:58 UTC

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

2022-04-13 18:53:40 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-04-13 18:53:41 UTC

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

2022-04-13 18:53:42 UTC

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

2022-04-13 18:54:15 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