2025-09-01 22:36:01 UTC
2.19 GB
1e89de288c9897990220d2ee695b50956d42a3a0792c0b070e9fee7711b9f896
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.27.0/buildx-v0.27.0.windows-amd64.exe
DOCKER_BUILDX_VERSION0.27.0
DOCKER_COMPOSE_SHA2566580793b1f612150646a9f8d02148c8d226a0033ed6e2e3273c0229b25e2f158
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.39.2/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.39.2
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-28.3.3.zip
DOCKER_VERSION28.3.3
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.27% (1.36 GB)
[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 34.9% (782 MB)
[#002] sha256:d889f82830dee53ace7cb143aea2cc46eac27873259d87b424a4338267f61e9f - 0.0% (1.23 KB)
[#003] sha256:08dac808240f9af82f49a031ac3aff0005dec4393846fb557995e9ead0c6b1e7 - 0.01% (339 KB)
[#004] sha256:3821ed3fb9a6213b172071d52cb9a7fe7bb6834a9298ec830d32c25ec41491d7 - 0.0% (1.25 KB)
[#005] sha256:10cb5070c1ca1deb64c3454baa10f84e036037f643795d567eb89b28b1e4131e - 0.0% (1.26 KB)
[#006] sha256:36bd7d16f38fbd761e815c63f813ec08cb86a1021e4344614a58bb3c46d61c63 - 0.89% (19.8 MB)
[#007] sha256:f1a81976cff0193aab560baad775ca4e72fe06d5880978313c74e6144eeb9c29 - 0.0% (1.25 KB)
[#008] sha256:7a6a824d6f7297959d8fe1902e4657cf59ed2abe776e68864121dbd4bc20b01c - 0.0% (1.25 KB)
[#009] sha256:415e6d6777b6d6831835ae2dcc03d4e442f0239ece676844de7a14ae42d90758 - 0.0% (1.25 KB)
[#010] sha256:b360cbe3efafee08b630f7a08d210a4c917d4c029b1e0362229d47c3dc0ff20a - 0.98% (22 MB)
[#011] sha256:c81996d89ec6356f15058f81343ffc30af888dd8940ef3dda54b5e1834c72be0 - 0.0% (1.25 KB)
[#012] sha256:8607375d6805249ea112680ad9e018f1626fd0c9460aaafbe8b81dafaf4257c1 - 0.0% (1.25 KB)
[#013] sha256:9b105f78a01edee86cbba4068c8ea5d9982fb6ed74c7340d136b8d5262ddde56 - 0.0% (1.25 KB)
[#014] sha256:fe73e11ce7a6f02c1680d677422e7aee0ccbe9b275d8c75c42ffc847a0dd11ea - 0.95% (21.3 MB)
Apply image 10.0.20348.2700
2025-08-08 18:40:34 UTCInstall update 10.0.20348.4052
2025-09-01 22:34:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-09-01 22:35:14 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-09-01 22:35:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=28.3.3
2025-09-01 22:35:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-28.3.3.zip
2025-09-01 22:35: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-09-01 22:35:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.27.0
2025-09-01 22:35:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.27.0/buildx-v0.27.0.windows-amd64.exe
2025-09-01 22:35:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=1e89de288c9897990220d2ee695b50956d42a3a0792c0b070e9fee7711b9f896
2025-09-01 22:35:48 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-09-01 22:35:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.39.2
2025-09-01 22:35:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.39.2/docker-compose-windows-x86_64.exe
2025-09-01 22:35:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=6580793b1f612150646a9f8d02148c8d226a0033ed6e2e3273c0229b25e2f158
2025-09-01 22:36:01 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.