Namespace
library
Image / Tag
docker:rc-windowsservercore-ltsc2025
Content Digest
sha256:ea8cb48c3b852fe01edfce1e687824dcb9c2c27aef9f52111c46f9414c921b2b
Details
Created

2026-01-09 19:09:47 UTC

Size

3.08 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

3c48e2da717c55518cf22a5b372f48f54cf3a58c9fae675b818a3311775e1b71

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.30.1

DOCKER_COMPOSE_SHA256

2ae341f9152b4d90f561f84b8f2e263d5b60e1613c6841c804447819290c4119

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v5.0.1/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

5.0.1

DOCKER_URL

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

DOCKER_VERSION

29.2.0-rc.1


Layers

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

[#001] sha256:890b21ccebaeedf053c6c32fb4fe8d98ab2c60496b12e6b730ac67df9096fc5b - 31.37% (990 MB)

[#002] sha256:2bc090e655787259d8d8b53033c472df1190bfa07e4a912a3dc1e45098db2eaf - 0.0% (1.29 KB)

[#003] sha256:b3bc8333bb7c7995fd847166c4457031bc741b9e27d4105b849421076c8e0fa0 - 0.01% (395 KB)

[#004] sha256:4c9a84c52c8016b108a8bfe90f795d4c054feb27a59fcc11a71fa37f3a144412 - 0.0% (1.26 KB)

[#005] sha256:97a564960ff119edc7cf7a7d79e1d70dfd5b5d345c3cffb0f019adf53b21c1a3 - 0.0% (1.3 KB)

[#006] sha256:3f625ea2d0baaa8f2079919f599b13b92239b72c4ba3cac6a7dc483049da7f6c - 0.59% (18.6 MB)

[#007] sha256:3671746333720702f7002bb01ebcfb176862afc0610aa8fecb3f2e15b5074fa8 - 0.0% (1.26 KB)

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

[#009] sha256:e73ba847ba36674534e80bd940edd67921890d47fe5c2ac5421073651bfefd23 - 0.0% (1.34 KB)

[#010] sha256:0287b7b0c561d9be803ce4095e2bd2681a8555974d606ad167ae2cf9ff03e37c - 0.72% (22.8 MB)

[#011] sha256:1fe0de9489ac95aab72bcbe9e09268ce138dd332ba3d1b65648c7e8be3151818 - 0.0% (1.3 KB)

[#012] sha256:2c160a1bcb1799ac4a6e7523de8a32dd0615751e45daa9c7c21c6ce815d8a31a - 0.0% (1.27 KB)

[#013] sha256:07a80b730f9e36c04c83d17fb700efde234e26db98c93a560b40ed3250d46a14 - 0.0% (1.3 KB)

[#014] sha256:5fa2ef7255c842156fd197325d7ff8313b19ea4c48093d64f7f5ad276e41bfe1 - 0.35% (10.9 MB)


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

Apply image 10.0.26100.2605

2025-12-06 21:49:56 UTC

Install update 10.0.26100.7462

2026-01-09 19:08:07 UTC

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

2026-01-09 19:09:11 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);

2026-01-09 19:09:11 UTC

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

2026-01-09 19:09:12 UTC

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

2026-01-09 19:09:27 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.';

2026-01-09 19:09:28 UTC

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

2026-01-09 19:09:28 UTC

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

2026-01-09 19:09:28 UTC

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

2026-01-09 19:09:38 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.';

2026-01-09 19:09:39 UTC

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

2026-01-09 19:09:39 UTC

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

2026-01-09 19:09:40 UTC

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

2026-01-09 19:09:47 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