Namespace
library
Image / Tag
docker:23.0.0-rc.1-windowsservercore-1809
Content Digest
sha256:e9d5331285246d26f93fb7fa28c0212eb44439da341e19b37ff49bdbcc6a4a50
Details
Created

2023-01-12 05:40:13 UTC

Size

1.61 GB

Content Digest
Environment
DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-23.0.0-rc.1.zip

DOCKER_VERSION

23.0.0-rc.1


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 98.98% (1.59 GB)

[#001] sha256:691d210e0841eeceff800f3b441be6db4bc689728f1bb771ce88f839d06f57d0 - 0.0% (1.4 KB)

[#002] sha256:8e1203a660d1e7b9cba56b0f2b04e0f4d443536c90572741405636436ed42c43 - 0.02% (357 KB)

[#003] sha256:c9bf212de5041a60813566f4b892e50650fcc1af351f09b96e52e3f6dec7d780 - 0.0% (1.39 KB)

[#004] sha256:993ccbaee178f85ada99bbe7d36eebf8a1e90a6bea7fdf564388bd2eef33948c - 0.0% (1.36 KB)

[#005] sha256:3ca5c2f8f0776554b3bc138a24fda9d46054f37013892f5ac0609bb92a5ab902 - 1.0% (16.5 MB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-01-12 01:43:02 UTC

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

2023-01-12 05:39:36 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);

2023-01-12 05:39:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=23.0.0-rc.1

2023-01-12 05:39:38 UTC

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

2023-01-12 05:40:13 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