2025-04-18 18:26:01 UTC
2.18 GB
ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe
DOCKER_BUILDX_VERSION0.23.0
DOCKER_COMPOSE_SHA256971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.35.1/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.35.1
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-28.1.1.zip
DOCKER_VERSION28.1.1
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.54% (1.36 GB)
[#001] sha256:b0b6ee194dfee460cc53e0f761b7ff976c08380d6cd1e70cc50ff92cfa99d176 - 34.7% (774 MB)
[#002] sha256:d2cdc8ab4c33044be177c2189150e2bf86db1e205dafe166d3747eb576a82c16 - 0.0% (1.25 KB)
[#003] sha256:5786bc0ab6fc5d23f65d0b955a9e2bb244980d28a8bf8b901f8d5a40ee724dbe - 0.01% (331 KB)
[#004] sha256:d2b74939e1873c076ac654781be3f17159b26e179cbc20dd9fdb616c02715cfb - 0.0% (1.25 KB)
[#005] sha256:ab84d2ad62226be7ece80402a260050c2f7f390482c9113e46d2460a7914791e - 0.0% (1.25 KB)
[#006] sha256:cf413c5fe6dd4aebaddc9f43bf835096ecb74c8a90422590b06612d4e8feaf43 - 0.85% (19 MB)
[#007] sha256:0628191fd1a2c625367e4c1d262740e42a2c814160c933ec2777c5329a23db9c - 0.0% (1.25 KB)
[#008] sha256:020f59f6a2dafda694ffb06cefe337800b10dcc0a14093dec6867e44f1f9840f - 0.0% (1.25 KB)
[#009] sha256:78ccc39ff2df03a247d5918c7722a76544c76ef48b4cf360498c30d357c818b9 - 0.0% (1.25 KB)
[#010] sha256:13e800789f6f36d0eedc3ff23b074b0f1d06231899be8acb42cbd954898acfff - 0.96% (21.3 MB)
[#011] sha256:1dbf98cc90836351eec9bef943607a215734c7f08fb318816ea07309937df324 - 0.0% (1.24 KB)
[#012] sha256:ce7a767690ecd78158e77f59274c50944bd966f7601fe5229e1aa298955ffd78 - 0.0% (1.25 KB)
[#013] sha256:853f5c7d89387e17edb5be786b79b30031cc6f7f20a92065bc46cce893058f66 - 0.0% (1.25 KB)
[#014] sha256:bb0a20ce31674dd73d14db047b2a65c6b5f81c13544131b2f35b58c44f9b869b - 0.93% (20.8 MB)
Apply image 10.0.20348.2700
2025-04-16 03:49:18 UTCInstall update 10.0.20348.3566
2025-04-18 18:25:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-04-18 18:25:32 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-04-18 18:25:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=28.1.1
2025-04-18 18:25:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-28.1.1.zip
2025-04-18 18:25:42 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-04-18 18:25:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.23.0
2025-04-18 18:25:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe
2025-04-18 18:25:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0
2025-04-18 18:25: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.';
2025-04-18 18:25:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.35.1
2025-04-18 18:25:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.35.1/docker-compose-windows-x86_64.exe
2025-04-18 18:25:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9
2025-04-18 18:26: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.