Namespace
library
Image / Tag
docker:29.1-windowsservercore-ltsc2025
Content Digest
sha256:f862456b5cfe6c2b259f159ae0b967e1a05ad2839c2798b3c9b755e2447508dc
Details
Created

2025-12-12 23:51:51 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

e8a5338e20bc6d30ae38db5533ce63ebf3c229801c20a74051fd06a650e5a8f9

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.0.0

DOCKER_URL

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

DOCKER_VERSION

29.1.3


Layers

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

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

[#002] sha256:49db97996aeb50d6cc3bb59d05b2805a04f9a341f791d3bbf78f96c91ea6ea46 - 0.0% (1.28 KB)

[#003] sha256:e012252a5c78e6736aa02ede33d15956b820e11e10d32c0eed00f4ac4c0642ed - 0.01% (357 KB)

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

[#005] sha256:5df48c7a2c9538324b83a4a6378f6ecbcf5c51d2b4c853c98b154d3d2e1fe23c - 0.0% (1.29 KB)

[#006] sha256:b0f9a30b43b8cff73e13f7e796431a6d59d40548fd5ed22e9f0f643554cffa66 - 0.59% (18.5 MB)

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

[#008] sha256:f7d53e5a50955843cf8df23bd9852867dc4e044732ab6a2c3dff445d30a03969 - 0.0% (1.27 KB)

[#009] sha256:8a6a3bffb040caaef43c930bcf019f71c62523c17c8c3aa21340ce83fd63c367 - 0.0% (1.29 KB)

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

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

[#012] sha256:8e484e796b3e881c2c53ab847de762b0acce3ce695452b588333031fd16f4722 - 0.0% (1.26 KB)

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

[#014] sha256:e066997579a2dbc121185aac60816764e96c1cbce7d351630d1ae1a79062f7ff - 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

2025-12-12 23:51:07 UTC

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

2025-12-12 23:51: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);

2025-12-12 23:51:23 UTC

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

2025-12-12 23:51:23 UTC

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

2025-12-12 23:51:33 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-12-12 23:51:33 UTC

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

2025-12-12 23:51:34 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

2025-12-12 23:51:34 UTC

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

2025-12-12 23:51:43 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-12-12 23:51:43 UTC

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

2025-12-12 23:51:44 UTC

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

2025-12-12 23:51:44 UTC

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

2025-12-12 23:51: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