Namespace
library
Image / Tag
docker:22.06-rc-windowsservercore-1809
Content Digest
sha256:8817c0dd53a87c4a9eeea9a4842af1a973b3b78c5ab846905bce490d7f08c913
Details
Created

2022-11-09 19:33:40 UTC

Size

2.6 GB

Content Digest
Environment
DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-22.06.0-beta.0.zip

DOCKER_VERSION

22.06.0-beta.0


Layers

[#000] sha256:a48a3e4ae2de839d8e99bde16eb91d113fb2cf889bba472d0c4274851b5fb402 - 69.01% (1.79 GB)

[#001] sha256:c26cc6e4f9eb1ae415a5ead6f884cac597bbd57efa6cd042c878d5b54c9d2091 - 30.64% (815 MB)

[#002] sha256:f182832ad6ad5ea3d4b7320fd7bfea56fb9cf8413be904e52db6ed14c8d9e36f - 0.0% (1.41 KB)

[#003] sha256:52f4400d25d870dc67fb4609bfa712ae26190577079be89f8156d6666b3decac - 0.01% (355 KB)

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

[#005] sha256:d6551dab1b0d84525f08671aa975400187394cd14d8c835d8d23da2e4f616374 - 0.0% (1.39 KB)

[#006] sha256:bf80b01ad7ac89ce7f109a1b30ee8d0b9e2a4342aecf97665ad2a7519c8446de - 0.34% (9.1 MB)


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

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-08 18:31:26 UTC

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

2022-11-09 19:32:16 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-11-09 19:32:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=22.06.0-beta.0

2022-11-09 19:32:17 UTC

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

2022-11-09 19:33:40 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