Namespace
library
Image / Tag
docker:29.0.1-windowsservercore-ltsc2022
Content Digest
sha256:43bb8e65e5e41a0bee0bea69e5cc5b33d765055b0de0b6bc9584152cf3cbfdfc
Details
Created

2025-11-14 17:48:12 UTC

Size

1.71 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

616ddbe97ab40946ee736f0adb6c8ee58328742086af06823d2491ddae6c22ae

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.30.0

DOCKER_COMPOSE_SHA256

4c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

2.40.3

DOCKER_URL

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

DOCKER_VERSION

29.0.1


Layers

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

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

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

[#003] sha256:32feda2f6f8207494b3c9e9732ebb1862d3785b36a3e4525af2de8874ba5eee7 - 0.03% (490 KB)

[#004] sha256:11f8d186086c63ae6514fab9464ed5b6e84edc42d0f18d1c630bbfe43e115fef - 0.0% (1.28 KB)

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

[#006] sha256:8456085a802821a6c35870bb91704666a064351f24ebd7e591d39d0309f0839c - 1.06% (18.5 MB)

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

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

[#009] sha256:f50ae099af18d834feac25c9900b0891a0109fb464ad8f58464aaa84dcdbc161 - 0.0% (1.3 KB)

[#010] sha256:a569077549ea2a7f686bf31019da93372c4d61bbfe68f9bd66f6c9b367cadce7 - 1.3% (22.8 MB)

[#011] sha256:b44babfbf95d13b45d09fd0e43b38bbd485fa8ceb0686cc0d6ab0d3c532121f6 - 0.0% (1.3 KB)

[#012] sha256:bcda35700f9ec33e4f5daa7429fc8ee77d4b076e14c0f0abbade72372e0832c4 - 0.0% (1.29 KB)

[#013] sha256:2a58f8f0d06a0c8958d452e24c82a314e37348a63b44db70f1bbb741e7727863 - 0.0% (1.29 KB)

[#014] sha256:f69feff69baaaa2240d3c0bcddf4d4c711f13550cbc03ad8307b009d44ea6a26 - 1.23% (21.6 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-11-14 17:46:11 UTC

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

2025-11-14 17:46:56 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-11-14 17:46:57 UTC

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

2025-11-14 17:46:58 UTC

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

2025-11-14 17:47:19 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-11-14 17:47:20 UTC

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

2025-11-14 17:47:20 UTC

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

2025-11-14 17:47:22 UTC

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

2025-11-14 17:47:46 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-11-14 17:47:47 UTC

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

2025-11-14 17:47:48 UTC

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

2025-11-14 17:47:49 UTC

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

2025-11-14 17:48:12 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