Namespace
library
Image / Tag
docker:windowsservercore
Content Digest
sha256:d9e0a6f7223fc411919ee4855fcfdb6847cf4102287ba6246a99902a34bfeb27
Details
Created

2026-03-25 18:30:46 UTC

Size

2 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

47d76e47acf3c7611dd594c4b0909fec680ae6406b6fa775f6077b195837e2b9

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.32.1

DOCKER_COMPOSE_SHA256

f7ad2f6965c88153e4902019ec86e95414f0025cba0b6440f328f935a1f8b12b

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v5.1.1/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

5.1.1

DOCKER_URL

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

DOCKER_VERSION

29.3.1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 71.09% (1.42 GB)

[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 26.05% (532 MB)

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

[#003] sha256:05646e87bcc7eebcf75f1a96ca80aa255bd6868601cdf94768601c8078d9b4b7 - 0.02% (365 KB)

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

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

[#006] sha256:0ff304ba5506cff7b400064688c74084a2ff60a244b484160e1be812e7672e3d - 0.91% (18.7 MB)

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

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

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

[#010] sha256:60b8f6f29800e2912ff8cd1d9696f47141cb71560b98c73b71157c6b39d77665 - 1.38% (28.3 MB)

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

[#012] sha256:36549e61114f7f53657411a2bc956fd69c15ae2f08beb6f977143978b7447c7a - 0.0% (1.31 KB)

[#013] sha256:111317c19214d92002469ac71ea269b2b838ae7163f090cf6796b17aeccea76d - 0.0% (1.28 KB)

[#014] sha256:9ee1dd44d7e561101a0c094be20961ded0b2b663201441b16b06bbace8b589ab - 0.54% (11.1 MB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-03-06 02:07:33 UTC

Install update 10.0.26100.32522

2026-03-25 18:28:34 UTC

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

2026-03-25 18:29:47 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);

2026-03-25 18:29:48 UTC

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

2026-03-25 18:29:50 UTC

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

2026-03-25 18:30:11 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.';

2026-03-25 18:30:11 UTC

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

2026-03-25 18:30:12 UTC

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

2026-03-25 18:30:13 UTC

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

2026-03-25 18:30: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.';

2026-03-25 18:30:35 UTC

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

2026-03-25 18:30:36 UTC

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

2026-03-25 18:30:37 UTC

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

2026-03-25 18:30:46 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

2026-03-25 19:40:40 UTC

Size

1.9 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

47d76e47acf3c7611dd594c4b0909fec680ae6406b6fa775f6077b195837e2b9

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.32.1

DOCKER_COMPOSE_SHA256

f7ad2f6965c88153e4902019ec86e95414f0025cba0b6440f328f935a1f8b12b

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v5.1.1/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

5.1.1

DOCKER_URL

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

DOCKER_VERSION

29.3.1


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 72.86% (1.39 GB)

[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 24.14% (470 MB)

[#002] sha256:1308333a4392e8271e4f4b21402bc6f763c6947650918095e03f366a14cc414c - 0.0% (1.3 KB)

[#003] sha256:b38e6b331022a40232727b6df60ae3011c2881ecc6b467d1f4c6cb81b177c386 - 0.02% (491 KB)

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

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

[#006] sha256:a1f46b5e980a51bf9a4c3eb90a2bb1cfe6f2dd31d3be8f275e812802b1e4ba98 - 0.96% (18.7 MB)

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

[#008] sha256:1c2703e9c64648d48d664a684fc27b610d3cda6a09e7ee0611398c0dc1fb79f0 - 0.0% (1.3 KB)

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

[#010] sha256:629d7cc015feff575dfa2bd23f5fb9708ef896865f9d712d76146dcf8f8e71d1 - 1.45% (28.3 MB)

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

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

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

[#014] sha256:2701fee2e43d95c0c97245dbb4e9f39e33ad925203c57ce4fc438c17b39ad307 - 0.57% (11.1 MB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-03-03 22:48:22 UTC

Install update 10.0.20348.4893

2026-03-25 19:38:47 UTC

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

2026-03-25 19:39:51 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);

2026-03-25 19:39:52 UTC

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

2026-03-25 19:39:53 UTC

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

2026-03-25 19:40:09 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.';

2026-03-25 19:40:10 UTC

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

2026-03-25 19:40:11 UTC

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

2026-03-25 19:40:12 UTC

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

2026-03-25 19:40:23 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.';

2026-03-25 19:40:24 UTC

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

2026-03-25 19:40:24 UTC

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

2026-03-25 19:40:25 UTC

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

2026-03-25 19:40:40 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