Namespace
library
Image / Tag
docker:28.5.2-windowsservercore-ltsc2022
Content Digest
sha256:fd9d312c5d45bd7c6a206d9a04dae6065e19e5993c775106b19b7e9d128dbed4
Details
Created

2025-11-05 17:19:24 UTC

Size

1.53 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.29.1

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-28.5.2.zip

DOCKER_VERSION

28.5.2


Layers

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

[#001] sha256:130d5bf0bd040ed2a9354c6bb5dc8ff89b34e452980249bf817f0b7cb33a21ce - 5.36% (84.1 MB)

[#002] sha256:5ba53221ebbb6825c65b591b496b497ddd76a1d7d1953816ae795955a94fe432 - 0.0% (1.3 KB)

[#003] sha256:7c63fadc901f05724cc3cfe121cb70fc447ea06b92984c9a934fe6eb54c31f20 - 0.03% (498 KB)

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

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

[#006] sha256:9e28dcb590b456971b04399ebade7ada3ccc24320d3be3d5ec562796d71adf5f - 1.22% (19.1 MB)

[#007] sha256:5334ff708937459a8851ea65a12bd88aa806a22d59fe3cf3d913117914f9e8ad - 0.0% (1.29 KB)

[#008] sha256:e0f7d575d33476e956e29e26daac8202c7e6129356a7e0520dafc6f5253021e3 - 0.0% (1.29 KB)

[#009] sha256:41f09f755a090c4f87581bc78f2198357b7459a702b92bde459b0fb4a3a99935 - 0.0% (1.26 KB)

[#010] sha256:7cf304269025f5c31caa4cf8c6ac4754bbd0774f8a7a98554a554e2d814cd6e3 - 1.41% (22.1 MB)

[#011] sha256:85bc0caa149e91438894dd22c9ed6a07494005e69b0c7ff23b680daf0098f865 - 0.0% (1.28 KB)

[#012] sha256:88b1be2d96072df032c774ada59ebe5108f595de92c98af3e929c864d5f52829 - 0.0% (1.28 KB)

[#013] sha256:19febc52b9dd1b8d5826ffb90ca58ab6c43ecf68262b2a5103b251123c04f118 - 0.0% (1.3 KB)

[#014] sha256:87870a9fcc326058196c4fd13db9a8cc75484bf7f944718ff4456a9b44f96eb4 - 1.38% (21.6 MB)


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

Apply image 10.0.20348.4294

2025-10-22 21:59:56 UTC

Install update 10.0.20348.4297

2025-11-05 17:17:23 UTC

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

2025-11-05 17:18:11 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-05 17:18:12 UTC

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

2025-11-05 17:18:14 UTC

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

2025-11-05 17:18: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-11-05 17:18:34 UTC

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

2025-11-05 17:18:35 UTC

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

2025-11-05 17:18:36 UTC

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

2025-11-05 17:19:00 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-05 17:19:01 UTC

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

2025-11-05 17:19:01 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-05 17:19:02 UTC

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

2025-11-05 17:19:24 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