2026-08-12 17:36:04 UTC
2.33 GB
cd7d06a00d924b5800d2654b507afe100378a4685fcec6585eeadc599a527330
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.36.1/buildx-v0.36.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.36.1
DOCKER_COMPOSE_SHA256d51bc731b3ff6f062a26e8fdfd391ae98aeab516432f097c66d39c1c9d06680e
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v5.4.0/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION5.4.0
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-29.7.2.zip
DOCKER_VERSION29.7.2
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 60.88% (1.42 GB)
[#001] sha256:0e5abeeefbb7b11eb6332573ca632d3d8807213461f1b97f3cfee8899a29583f - 36.68% (875 MB)
[#002] sha256:ec60430df3f0a33f1554cb12017e0d893a2300d06c078a92a6b03f3951bcf4ff - 0.0% (1.29 KB)
[#003] sha256:8b835403e194c7aea72c5008a97f5ecbda11a1794588a7d5b2b10295bfc0cf3e - 0.01% (354 KB)
[#004] sha256:f7553839e3d69cf286e24ed80b838059d3f1dce5738b3a8d6921552b3b3865a7 - 0.0% (1.26 KB)
[#005] sha256:5aef34ed13e837f7a24dbe6224a4153b673ae0cf09580084276d78bbe388a8e0 - 0.0% (1.25 KB)
[#006] sha256:1d450bb3d2c1bb3f0b15ec200d1d31837e5ca469bd1ce7cec1212efe234b859a - 0.81% (19.3 MB)
[#007] sha256:e894f914ef99587573d201da30ee376347e4bca854f19c6c4a8d91739a503926 - 0.0% (1.25 KB)
[#008] sha256:14ac78bd174525927db81454f733bd783c521cc9aae175bc7071f3add2064216 - 0.0% (1.26 KB)
[#009] sha256:446a577f5cc956c7ca33bd957e5783f6b8991375db81c80efc6c3e5c2eb58237 - 0.0% (1.27 KB)
[#010] sha256:ca77bc9b191e4861fe6d1e1dbd7eaf25af3c50e54852e35647086f8b36e8f05b - 0.95% (22.7 MB)
[#011] sha256:a9870f4a7d20f67cbdb5f7a579b6a59c5af24ca8d324db9ef918bdec605d9723 - 0.0% (1.26 KB)
[#012] sha256:b7ee10d17df23c08fd234a9af47dc4f75d47ba1d2fb951e61853c7466b9ebe96 - 0.0% (1.23 KB)
[#013] sha256:a3d56df15d6b041f46e90399e2199a54469067c6fa7f8ba0ac2cc1fc0ba077cf - 0.0% (1.25 KB)
[#014] sha256:29fad3cb15e1b3396dfcf4ea1917864aa352071e26a45f263d53034ea51325f8 - 0.66% (15.7 MB)
Apply image 10.0.26100.32230
2026-08-09 09:10:21 UTCInstall update 10.0.26100.33296
2026-08-12 17:34:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-08-12 17:34:57 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-08-12 17:34:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.7.2
2026-08-12 17:35:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-29.7.2.zip
2026-08-12 17:35:29 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-08-12 17:35:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.36.1
2026-08-12 17:35:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.36.1/buildx-v0.36.1.windows-amd64.exe
2026-08-12 17:35:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=cd7d06a00d924b5800d2654b507afe100378a4685fcec6585eeadc599a527330
2026-08-12 17:35:51 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-08-12 17:35:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=5.4.0
2026-08-12 17:35:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v5.4.0/docker-compose-windows-x86_64.exe
2026-08-12 17:35:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=d51bc731b3ff6f062a26e8fdfd391ae98aeab516432f097c66d39c1c9d06680e
2026-08-12 17:36:04 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.';
2026-08-12 17:31:41 UTC
2.09 GB
cd7d06a00d924b5800d2654b507afe100378a4685fcec6585eeadc599a527330
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.36.1/buildx-v0.36.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.36.1
DOCKER_COMPOSE_SHA256d51bc731b3ff6f062a26e8fdfd391ae98aeab516432f097c66d39c1c9d06680e
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v5.4.0/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION5.4.0
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-29.7.2.zip
DOCKER_VERSION29.7.2
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 66.33% (1.39 GB)
[#001] sha256:16a37dc2b2d3c6043d57b7ca0e32bc7d3fe761174f2d192d1aabe93b7895c9b7 - 30.96% (663 MB)
[#002] sha256:38e1b28ed0ae3810fc60b70ae721befaf7ae0262b232808d6fb32800f97198e9 - 0.0% (1.27 KB)
[#003] sha256:3b506d83b3d0e3ee046e68dd13fea60edd01d408226549f7a8e54b0b5fa5a16c - 0.02% (339 KB)
[#004] sha256:0841e451043835f03b7c23bd4dbb73e074becf80483ce8f42e287d215d78e8fe - 0.0% (1.29 KB)
[#005] sha256:60f083671c609909f20e89775a6ef1f636fc62b096d9e1b46590929e076051af - 0.0% (1.28 KB)
[#006] sha256:829694f716ab3664becf04fc86749271b070d263b41346798591dd9b37d215f3 - 0.9% (19.2 MB)
[#007] sha256:ca0f61129d96985256766e9b600eb39345eb7c902caa1368e0c8335066196745 - 0.0% (1.26 KB)
[#008] sha256:5f820c83a1566ef2e87f9b1236695e8b4000fd25e99b62ef0f18bbd1d6b820ca - 0.0% (1.29 KB)
[#009] sha256:792ad8c22831e4dbb12b5425cc1efa9475b0cb0a083cee5cb3868f2c5114a56a - 0.0% (1.26 KB)
[#010] sha256:35d2b7ae2bd685276aebf405009ed61fe97a72aba291ed35310d1eb7e5b55068 - 1.06% (22.7 MB)
[#011] sha256:4c943a135a85f5e14d2fd796b07bc9ffa93632324aa7d6d0ed15999ae00b49e9 - 0.0% (1.26 KB)
[#012] sha256:001db621d98d96919636a29676a7013e88a71d189101742a92d1fb8cf71ed570 - 0.0% (1.29 KB)
[#013] sha256:dd849f2bb079b684a510f56d320beb72c50283710244f2a7a60894596adb077a - 0.0% (1.29 KB)
[#014] sha256:b8039dc8ee55dc73bad1181d26af6140145b670175639da008d69403d17b061d - 0.73% (15.7 MB)
Apply image 10.0.20348.4294
2026-08-09 04:19:26 UTCInstall update 10.0.20348.5499
2026-08-12 17:29:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-08-12 17:30:31 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-08-12 17:30:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.7.2
2026-08-12 17:30:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-29.7.2.zip
2026-08-12 17:30:58 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-08-12 17:30:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.36.1
2026-08-12 17:31:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.36.1/buildx-v0.36.1.windows-amd64.exe
2026-08-12 17:31:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=cd7d06a00d924b5800d2654b507afe100378a4685fcec6585eeadc599a527330
2026-08-12 17:31:24 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-08-12 17:31:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=5.4.0
2026-08-12 17:31:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v5.4.0/docker-compose-windows-x86_64.exe
2026-08-12 17:31:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=d51bc731b3ff6f062a26e8fdfd391ae98aeab516432f097c66d39c1c9d06680e
2026-08-12 17:31:41 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.