2025-10-24 18:12:54 UTC
3.06 GB
3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.29.1
DOCKER_COMPOSE_SHA256835b6a7150d12e128fa9fd902abff6212ff3e55398683d57e213956558ead5df
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.40.0/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.40.0
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.1.zip
DOCKER_VERSION29.0.0-rc.1
[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 67.41% (2.06 GB)
[#001] sha256:27c754a6aa9f16aa1c4d70f2ffa463bbd24a85c1acd69772fb9ea2d810f69847 - 30.58% (958 MB)
[#002] sha256:f0288f7acb29cd07cd39111b81ee3305da48d2c9358beb9c3b1ddf6db50b0674 - 0.0% (1.26 KB)
[#003] sha256:9b05b1d0515f21672ccaae6173aa987d4a9c5d08d2aa5a2f53e17d0e8587b15d - 0.01% (340 KB)
[#004] sha256:891ec8207c43da557e027e09ce856b33e019633d1b2f4c705717ca11cbc6d92f - 0.0% (1.3 KB)
[#005] sha256:fead4ed98bf8e61b09d7165da74ed61c713be7f88b7f3eeeee27334355713793 - 0.0% (1.29 KB)
[#006] sha256:173495cb2be9d2492e6e4ca5e356130d6a5fbb7d19fc1ab7c31b72b5e345278c - 0.61% (19.1 MB)
[#007] sha256:b21bf253a6596cdf61ce20ff69aac4ecbab0c11561e1c753ae405f24fd957c2d - 0.0% (1.28 KB)
[#008] sha256:82814a047bde821b8de371140dda43bc6e30cab34d61e52199aa5ba4f10ab88a - 0.0% (1.26 KB)
[#009] sha256:74c7dd45e63db1688df50af101872ce547ffc9322886192faca74d4c1f5f86fc - 0.0% (1.26 KB)
[#010] sha256:a16d2dd46afcde2284a08016977c6d147d5df9f5ffb6184f241f456515137ebc - 0.7% (22.1 MB)
[#011] sha256:5d8245b7fcd721e3a8cf1b6ae1c15c2ba0939932237ef2a0067e0de3e842546d - 0.0% (1.29 KB)
[#012] sha256:d465d171a3a71577e66857d81a4e2b0407277ab346f32a4a7825c6e6d843d02a - 0.0% (1.26 KB)
[#013] sha256:88cf84de8f60a35e3e5e2d63e1e16af14bef1f4bab66e13bc5ad412ee3578627 - 0.0% (1.29 KB)
[#014] sha256:f105bb01a2887822d9d297bac7eb93b743dfa7fb76043761edfafb1257e1f73a - 0.69% (21.5 MB)
Apply image 10.0.26100.2605
2025-10-22 07:45:25 UTCInstall update 10.0.26100.6905
2025-10-24 18:12:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-10-24 18:12:26 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);
2025-10-24 18:12:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.0.0-rc.1
2025-10-24 18:12:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.1.zip
2025-10-24 18:12:37 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.';
2025-10-24 18:12:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.29.1
2025-10-24 18:12:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe
2025-10-24 18:12:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784
2025-10-24 18:12:46 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.';
2025-10-24 18:12:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.40.0
2025-10-24 18:12:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.40.0/docker-compose-windows-x86_64.exe
2025-10-24 18:12:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=835b6a7150d12e128fa9fd902abff6212ff3e55398683d57e213956558ead5df
2025-10-24 18:12:54 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.';
2025-10-24 18:12:13 UTC
1.53 GB
3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.29.1
DOCKER_COMPOSE_SHA256835b6a7150d12e128fa9fd902abff6212ff3e55398683d57e213956558ead5df
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.40.0/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.40.0
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.1.zip
DOCKER_VERSION29.0.0-rc.1
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 90.6% (1.39 GB)
[#001] sha256:130d5bf0bd040ed2a9354c6bb5dc8ff89b34e452980249bf817f0b7cb33a21ce - 5.37% (84.1 MB)
[#002] sha256:116a61045287ead6d3e96e549433b65e0cd74ce2180f5ec4df258d66b09b85a4 - 0.0% (1.28 KB)
[#003] sha256:005edd3b53379366a6670815f1b8928b2515942ffbdfc323f3045bd40ef8253e - 0.03% (485 KB)
[#004] sha256:19247ff6b0fe81d2d0c19200f1494a767d2df8d95375b076f98f93018b9919d5 - 0.0% (1.3 KB)
[#005] sha256:40e138ccf8606b516db59f39851d5d083361399bec5f9546128f49a6d290fc37 - 0.0% (1.29 KB)
[#006] sha256:6ba9b2b83ff3679a3c7924b1e81c81676fd7204f71867607e06ec872c1a55f79 - 1.22% (19.1 MB)
[#007] sha256:99c04a081102152ea2be916a50deb609b20d25d9db7cb54874ca55e529c6c095 - 0.0% (1.26 KB)
[#008] sha256:e120f57a8309ee9a7d0bdd2be1fe26f2493184b363718ac655b305b08026c053 - 0.0% (1.26 KB)
[#009] sha256:dd1a7bd099cbfe86fe4808ec12a569e79ddba74fe9947fb29dd311eeb41eb0d5 - 0.0% (1.29 KB)
[#010] sha256:0e91d7f77a7c3231e8e7e676b336e03f2965f5a71a598be49eb1822ab0644d94 - 1.41% (22.1 MB)
[#011] sha256:940ca6ecbd9bc65b5b9f63884ce8d8598559d97cbe24d8dded0002d947ebc892 - 0.0% (1.26 KB)
[#012] sha256:bbfc56c1ef9d9726920dbc1a12522fa2e2b55669ca9653f41e431119ac74a1fd - 0.0% (1.3 KB)
[#013] sha256:9e9744d7d8408906848f1e0b5b555efbda6962652f1f3fe9d051153585605b5b - 0.0% (1.26 KB)
[#014] sha256:a19a1daab0d61f92d2ffea37e4025f570e2bbbda9fd3e2204d5aecf0539f2485 - 1.37% (21.5 MB)
Apply image 10.0.20348.4294
2025-10-22 21:59:56 UTCInstall update 10.0.20348.4297
2025-10-24 18:10:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-10-24 18:11:15 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);
2025-10-24 18:11:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.0.0-rc.1
2025-10-24 18:11:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.1.zip
2025-10-24 18:11:34 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.';
2025-10-24 18:11:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.29.1
2025-10-24 18:11:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.29.1/buildx-v0.29.1.windows-amd64.exe
2025-10-24 18:11:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784
2025-10-24 18:11:49 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.';
2025-10-24 18:11:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.40.0
2025-10-24 18:11:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.40.0/docker-compose-windows-x86_64.exe
2025-10-24 18:11:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=835b6a7150d12e128fa9fd902abff6212ff3e55398683d57e213956558ead5df
2025-10-24 18:12:13 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.