Namespace
library
Image / Tag
docker:28.4-windowsservercore-ltsc2022
Content Digest
sha256:cee11d3dbc50ac5bd25c38efe29ef0783ff159cc61b7083922635fefe296029d
Details
Created

2025-09-25 21:02:21 UTC

Size

2.19 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

0e8d520269cbd3401de6fee5c5fe48d5a9750805aa0a04d5443eba6b33ba63ee

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.28.0

DOCKER_COMPOSE_SHA256

6b3bccfabcdd172e1d9e15d011b54c9b5b13b93b1153148108f55e4349055955

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.39.4

DOCKER_URL

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

DOCKER_VERSION

28.4.0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.25% (1.36 GB)

[#001] sha256:3b109a50da182bf38f697ad080cf5640df286bdfc5e6a1f2f6b2002c48534385 - 34.91% (782 MB)

[#002] sha256:899b7754812da1a99ffb9bcbb53de3562bc91c66fbbfee6cfe57284391aaa43f - 0.0% (1.28 KB)

[#003] sha256:656e72e8edaa817a97cb61fde1d08ee728049d44ff7c59843983fc425476458b - 0.02% (359 KB)

[#004] sha256:622a509b2f44b9f1a02bf0872810711a0d742914c0c85b8064c60f182d0e9ffe - 0.0% (1.26 KB)

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

[#006] sha256:fc0e7cebc2066846700b244f8c43161e5c3028de51474cc413a9415cf4451fc8 - 0.89% (19.8 MB)

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

[#008] sha256:f9bf4e129978351a4b029f09d3ae3f7f7614c159c3201e26141c2f3fe20eb171 - 0.0% (1.26 KB)

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

[#010] sha256:0756799d71c7d130cec138380e038bafe3776ed40cdc7b220640d546c5981d79 - 0.98% (22.1 MB)

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

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

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

[#014] sha256:9c6fd607f0ecc2cb25cd1461d0f7ef80a66eba41bdb5ec708794a4dbd5e53f68 - 0.96% (21.5 MB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-09-05 13:15:05 UTC

Install update 10.0.20348.4171

2025-09-25 21:00:18 UTC

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

2025-09-25 21:01:09 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-09-25 21:01:10 UTC

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

2025-09-25 21:01:11 UTC

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

2025-09-25 21:01: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-09-25 21:01:34 UTC

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

2025-09-25 21:01:35 UTC

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

2025-09-25 21:01:35 UTC

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

2025-09-25 21:01:57 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-09-25 21:01:58 UTC

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

2025-09-25 21:01:58 UTC

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

2025-09-25 21:01:59 UTC

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

2025-09-25 21:02: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