Namespace
library
Image / Tag
docker:29.6-windowsservercore-ltsc2025
Content Digest
sha256:d2b6e7586c3bba904cf3541f8727c3cefd0e4012303105b96e3adc454611db4b
Details
Created

2026-07-17 17:58:37 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

6d36cc701393c066d67ebc77773b718d8c738bc4ccb350fbf1dc0e6a09f44cb9

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.3.1

DOCKER_URL

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

DOCKER_VERSION

29.6.2


Layers

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

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

[#002] sha256:36a5eb613b286d1778ced1899f2972a1b6bedff96e221d4620d107a35843b2a0 - 0.0% (1.25 KB)

[#003] sha256:f520d52debd54c222525ba4b74805bfc3c259a94c90d7358a391ce0afdd1d159 - 0.02% (365 KB)

[#004] sha256:158364f75778e2d90546250dc8bbb661c581c8eb230eb73190a1a70c6703d560 - 0.0% (1.27 KB)

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

[#006] sha256:d37db314b794b3b3fb01381fbf611d926f696e6fa7897f5c62d8599297d8def5 - 0.83% (19.2 MB)

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

[#008] sha256:e8b0cc4fb6e06afb5feb22b5f8a376395943d5ed652925d2db70261b1066f8f9 - 0.0% (1.25 KB)

[#009] sha256:855ffceb9546d972f2361bd0d5edf4698c7812cd704e1c7a8565954578ccb2a2 - 0.0% (1.27 KB)

[#010] sha256:369073cb79aa3996a6a0010609cd4729610996344781262b019219a9cda9a5a8 - 0.99% (22.8 MB)

[#011] sha256:4855387ed8566fe34db1cd84c415859ab84fe94efe8a1156cfe54588e7099a21 - 0.0% (1.23 KB)

[#012] sha256:f2b6eba55aa859b02797a8072a81e96dabf515579c56de20ba14704239453091 - 0.0% (1.25 KB)

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

[#014] sha256:d305a608a448d4a4f09827b8938cbae663c1f8d1bd18cb78a9b2aaca3aefc53c - 0.5% (11.5 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-17 17:56:03 UTC

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

2026-07-17 17:57:22 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-17 17:57:24 UTC

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

2026-07-17 17:57:26 UTC

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

2026-07-17 17:57:56 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-17 17:57:58 UTC

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

2026-07-17 17:58:00 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-17 17:58:01 UTC

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

2026-07-17 17:58:25 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-17 17:58:25 UTC

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

2026-07-17 17:58:27 UTC

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

2026-07-17 17:58:27 UTC

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

2026-07-17 17:58:37 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