2025-11-18 00:44:52 UTC
3.08 GB
3c48e2da717c55518cf22a5b372f48f54cf3a58c9fae675b818a3311775e1b71
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.30.1
DOCKER_COMPOSE_SHA2564c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.40.3
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-29.1.0-rc.1.zip
DOCKER_VERSION29.1.0-rc.1
[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 67.09% (2.06 GB)
[#001] sha256:a84ef3b04f81727036fe8b401efc70b6979844e2b78bdf09aa1b68b7ef4edf63 - 30.9% (973 MB)
[#002] sha256:0e7cef4a3415e4a64bcfbd4e853e4a6f58af113e4c2fe90d11e7cbba12594bc6 - 0.0% (1.29 KB)
[#003] sha256:ed06b4a3f1f41e47163ce23777474f55955d7a9c58cfe32956ca99dbc76636e7 - 0.01% (389 KB)
[#004] sha256:e55e3c68e2753a14da5a353304a2cab06209b0fc9bf1a10ecced4a8f6833384d - 0.0% (1.26 KB)
[#005] sha256:0659dadf246beb3bf865e9ddd9a7662ebf45a45a76aaf5f813cb16c38c8ee17b - 0.0% (1.29 KB)
[#006] sha256:193c0108cb5c3975a7162fd79604cc0e12caf780e2e08106bd9000960e681fc6 - 0.59% (18.5 MB)
[#007] sha256:da3ee061861e02d89448e456acd19438a14820f2b7261b31745c3de931814c5c - 0.0% (1.29 KB)
[#008] sha256:8a94def58fc47f4e9ac84d676a6cbf755fdc065fc0e92fd672096db4cdd0f084 - 0.0% (1.26 KB)
[#009] sha256:baaa4c7f80934e541353ecff9f182b16316c4602ef8ed05b5b671a2c8a3191f5 - 0.0% (1.32 KB)
[#010] sha256:7472df629457d737898dde03f8f6ff733ae71caa65d741b75e951d286fcf32d3 - 0.73% (22.8 MB)
[#011] sha256:758f1e74c086473dfb7c8f7935d0a18dd9d66decfe9a2c3f76cea75278ee2e51 - 0.0% (1.26 KB)
[#012] sha256:72a0233c0f9e3fd198e7b31ce264969c6e781d1994adb4417a06815f49be0f59 - 0.0% (1.29 KB)
[#013] sha256:41b84a72a0e7072402b5e889a953d173209c2ea576764acc8f3ef168a611d7fb - 0.0% (1.28 KB)
[#014] sha256:ce58b23967b58538b40f3ab189c4b44a3d463822b4b09cd78db06503f135af0e - 0.69% (21.6 MB)
Apply image 10.0.26100.2605
2025-11-09 10:25:55 UTCInstall update 10.0.26100.7171
2025-11-18 00:19:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-11-18 00:19: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);
2025-11-18 00:44:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.1.0-rc.1
2025-11-18 00:44:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-29.1.0-rc.1.zip
2025-11-18 00:44: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-11-18 00:44:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.30.1
2025-11-18 00:44:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.windows-amd64.exe
2025-11-18 00:44:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=3c48e2da717c55518cf22a5b372f48f54cf3a58c9fae675b818a3311775e1b71
2025-11-18 00:44:43 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-11-18 00:44:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.40.3
2025-11-18 00:44:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe
2025-11-18 00:44:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=4c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532
2025-11-18 00:44:52 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.