Namespace
library
Image / Tag
docker:28.5.0-windowsservercore
Content Digest
sha256:0ef80f9aee78421ad00cb9465c8d1f248f547c926315728845aa35ddc93b63d0
Details
Created

2025-10-03 15:45:26 UTC

Size

3.39 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

d58e5a3eeef59fff460cc2a7f3b501222ce137e6afeb4cc528c658d9363cac26

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.29.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.5.0.zip

DOCKER_VERSION

28.5.0


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 60.89% (2.06 GB)

[#001] sha256:2e9750fac680d8e6b6c2e0a6f7718b1ccb76f68a6ebd9f9da4c5e470458c7e72 - 37.27% (1.26 GB)

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

[#003] sha256:736095fdc18733277b021a61df3a3e30ce7092927089af31f6692fda83cace32 - 0.01% (378 KB)

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

[#005] sha256:9b067755f7397460b020f2cc400bd867b894ced17e4c67e655baa97401f6df86 - 0.0% (1.28 KB)

[#006] sha256:e8cf9b648dddc92e1677712ec6e0bae6d9a44e3648499cd72518c52fb94fb638 - 0.57% (19.8 MB)

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

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

[#009] sha256:b420ccf00c9a5ac48828c2db2e12d31e69b900387f51aa2e08fcf0d82d599fd3 - 0.0% (1.29 KB)

[#010] sha256:f8df219328e6f8e13ea4ce0e6f4e259f30e86c01f2cf4b0e935b34d182f2d99e - 0.64% (22.1 MB)

[#011] sha256:557962edd46b4b31a288d5f51205186b0bbbe6d695dd9c58cf749f07272beded - 0.0% (1.26 KB)

[#012] sha256:55536c08291034b8fd66f7eb66d704bdd91734ed084ef651a0e6def838bd3ddf - 0.0% (1.3 KB)

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

[#014] sha256:0c62fdb98b4bcde258cbda8487f9c4beacc78ab1e94f47db066289a37859dc0c - 0.62% (21.5 MB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-09-06 02:36:14 UTC

Install update 10.0.26100.6584

2025-10-03 15:43:48 UTC

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

2025-10-03 15:44:37 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-10-03 15:44:38 UTC

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

2025-10-03 15:44:39 UTC

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

2025-10-03 15:45:00 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-10-03 15:45:00 UTC

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

2025-10-03 15:45:01 UTC

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

2025-10-03 15:45:02 UTC

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

2025-10-03 15:45:10 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-10-03 15:45:11 UTC

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

2025-10-03 15:45:11 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-10-03 15:45:12 UTC

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

2025-10-03 15:45:26 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.';

Details
Created

2025-10-03 15:45:07 UTC

Size

2.19 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

d58e5a3eeef59fff460cc2a7f3b501222ce137e6afeb4cc528c658d9363cac26

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.29.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.5.0.zip

DOCKER_VERSION

28.5.0


Layers

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

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

[#002] sha256:dfa8a1e68a053fb59ee6d7717ce3dd08bb123234150d6c4f204b79c4babf6f96 - 0.0% (1.27 KB)

[#003] sha256:31091b97f76c2d01280909a82b19ec67be3458d552c83d1c3412bb1ada372478 - 0.02% (367 KB)

[#004] sha256:6fe433c7244e17c134d5228a182610dd844018e175f0b7156d52e7a52b8c86db - 0.0% (1.26 KB)

[#005] sha256:c4c85d8d7af1aafc8bd20e85d1d8a691a264d31a4819e86d6c7312e07aee8304 - 0.0% (1.26 KB)

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

[#007] sha256:213aa569cb703a24a789f517fe56a6ae497c99175c3d2cd373c89fa1f1089b4e - 0.0% (1.26 KB)

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

[#009] sha256:1d85316e22a17d0d25c44a17c27c81262dfc1d7b2a3ab2928fb437761164e0c9 - 0.0% (1.29 KB)

[#010] sha256:f657f72b51307aef095c995e842dc3864c6bab5f77c72502b408e99fde4c0555 - 0.99% (22.1 MB)

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

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

[#013] sha256:40563864091199f7c4bd7971379390f2a0eb68602bd84363d0d619d389081a66 - 0.0% (1.3 KB)

[#014] sha256:120ec86946b04b2ce643f75ca4da1136e61282d75f9079ce2dbe6439377e191c - 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-10-03 15:43:41 UTC

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

2025-10-03 15:44: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-10-03 15:44:12 UTC

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

2025-10-03 15:44:13 UTC

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

2025-10-03 15:44:29 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-10-03 15:44:29 UTC

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

2025-10-03 15:44:30 UTC

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

2025-10-03 15:44:32 UTC

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

2025-10-03 15:44:49 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-10-03 15:44:50 UTC

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

2025-10-03 15:44:50 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-10-03 15:44:51 UTC

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

2025-10-03 15:45:07 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