2026-04-20 23:03:37 UTC
1.98 GB
832ddf42373203ee3836a7cb3b16fe5080231491e7edb32019ac0f6fe03b99ed
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.33.0/buildx-v0.33.0.windows-amd64.exe
DOCKER_BUILDX_VERSION0.33.0
DOCKER_COMPOSE_SHA2565e6d72612b3165be9fea4ae889435fec76979a9779b6f62f4efee99dd5f41ea1
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v5.1.3/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION5.1.3
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-29.4.1.zip
DOCKER_VERSION29.4.1
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 70.03% (1.39 GB)
[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 27.33% (554 MB)
[#002] sha256:cc5f4559ccd19990eeb3eb464a5c03f7c8bd4e42fc037cc850c7dc5d79bf1767 - 0.0% (1.26 KB)
[#003] sha256:8680fed5217e07032ae763bb4814082de2b6871eea99f7bcf4be6fb17dfd79f4 - 0.02% (490 KB)
[#004] sha256:542cbb5df10cc920a089a68af1d0f860484ef70c9d225a612dcf5ada2aaef390 - 0.0% (1.29 KB)
[#005] sha256:a88dd0729e80918b82e555dffd716238e73e864506f572bbbd0a8d756ec675bf - 0.0% (1.26 KB)
[#006] sha256:fb7176f52dbf05c4190cc72cf02fbe31e6539e8dcb732de302e9ebfd1e551f86 - 0.95% (19.3 MB)
[#007] sha256:30381a09bd7e612f87bec4de2b1d777841f1d46d5ba73d38f9cced6f9b8115e4 - 0.0% (1.26 KB)
[#008] sha256:210f368239bd3baeaccf30803eaeec62843562f847f4f963141670c760522e87 - 0.0% (1.29 KB)
[#009] sha256:806603dc9170bc3b136c2941f1e2a772ccfaa85ee9aef9c22b08a74e983edb3e - 0.0% (1.29 KB)
[#010] sha256:63ec0ed78a357c0c8f98fc6487d30563e9d8a03db4def9807966493cbf91e4ec - 1.1% (22.3 MB)
[#011] sha256:ea3950ad53b54530338b85e919a0e803046bdb1e51c7437915640748a7a11e53 - 0.0% (1.27 KB)
[#012] sha256:79ab184fdff530ee113fb07a551306f51ac338c1ac6d707c5e5ada12e7f3a9c3 - 0.0% (1.27 KB)
[#013] sha256:deb0306647508616ca419bbaf30c1bc7c5cb266e7dacac4b59856274b4243e01 - 0.0% (1.3 KB)
[#014] sha256:6d91cba3e753e1dc5b702a3c5be5695fcc7d24a8cd552f8c620fb10598c4cbb3 - 0.56% (11.4 MB)
Apply image 10.0.20348.4294
2026-04-13 03:24:09 UTCInstall update 10.0.20348.5020
2026-04-20 23:03:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2026-04-20 23:03:10 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-04-20 23:03:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.4.1
2026-04-20 23:03:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-29.4.1.zip
2026-04-20 23:03:19 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-04-20 23:03:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.33.0
2026-04-20 23:03:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.33.0/buildx-v0.33.0.windows-amd64.exe
2026-04-20 23:03:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=832ddf42373203ee3836a7cb3b16fe5080231491e7edb32019ac0f6fe03b99ed
2026-04-20 23:03:29 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-04-20 23:03:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=5.1.3
2026-04-20 23:03:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v5.1.3/docker-compose-windows-x86_64.exe
2026-04-20 23:03:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=5e6d72612b3165be9fea4ae889435fec76979a9779b6f62f4efee99dd5f41ea1
2026-04-20 23:03:37 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.