Namespace
library
Image / Tag
docker:windowsservercore-ltsc2022
Content Digest
sha256:170c282f404eda13c9128147d2c59d822cf8af2b71468253fc4f6a0f8aa14a78
Details
Created

2026-06-27 00:14:21 UTC

Size

2.04 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

90c81af6cd12227d84665b01e14a89b07920c42d6d04e8f6f391a415f7a8d6a4

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.2.0

DOCKER_URL

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

DOCKER_VERSION

29.6.1


Layers

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

[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 29.38% (613 MB)

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

[#003] sha256:0b16d020f489a6f63ae248efd4bc6f3787bb5376721770e93738f4c5cfd4b439 - 0.02% (489 KB)

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

[#005] sha256:af25efad2c9fbe3a72add1584aecc59a1d0a09ade8ae48b649c334a2dde56c0b - 0.0% (1.27 KB)

[#006] sha256:84b8f796b8efb2b043f7a8ef10d6990905592aa1d10c1e5b3edbbd98dc6158a6 - 0.92% (19.2 MB)

[#007] sha256:6a6db0cf4b52aa2a1d58e0bb6bfb2ed87263efb90ca40c091ae17b2d6d22e789 - 0.0% (1.27 KB)

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

[#009] sha256:95b0a69ca356528fdd1bee8611913e40cd7dc72c6e0d091c0435bc54d41968f1 - 0.0% (1.26 KB)

[#010] sha256:7d7165b8ec1b4d37840933a9aafb84e381cb91e7a3033ebac76fa705980072f8 - 1.09% (22.8 MB)

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

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

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

[#014] sha256:726c6620e58061f13800c414651277c2266c9d482c84a268b0dc0beeff6b7d6c - 0.55% (11.4 MB)


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

Apply image 10.0.20348.4294

2026-06-07 06:43:23 UTC

Install update 10.0.20348.5256

2026-06-27 00:12:16 UTC

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

2026-06-27 00:13:18 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-06-27 00:13:18 UTC

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

2026-06-27 00:13:20 UTC

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

2026-06-27 00:13:43 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-06-27 00:13:44 UTC

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

2026-06-27 00:13:45 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-06-27 00:13:46 UTC

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

2026-06-27 00:14:11 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-06-27 00:14:12 UTC

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

2026-06-27 00:14:12 UTC

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

2026-06-27 00:14:13 UTC

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

2026-06-27 00:14:21 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