Namespace
library
Image / Tag
docker:28.3.2-windowsservercore-ltsc2025
Content Digest
sha256:0ed3bbe9e70a79f5ffc22716a1bd9f70522284ed931c3b069d622dc8b2b2a6f3
Details
Created

2025-07-24 18:29:29 UTC

Size

3.31 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

7920bc77bdcad5d6bfb02e530ed67b8dfa550b77ae79e080ac4ee9424a75acea

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.26.1

DOCKER_COMPOSE_SHA256

5e0ae2df1651c6bed38c5367d0d84d5169537ef5426b2ee32f34e4166233efa7

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.39.1

DOCKER_URL

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

DOCKER_VERSION

28.3.2


Layers

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

[#001] sha256:49ebc78effce2335b8fe04c34f5f1f3e33e513d5a7831fa81718af6737b3d654 - 35.86% (1.19 GB)

[#002] sha256:17d814bf005c9ae6afad59fd9313c859e3d32983c26ded75f8a1e08947fbe8a8 - 0.0% (1.3 KB)

[#003] sha256:81d185d4c8c56df497b36d09ef8131148b599b7cc3a79de667922884fd70a152 - 0.01% (395 KB)

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

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

[#006] sha256:32d86fff389b47e34d83ffa476e93bae0bbe0132afe00a01197a332e28bae82f - 0.59% (19.9 MB)

[#007] sha256:d99bade3f4a83452f8efe6aa8b159a38c3aa9a448cbbdd1614abf31a3815640f - 0.0% (1.3 KB)

[#008] sha256:92e1a2a3ac7c8a3425cf860a92bcb56360e9ee3ae96651f099484d0a95971656 - 0.0% (1.3 KB)

[#009] sha256:1c7185b3fb0cf34276b9f6b1b5d7a37bc8c46ee496354f451cb91ad91c80c881 - 0.0% (1.26 KB)

[#010] sha256:ede638e2a545c57db591ccddb8deee2975e611dc2e37029cf138e5a4e6dd49e7 - 0.65% (21.9 MB)

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

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

[#013] sha256:3fe66dca33a92c003d0111efe79b3b8965b62e27e3de3137064003e0168d7579 - 0.0% (1.29 KB)

[#014] sha256:9d98a23469cde4a3da372caaf3ce9eb3f8364c0d08c88a0015612d0af1bcfb7f - 0.63% (21.4 MB)


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

Apply image 10.0.26100.2605

2025-07-05 18:40:54 UTC

Install update 10.0.26100.4652

2025-07-24 18:28:50 UTC

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

2025-07-24 18:28:58 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-07-24 18:28:58 UTC

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

2025-07-24 18:28:59 UTC

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

2025-07-24 18:29:08 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-07-24 18:29:08 UTC

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

2025-07-24 18:29:09 UTC

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

2025-07-24 18:29:09 UTC

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

2025-07-24 18:29:18 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-07-24 18:29:18 UTC

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

2025-07-24 18:29:19 UTC

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

2025-07-24 18:29:19 UTC

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

2025-07-24 18:29:29 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