Namespace
library
Image / Tag
docker:29.6.1-windowsservercore-ltsc2025
Content Digest
sha256:1dfd87c41615b541fc4f37949a0ce36d912f25e283496ecd7372b83897b656c9
Details
Created

2026-07-15 23:05:08 UTC

Size

2.25 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

8076395009787cd1d30c94edeb5d7ac3945273374fc162c00e9810c3e9325ebe

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.35.0

DOCKER_COMPOSE_SHA256

90c81af6cd12227d84665b01e14a89b07920c42d6d04e8f6f391a415f7a8d6a4

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.2.0

DOCKER_URL

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

DOCKER_VERSION

29.6.1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 63.16% (1.42 GB)

[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 34.5% (793 MB)

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

[#003] sha256:d39c0248b75a4ee2ef139a785aa92badfba4dc8b009e6ab4908d5ceef918ed03 - 0.02% (373 KB)

[#004] sha256:69234e14e261dad77a6cf51b0eabba81dc5b3f965d5fed62bfc53c06d8a764a2 - 0.0% (1.23 KB)

[#005] sha256:cf4539fd67326fa317750db628a2f1a4d3f5f9db73fd86c143a82bf467a32d47 - 0.0% (1.23 KB)

[#006] sha256:15c846b5662624fd3ebfe0e3021130e8bdf7a33f0dab2b7eacbc540755b5ec51 - 0.84% (19.3 MB)

[#007] sha256:425cca9457aad03f806d50fc3d834251cd234ac53ea7d666a7fff44f48733bfb - 0.0% (1.23 KB)

[#008] sha256:85038b32ac498db56e754365261030c412c9b80e5a4ebb4816d8fecf747fc1f0 - 0.0% (1.26 KB)

[#009] sha256:b99f228b2dc1ee2c7aae72c2161463b77c770632d7b9005720494fff7bd4915f - 0.0% (1.25 KB)

[#010] sha256:66d7b534788fb6c61cc388746eb3fa65f616b4e735fd879464f59b69c2e4949b - 0.99% (22.8 MB)

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

[#012] sha256:9c45d7967f989527e856a0b6978996cd4e71c6358d2a53683d58e76a41667a50 - 0.0% (1.23 KB)

[#013] sha256:0823deb16c310112f9dd993e019c4763ffd60f5cf29c6b30055890a236117cff - 0.0% (1.26 KB)

[#014] sha256:893cdf81c4ffce0c932887e8e429e6ac7022ac9d7cd477986792e5c6c7467688 - 0.5% (11.4 MB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-07-11 23:02:35 UTC

Install update 10.0.26100.33158

2026-07-15 23:03:17 UTC

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

2026-07-15 23:04: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-07-15 23:04:12 UTC

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

2026-07-15 23:04:13 UTC

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

2026-07-15 23:04: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.';

2026-07-15 23:04:41 UTC

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

2026-07-15 23:04:42 UTC

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

2026-07-15 23:04:42 UTC

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

2026-07-15 23:04:52 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-07-15 23:04:53 UTC

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

2026-07-15 23:04:53 UTC

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

2026-07-15 23:04:54 UTC

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

2026-07-15 23:05: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-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