Namespace
library
Image / Tag
docker:28.2.2-windowsservercore
Content Digest
sha256:e2cdd6a57683c1c1e3702694a157ebe3c86ec9a3ae7d3f1be3c7931ec7e19741
Details
Created

2025-06-24 18:31:47 UTC

Size

3.3 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

22baed7fdec17b429f4267d3ae388828dfea0c40622ef79ee6fb0a0d08d878fb

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.25.0

DOCKER_COMPOSE_SHA256

771fee0bad6dadde4ea68d99ec9aefaffcab2574ad70e64b54560e4e139eb804

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.37.3

DOCKER_URL

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

DOCKER_VERSION

28.2.2


Layers

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

[#001] sha256:e8b61d8f1bb5129502a06cea04657715aa68d500a1dc0ddcf37003afcd263c28 - 35.6% (1.17 GB)

[#002] sha256:e60d9c363e28952ba91cfa2dedb99ba52bc28be941457d28ab0fe34b05a9b062 - 0.0% (1.25 KB)

[#003] sha256:e5deee4d15825181e582b4cd94669df3605233fd763369b9de5695de6c5cf92a - 0.01% (392 KB)

[#004] sha256:90ca7a62cfdfc8369a9bbf6577fadcc1dd65f57a777de234e4cb74aeda209ef5 - 0.0% (1.29 KB)

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

[#006] sha256:6e24fad4212b27f95ff0408c6627dbd1e4951be3b73ed6144a84eb7ed8a09175 - 0.58% (19.5 MB)

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

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

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

[#010] sha256:bad4adac830307c4b39586f0445107d0f8942b935177a1b3807d9d2a37a6f45d - 0.64% (21.6 MB)

[#011] sha256:3ea8c437fa9cbeafad82b04c5b41a0109a331d4d435e9cce77fb343b663ce818 - 0.0% (1.26 KB)

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

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

[#014] sha256:f299587256b519e0a1035d7c75cea5f36aeadc9c008c064e240b24e3b38e1e3a - 0.63% (21.2 MB)


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

Apply image 10.0.26100.2605

2025-06-07 15:42:01 UTC

Install update 10.0.26100.4349

2025-06-24 18:31:00 UTC

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

2025-06-24 18:31: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-06-24 18:31:10 UTC

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

2025-06-24 18:31:11 UTC

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

2025-06-24 18:31:22 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-06-24 18:31:23 UTC

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

2025-06-24 18:31:24 UTC

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

2025-06-24 18:31:26 UTC

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

2025-06-24 18:31:34 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-06-24 18:31:35 UTC

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

2025-06-24 18:31:36 UTC

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

2025-06-24 18:31:37 UTC

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

2025-06-24 18:31:47 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-06-24 18:27:16 UTC

Size

2.18 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

22baed7fdec17b429f4267d3ae388828dfea0c40622ef79ee6fb0a0d08d878fb

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.25.0

DOCKER_COMPOSE_SHA256

771fee0bad6dadde4ea68d99ec9aefaffcab2574ad70e64b54560e4e139eb804

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.37.3

DOCKER_URL

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

DOCKER_VERSION

28.2.2


Layers

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

[#001] sha256:db5652627be066fd088860f3ebfcc61d4cb76922ffa16c5496b4158c7e4e7151 - 34.87% (780 MB)

[#002] sha256:fc03c6c047256b1984f8349212389f86c231b9244dafeaa1e0d3609d441ed96c - 0.0% (1.25 KB)

[#003] sha256:0a5fd874d7d5caa215f985bf04b7424a5dfb4075ee19d728735974f114048bdc - 0.02% (357 KB)

[#004] sha256:fd7fb61211421f45d92f676ab3eacd8af9d258ddb0a75785d97c5bf455a4498a - 0.0% (1.25 KB)

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

[#006] sha256:05098dc55c356aa8c534ad8079ae6f01eb95c2a0fde6cca587c597a6ed956c05 - 0.87% (19.5 MB)

[#007] sha256:fb281c078d4484e0c9fd64447450edf81965a59f87573ac60a8ca8a207592674 - 0.0% (1.25 KB)

[#008] sha256:aa7726c253c9d167e360bd9f3a9ca47b206400279de2fa9a49427a991a457343 - 0.0% (1.25 KB)

[#009] sha256:07abaa3834c64ec52eb9fe01c18bc6f8e7dcd278df4c06d3b7a62b5c917946c9 - 0.0% (1.25 KB)

[#010] sha256:dddfdfb8304fa81e6ccfcccd76601f42924d7a093e7c565d9a2ce2ec09d46644 - 0.96% (21.6 MB)

[#011] sha256:2bd739707b8290f94595aafecd6674c3812b8c50864e784760ec4593a5a6838f - 0.0% (1.25 KB)

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

[#013] sha256:5cc058fb3e13deba36cdea4f490ba99d5d1c020ae7e6dc543716dc92e00f5a4c - 0.0% (1.25 KB)

[#014] sha256:2366c95adaf8fd0e70f29f988e6c2ebeb6995df6db5d68a6445b744fce3a28c5 - 0.94% (21.1 MB)


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

Apply image 10.0.20348.2700

2025-06-05 01:01:39 UTC

Install update 10.0.20348.3807

2025-06-24 18:25:04 UTC

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

2025-06-24 18:26:24 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-06-24 18:26:25 UTC

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

2025-06-24 18:26:26 UTC

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

2025-06-24 18:26:48 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-06-24 18:26:49 UTC

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

2025-06-24 18:26:49 UTC

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

2025-06-24 18:26:50 UTC

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

2025-06-24 18:27:03 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-06-24 18:27:04 UTC

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

2025-06-24 18:27:04 UTC

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

2025-06-24 18:27:05 UTC

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

2025-06-24 18:27:16 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