Namespace
library
Image / Tag
docker:28.5.0-rc.1-windowsservercore-ltsc2022
Content Digest
sha256:41c600675f9ee0095671172e777d4cfb7b5dc56e1b37c723737024519484353c
Details
Created

2025-09-25 20:56:49 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/test/x86_64/docker-28.5.0-rc.1.zip

DOCKER_VERSION

28.5.0-rc.1


Layers

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

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

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

[#003] sha256:dfa846c8518e2620378fdd2e75ed36a9e8fc65340bd20683ab419dc34c430290 - 0.02% (369 KB)

[#004] sha256:5c6dbca6f5ba0aac820649ea42a2ec71d31966f437dce49de56042fc377a8b43 - 0.0% (1.29 KB)

[#005] sha256:1344e641b2a2df15d4f4d14444da4a9e2904d3350b8ef184ff68a76de1dfc489 - 0.0% (1.28 KB)

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

[#007] sha256:6bd46e4f8979644eed1cb4f94a92e6119053ceae28ea6f4824179d0ee9a69585 - 0.0% (1.26 KB)

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

[#009] sha256:1794372cc5ec289b2d233cd5be061bf4bfd68318d1e797f86a6d8de3d54de47a - 0.0% (1.26 KB)

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

[#011] sha256:195ff2b8302e7844680c746a4a7329b92b78670d77753a6e5e64712a202bd811 - 0.0% (1.28 KB)

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

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

[#014] sha256:49e3e382d28a0c2bea9dbf1454ba0bd8a9dbed70c8d00ca1c9b9f88ee6efa636 - 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 20:54:59 UTC

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

2025-09-25 20:55:48 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 20:55:49 UTC

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

2025-09-25 20:55:50 UTC

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

2025-09-25 20:56:05 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 20:56:06 UTC

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

2025-09-25 20:56:06 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 20:56:07 UTC

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

2025-09-25 20:56:27 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 20:56:28 UTC

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

2025-09-25 20:56:29 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 20:56:29 UTC

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

2025-09-25 20:56: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-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