Namespace
library
Image / Tag
docker:29.1-windowsservercore-ltsc2022
Content Digest
sha256:983813a6983c58f428973a22873ce9e8091209be5490d03e1b2b1a61196967f7
Details
Created

2025-12-03 23:29:37 UTC

Size

1.7 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.2.zip

DOCKER_VERSION

29.1.2


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 81.58% (1.39 GB)

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 15.39% (268 MB)

[#002] sha256:f95ab1d322f7331427de0527a98516714be5fdfab8001a0c3afbfdd375f8c704 - 0.0% (1.26 KB)

[#003] sha256:997dee9e9b12bed5bc50b78d9d4a23fa986d3c820f38741c6df0273e145b4228 - 0.03% (490 KB)

[#004] sha256:fb8221a12dd08308b3b8cd4120faa67fcdef9df7d39a4a7acd1474ee4b616290 - 0.0% (1.29 KB)

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

[#006] sha256:1a8279728faba290f6ba2b243e3e21a5a11dec89f4ef7ce8e21bc6efb45beb59 - 1.06% (18.5 MB)

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

[#008] sha256:d0a349148f8226a779c9bac7fe27b9bb6662d9f5d28cb22d5969722e7e79b280 - 0.0% (1.28 KB)

[#009] sha256:6c4c28f07a327eb3afb667f83caa8e98c39382dcf476cbc17b52e84e0a43092b - 0.0% (1.26 KB)

[#010] sha256:ba6508f164b53e8ff2ae3c44be363df93cbfcb58724fadaeae0c3dc1170b3acd - 1.31% (22.8 MB)

[#011] sha256:16bb3468481b597bde6c2cf074d7b9737c7a77424f16922fbc386ea348e80025 - 0.0% (1.29 KB)

[#012] sha256:1f80013208797c388923aa4d38cbea4495d3ea0c614ed53a2293f41f22d21a84 - 0.0% (1.26 KB)

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

[#014] sha256:68be497084a394b66ecc710847dddcef4176a5a319c37cb4b40d904e72c8c9a5 - 0.63% (10.9 MB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-12-03 23:27:33 UTC

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

2025-12-03 23:28:27 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-03 23:28:29 UTC

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

2025-12-03 23:28:30 UTC

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

2025-12-03 23:28:53 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-03 23:28:54 UTC

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

2025-12-03 23:28:54 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-03 23:28:55 UTC

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

2025-12-03 23:29:20 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-03 23:29:20 UTC

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

2025-12-03 23:29:21 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-03 23:29:22 UTC

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

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