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

2026-04-07 18:06:17 UTC

Size

1.99 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

832ddf42373203ee3836a7cb3b16fe5080231491e7edb32019ac0f6fe03b99ed

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.33.0

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.4.0.zip

DOCKER_VERSION

29.4.0


Layers

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

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

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

[#003] sha256:cbaff7ffcff282be3a7cf2b17c33b81d01113cfd9c33a3dd1fc69933363cb882 - 0.02% (373 KB)

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

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

[#006] sha256:9a11f5b4aabfe9b04c01662839eef4d615567e211f283c6e7818e52b3668d661 - 0.94% (19.2 MB)

[#007] sha256:683aaeb151b66e53b1096f22b39533930cef0c1c98a4745f57e71a5f01fb8a0a - 0.0% (1.28 KB)

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

[#009] sha256:683624596fd59caecf2e64b0bbfd45b372c1f6869db5c6cfb23fb047bf51eec5 - 0.0% (1.26 KB)

[#010] sha256:dc3391b63f468d72f2045f24a2a8bf86bc454e7bde74c6d8f9b32fcca119e80b - 1.1% (22.4 MB)

[#011] sha256:3612cdb40d7bf90e6e50f9f05c5c7602d11d06a46cca4a6c6482fdd833f1cac3 - 0.0% (1.26 KB)

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

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

[#014] sha256:a1af4d02e803d87cc569e51d6f3511d7ceaac2fe30774f4ea6d1a356e42f89ef - 0.55% (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-04-07 17:45:34 UTC

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

2026-04-07 18:05:33 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-04-07 18:05:34 UTC

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

2026-04-07 18:05:35 UTC

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

2026-04-07 18:05:50 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-04-07 18:05:51 UTC

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

2026-04-07 18:05:51 UTC

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

2026-04-07 18:05:52 UTC

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

2026-04-07 18:06:07 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-04-07 18:06:08 UTC

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

2026-04-07 18:06:08 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-04-07 18:06:09 UTC

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

2026-04-07 18:06:17 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-04-07 18:06:20 UTC

Size

1.9 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

832ddf42373203ee3836a7cb3b16fe5080231491e7edb32019ac0f6fe03b99ed

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.33.0

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.4.0.zip

DOCKER_VERSION

29.4.0


Layers

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

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

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

[#003] sha256:1f9c300c06bd98acbe2efc0c277d580fece563c470038eb8f74d2dd922de94d2 - 0.02% (485 KB)

[#004] sha256:b7ff057fe30ee36a89c50acd5ea6585849fb0687ecc19793300b7ee68e4a96bd - 0.0% (1.26 KB)

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

[#006] sha256:83bb0fe00c187e5f0aa9c4e431ee26a5472aa893ef9395cead9bc41b53d8bf24 - 0.99% (19.2 MB)

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

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

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

[#010] sha256:ce2debda1316a8781d0d548bbf802336d7b4de1ba27198d02473ac96035360f7 - 1.15% (22.3 MB)

[#011] sha256:cca2269f79a5fe310160fcdd23d20b43df2a3547e81e8b04d06f3f25d1dcf8d3 - 0.0% (1.31 KB)

[#012] sha256:a834edccd436ba139fc54989c90c4fc8df0d139404714500103d3aa97ccbf512 - 0.0% (1.3 KB)

[#013] sha256:906a82b2a03d5ef6e2950ddf7f1680dfea855e0cda9e1123483778f916e7ba8e - 0.0% (1.27 KB)

[#014] sha256:a29a6939b1400dc3f52e8fff687d10e51c019eac0f3acf953221086d503f71b6 - 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-04-07 17:39:34 UTC

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

2026-04-07 18:05:33 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-04-07 18:05:34 UTC

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

2026-04-07 18:05:34 UTC

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

2026-04-07 18:05:43 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-04-07 18:05:43 UTC

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

2026-04-07 18:05:45 UTC

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

2026-04-07 18:05:46 UTC

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

2026-04-07 18:06:08 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-04-07 18:06:09 UTC

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

2026-04-07 18:06:09 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-04-07 18:06:10 UTC

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

2026-04-07 18:06:20 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