Namespace
library
Image / Tag
docker:29-rc-windowsservercore
Content Digest
sha256:c4ab869ab9f1810c1f9dbff9167bc1bab4d583cf83bc5dfca64cdee56e99b782
Details
Created

2026-02-28 00:44:42 UTC

Size

1.89 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

b49832d4ac46bde05006f7ad3506b9d5060b60e5c566545d8e10c1a80df08a4a

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.31.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/test/x86_64/docker-29.3.0-rc.1.zip

DOCKER_VERSION

29.3.0-rc.1


Layers

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

[#001] sha256:456534216d0c12d9314cda831989d54bb3f542d7d43d9772ba40654db6dbd7bc - 21.8% (421 MB)

[#002] sha256:ec252a864940fb49290875abbffaaf7d9f3559d54222c34e75a6ed8b36b88854 - 0.0% (1.26 KB)

[#003] sha256:3edfda47b67392bfa7e4b15a5d299940cdb2eb958222ac589f180265fa1dfb44 - 0.02% (361 KB)

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

[#005] sha256:e8205f5135e38d345f1a5c8ce0c813bca0ce906c93c2b907c231bfb572c811e8 - 0.0% (1.3 KB)

[#006] sha256:9b86ad957e9fb1572f98c74127154f97b7be19141fba906d4220a193b9d31c98 - 0.97% (18.7 MB)

[#007] sha256:16bb9bff6f4d98053dd730983b39be8c71079e59b0335aa6921383fded10a1d8 - 0.0% (1.29 KB)

[#008] sha256:2654d3ddc8fd35a983aec9af382a61f3893c5c8986870d5d9c14106193e66eed - 0.0% (1.3 KB)

[#009] sha256:f05f49829bb347064a23a6a317206492ceea2d2bf41bd80bf68eed94259f5dac - 0.0% (1.27 KB)

[#010] sha256:fd79727c08ab69b299365c43d0fd701dd9948a2fd297d7200304e4f000ad8416 - 1.45% (28.1 MB)

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

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

[#013] sha256:a7a8e79ba688cf0fc1c2b4e6a8531a4ba6d47f584deb6c37b584fcb22d6f3436 - 0.0% (1.3 KB)

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


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

Apply image 10.0.26100.32230

2026-02-06 22:21:49 UTC

Install update 10.0.26100.32370

2026-02-28 00:42:54 UTC

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

2026-02-28 00:44:01 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-02-28 00:44:02 UTC

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

2026-02-28 00:44:03 UTC

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

2026-02-28 00:44:23 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-02-28 00:44:23 UTC

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

2026-02-28 00:44:24 UTC

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

2026-02-28 00:44:24 UTC

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

2026-02-28 00:44:32 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-02-28 00:44:34 UTC

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

2026-02-28 00:44:34 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-02-28 00:44:35 UTC

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

2026-02-28 00:44:42 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-02-28 00:37:30 UTC

Size

1.79 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

b49832d4ac46bde05006f7ad3506b9d5060b60e5c566545d8e10c1a80df08a4a

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.31.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/test/x86_64/docker-29.3.0-rc.1.zip

DOCKER_VERSION

29.3.0-rc.1


Layers

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

[#001] sha256:e3c87a3784ab1d08cbacea3288e90f8106f6e7a20b792ab27cdc739fc966a73e - 19.42% (356 MB)

[#002] sha256:285b4a7de1fd8067ce6b53daea242a9c42759684e5db49848f51bafca46e7a13 - 0.0% (1.28 KB)

[#003] sha256:69ff0a1cb02075fad1901d540bd028779f76336b74323995b4bfc02e073a4595 - 0.03% (498 KB)

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

[#005] sha256:edeca9438049f89be3199372e791fe455e9521b8fdbdb2199a9af494ab1a7f68 - 0.0% (1.28 KB)

[#006] sha256:e2b57395a14240fc9e5381998f86a791d1674047afb4c99e6d8fe3e73e05b122 - 1.02% (18.7 MB)

[#007] sha256:967f74859e9f476f9913a7df277daf3cda4717a9128978d439307b0245f67749 - 0.0% (1.27 KB)

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

[#009] sha256:bd11888bbfbb7090af6fe5ac584e58d3b0fe3e55933232408002b9097cc6c0c0 - 0.0% (1.3 KB)

[#010] sha256:5225ce59fcbf3ce7b615001ee804e120b0af753cedf41b35a7db18bd703eb8e4 - 1.53% (28.1 MB)

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

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

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

[#014] sha256:9724fb9b170e051b4bc3d4687fb3f2033d256d80cf262b6bdb1f91bcc9ff1f70 - 0.61% (11.1 MB)


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

Apply image 10.0.20348.4294

2026-02-06 10:02:33 UTC

Install update 10.0.20348.4773

2026-02-28 00:35:55 UTC

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

2026-02-28 00:36:36 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-02-28 00:36:37 UTC

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

2026-02-28 00:36:37 UTC

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

2026-02-28 00:36:56 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-02-28 00:36:57 UTC

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

2026-02-28 00:36:57 UTC

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

2026-02-28 00:36:59 UTC

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

2026-02-28 00:37: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-02-28 00:37:15 UTC

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

2026-02-28 00:37: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-02-28 00:37:17 UTC

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

2026-02-28 00:37:30 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