Namespace
library
Image / Tag
docker:29.0.0-rc.2-windowsservercore-ltsc2025
Content Digest
sha256:3d5d23204fc5ff84fa153c1ce0dd407d9ab4938c7f63dd58f18dd8b993217c38
Details
Created

2025-11-01 00:00:18 UTC

Size

3.06 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784

DOCKER_BUILDX_URL

https://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe

DOCKER_BUILDX_VERSION

0.29.1

DOCKER_COMPOSE_SHA256

4c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

2.40.3

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.2.zip

DOCKER_VERSION

29.0.0-rc.2


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 67.4% (2.06 GB)

[#001] sha256:27c754a6aa9f16aa1c4d70f2ffa463bbd24a85c1acd69772fb9ea2d810f69847 - 30.58% (958 MB)

[#002] sha256:02632b596f6a6929d9c72ff0847cfd8dd69864f55aa4914d61f7ed00c80c764b - 0.0% (1.3 KB)

[#003] sha256:4fac58a2e58d6214c5057453f14a61eb25cfc757ab30f7f972f069fef2a25117 - 0.01% (388 KB)

[#004] sha256:90d68ae925dde2f93346674ae2e66609a2b1acb0fe8bd788b56dc2b916e427c9 - 0.0% (1.31 KB)

[#005] sha256:e6fe0aa6dfc62267b9b08490e3ba730cda8a3a9dbaa473e51319be87e8c03172 - 0.0% (1.26 KB)

[#006] sha256:43ec49431bae394b6c7e69872b0506b976390b4c4a1c02489e683a4e074bc9a0 - 0.61% (19.2 MB)

[#007] sha256:34e4f3eb68a3a55ab766a85df00fe4425e689e5d58e768e43656649a09ea3440 - 0.0% (1.29 KB)

[#008] sha256:2656f90e63b75acb8838bbed389c99de4f96b154a3062ae172d1a889213cf5ea - 0.0% (1.29 KB)

[#009] sha256:62a2d2124e968dd0f15f5aaa818354a8762c59ab7eba51fea6e292a546f6941c - 0.0% (1.26 KB)

[#010] sha256:5cd2ca27578ac3099ea6328fcbbf0822ede0a068bad39512e6b9c315317135bc - 0.71% (22.1 MB)

[#011] sha256:850c60fabd410d005442e6b339820ae67f746c04c5e3ebeea35db7dfde66bc6c - 0.0% (1.26 KB)

[#012] sha256:836a8555acdfbd903940532ed4921dacfce42bbe0cf6b22b4c4c7a31aedebb8d - 0.0% (1.29 KB)

[#013] sha256:5d235c5d8c84e88dde33e73f20e7d411e2c63378d139cf12a3d8898c95be313f - 0.0% (1.26 KB)

[#014] sha256:435b742b634b1a9a1907bb31418bf65791bc0db2d1da5e9975b81ec5b9a50fe5 - 0.69% (21.6 MB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-10-22 07:45:25 UTC

Install update 10.0.26100.6905

2025-10-31 23:58:47 UTC

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

2025-10-31 23:59:43 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);

2025-10-31 23:59:44 UTC

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

2025-10-31 23:59:44 UTC

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

2025-10-31 23:59:58 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.';

2025-10-31 23:59:59 UTC

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

2025-10-31 23:59:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe

2025-11-01 00:00:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784

2025-11-01 00:00:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $dir = ('{0}\docker\cli-plugins' -f $env:ProgramFiles); Write-Host ('Creating {0} ...' -f $dir); New-Item -ItemType Directory $dir -Force; $plugin = ('{0}\docker-buildx.exe' -f $dir); Write-Host ('Downloading {0} ...' -f $env:DOCKER_BUILDX_URL); Invoke-WebRequest -Uri $env:DOCKER_BUILDX_URL -OutFile $plugin; Write-Host ('Verifying sha256 ({0}) ...' -f $env:DOCKER_BUILDX_SHA256); if ((Get-FileHash $plugin -Algorithm sha256).Hash -ne $env:DOCKER_BUILDX_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Verifying install ("docker buildx version") ...'; docker buildx version; Write-Host 'Complete.';

2025-11-01 00:00:09 UTC

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

2025-11-01 00:00:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe

2025-11-01 00:00:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=4c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532

2025-11-01 00:00:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $dir = ('{0}\docker\cli-plugins' -f $env:ProgramFiles); Write-Host ('Creating {0} ...' -f $dir); New-Item -ItemType Directory $dir -Force; $plugin = ('{0}\docker-compose.exe' -f $dir); Write-Host ('Downloading {0} ...' -f $env:DOCKER_COMPOSE_URL); Invoke-WebRequest -Uri $env:DOCKER_COMPOSE_URL -OutFile $plugin; Write-Host ('Verifying sha256 ({0}) ...' -f $env:DOCKER_COMPOSE_SHA256); if ((Get-FileHash $plugin -Algorithm sha256).Hash -ne $env:DOCKER_COMPOSE_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Verifying install ("docker compose version") ...'; docker compose version; $link = ('{0}\docker\docker-compose.exe' -f $env:ProgramFiles); Write-Host ('Linking {0} to {1} ...' -f $plugin, $link); New-Item -ItemType SymbolicLink -Path $link -Target $plugin; Write-Host 'Verifying install ("docker-compose --version") ...'; docker-compose --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