Namespace
library
Image / Tag
docker:29.4-windowsservercore-ltsc2025
Content Digest
sha256:a2cd087e4823118b4b9199e5c16012a875230d226f9780d8b87d006515160c0c
Details
Created

2026-05-12 23:37:51 UTC

Size

2.11 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

832ddf42373203ee3836a7cb3b16fe5080231491e7edb32019ac0f6fe03b99ed

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.33.0

DOCKER_COMPOSE_SHA256

5e6d72612b3165be9fea4ae889435fec76979a9779b6f62f4efee99dd5f41ea1

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.1.3

DOCKER_URL

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

DOCKER_VERSION

29.4.3


Layers

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

[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 30.19% (651 MB)

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

[#003] sha256:c62a0234ef41158a27d532ab6232f14f8af532758cc5b9651e6f42455d590907 - 0.02% (369 KB)

[#004] sha256:e982fa1b07a52a470d543cbea18e8616f6ef685a3b7619d0955f1b6cf337e6a1 - 0.0% (1.3 KB)

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

[#006] sha256:adf4f4da7d56dd9c9634740725bbb4ddc3b34c9ebe1ac94b0cbd24a4cafbc7fa - 0.89% (19.3 MB)

[#007] sha256:6a7c058a79dc37d6b81f82405d5239ed17b9efb8b98dd89e6e0e497ce2579040 - 0.0% (1.3 KB)

[#008] sha256:2dc84b0240e3328b9ab2afe0ff0aeac93515e3fb1fe66753fe3796e47f4fa47e - 0.0% (1.3 KB)

[#009] sha256:44e2a2dc65c3a64853c56a7248f2b8859362a20a90b33c40e4193065e94c8a6e - 0.0% (1.29 KB)

[#010] sha256:9d415af4598bc69ae9ae4cc0946f85bc7059aeca6fa3ae77281e4db020fdf552 - 1.04% (22.4 MB)

[#011] sha256:c9365d56a0d5f013c2d7028779812c720c94a9f5f0461c4deead03e6cadd67fb - 0.0% (1.31 KB)

[#012] sha256:8b99303623625f7c010ac53762c9d0c31b84d5d7ecd7b9543cfd61ba15ffbf00 - 0.0% (1.3 KB)

[#013] sha256:b91709febb456b5a22e9480bbd7ab39bed2f0f9d0f5326576369039c71c3bf5f - 0.0% (1.27 KB)

[#014] sha256:0fc2bd004fc96bbf942dc709be69b8bbd29514fb99a36f6b21f79acdb2704106 - 0.53% (11.4 MB)


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

Apply image 10.0.26100.32230

2026-05-10 10:08:54 UTC

Install update 10.0.26100.32860

2026-05-12 23:37:12 UTC

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

2026-05-12 23:37:23 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-05-12 23:37:24 UTC

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

2026-05-12 23:37:24 UTC

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

2026-05-12 23:37:34 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-05-12 23:37:35 UTC

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

2026-05-12 23:37:35 UTC

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

2026-05-12 23:37:36 UTC

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

2026-05-12 23:37:42 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-05-12 23:37:43 UTC

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

2026-05-12 23:37:44 UTC

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

2026-05-12 23:37:44 UTC

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

2026-05-12 23:37:51 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