2026-07-17 18:02:20 UTC
2.06 GB
8076395009787cd1d30c94edeb5d7ac3945273374fc162c00e9810c3e9325ebe
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.35.0/buildx-v0.35.0.windows-amd64.exe
DOCKER_BUILDX_VERSION0.35.0
DOCKER_COMPOSE_SHA2566d36cc701393c066d67ebc77773b718d8c738bc4ccb350fbf1dc0e6a09f44cb9
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v5.3.1/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION5.3.1
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-29.6.2.zip
DOCKER_VERSION29.6.2
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 67.25% (1.39 GB)
[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 30.19% (638 MB)
[#002] sha256:259c6990d628d9e82ede5b93d37ad7c79320c73b8c081acb9bd1f2aca7fec03f - 0.0% (1.29 KB)
[#003] sha256:c384286088e6f5f52190a4705fb67de96385fa19a25065c274164cb0b5877418 - 0.02% (478 KB)
[#004] sha256:680c7e4c06720045f36d57ff45a3bdee2181e51ce1fd5f1558b9404394fdc489 - 0.0% (1.26 KB)
[#005] sha256:f6e8b47090424105e7cc62e2c32c3de39fd6a459c044c508544d3bb3e7a38831 - 0.0% (1.26 KB)
[#006] sha256:31c80667b77e9d45ab8d2ed5874b1ed695b3b10913993dd91186e6ae0210aba3 - 0.91% (19.2 MB)
[#007] sha256:1a0ecc9cf273b36a578dbfafe8b9d65ef4fdc44106eb551e570e015120e8f131 - 0.0% (1.27 KB)
[#008] sha256:d902fe6f3f3db411362b79346fa2ff2a5d984b2c6d4b9fdbab822f30d94dc15f - 0.0% (1.29 KB)
[#009] sha256:975cd2e9817f78e29789f7919eae46d0bbdd85f4063a3f3f0b0cd5dffd99ac7a - 0.0% (1.29 KB)
[#010] sha256:db3fdff237eefc57b688600a507171f1add7f6f5c247e8582cc221feac7f578a - 1.08% (22.8 MB)
[#011] sha256:01a925143ed68ffe3381be7cb23061d15340a6dfe8d27f2c4e2273a03764c8e3 - 0.0% (1.27 KB)
[#012] sha256:12be2de9209d53d5a2b0c8ddd90bf14183c440d9c02e8352107a5279b4346735 - 0.0% (1.27 KB)
[#013] sha256:3450f1fa58c2ffb8064bb57b2f1980295d23d3e8521d789d640209fbf83589fa - 0.0% (1.29 KB)
[#014] sha256:7b8f938240612fc7af2148d1d439711a2b30b36351becdfa3f378a1b7ca021e7 - 0.54% (11.4 MB)
Apply image 10.0.20348.4294
2026-07-11 16:30:20 UTCInstall update 10.0.20348.5386
2026-07-17 17:59:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-07-17 18:00:50 UTCpowershell -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-07-17 18:00:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.6.2
2026-07-17 18:00:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-29.6.2.zip
2026-07-17 18:01:21 UTCpowershell -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-07-17 18:01:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.35.0
2026-07-17 18:01:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.35.0/buildx-v0.35.0.windows-amd64.exe
2026-07-17 18:01:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=8076395009787cd1d30c94edeb5d7ac3945273374fc162c00e9810c3e9325ebe
2026-07-17 18:01:55 UTCpowershell -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-07-17 18:01:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=5.3.1
2026-07-17 18:01:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v5.3.1/docker-compose-windows-x86_64.exe
2026-07-17 18:01:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=6d36cc701393c066d67ebc77773b718d8c738bc4ccb350fbf1dc0e6a09f44cb9
2026-07-17 18:02:20 UTCpowershell -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.';
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.