Namespace
library
Image / Tag
docker:29.3.0-windowsservercore
Content Digest
sha256:b2d718da404667736c0a364457acff80adecd679f1fc14b6f1ac0d42d9f8035f
Details
Created

2026-03-10 21:56:25 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

ee84e42b93c501cb0aa2caa84d76b5f30ca6fb92f070e289fc37be7332c5822a

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.1.0

DOCKER_URL

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

DOCKER_VERSION

29.3.0


Layers

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

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

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

[#003] sha256:ffac95db6729adeb9501b692a859b1f7501da32d0e68396ade09d5ee2b9c5dba - 0.02% (353 KB)

[#004] sha256:76c9b204a653da45e48dd97cbcdac8a2e635bb3b80df1e34714481a3663228de - 0.0% (1.28 KB)

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

[#006] sha256:95bed5d701d4789946d12eff7113c47a85c18140e9647ef23b69f7f0507ea9e9 - 0.91% (18.7 MB)

[#007] sha256:4c4ab9d4622b960434973dde7fc1669e187aa3ac0c02a003136df3a5784c69f5 - 0.0% (1.33 KB)

[#008] sha256:19f52be483434da9210b19b0a17c9522bfb669e169b2a4a816918258210982af - 0.0% (1.3 KB)

[#009] sha256:4c0b144e97fd6cb2e747bf5310bfd63c0a9d551ceeac0a426a64f1179018f3ac - 0.0% (1.26 KB)

[#010] sha256:9d1d5879885858c7fde574cec42831b5fbf4787dbfa708675e6aef9c9600357c - 1.38% (28.3 MB)

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

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

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

[#014] sha256:ff425f8aa0d57b01aac79c8c461221b7844a9a0e06916134be6c0af9fef136a7 - 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-10 21:55:40 UTC

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

2026-03-10 21:55:54 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-10 21:55:55 UTC

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

2026-03-10 21:55:55 UTC

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

2026-03-10 21:56:06 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-10 21:56:06 UTC

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

2026-03-10 21:56:06 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-10 21:56:07 UTC

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

2026-03-10 21:56:15 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-10 21:56:16 UTC

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

2026-03-10 21:56:16 UTC

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

2026-03-10 21:56:17 UTC

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

2026-03-10 21:56:25 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-10 21:56:34 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

ee84e42b93c501cb0aa2caa84d76b5f30ca6fb92f070e289fc37be7332c5822a

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

5.1.0

DOCKER_URL

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

DOCKER_VERSION

29.3.0


Layers

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

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

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

[#003] sha256:a17a66011dcb9c38eedc922e2d718b0cff4e70ce31e167daaa8dfee148d9c195 - 0.02% (475 KB)

[#004] sha256:f159d4d5d7e56333bfd6e2e7b16344a0e872adf0b93acebefa53c4247fbc9396 - 0.0% (1.3 KB)

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

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

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

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

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

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

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

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

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

[#014] sha256:f3aff282c60575fe0964ee93b76dd77692c3ed1f6cbeeb91ecb807cfa30421b8 - 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-10 21:55:28 UTC

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

2026-03-10 21:55:44 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-10 21:55:45 UTC

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

2026-03-10 21:55:46 UTC

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

2026-03-10 21:56:03 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-10 21:56:04 UTC

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

2026-03-10 21:56:05 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-10 21:56:05 UTC

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

2026-03-10 21:56:22 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-10 21:56:22 UTC

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

2026-03-10 21:56:23 UTC

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

2026-03-10 21:56:24 UTC

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

2026-03-10 21:56: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-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