2025-02-13 00:37:43 UTC
2.17 GB
39f53ec70c6ce37beca6898809e8eb89a77a1651be35ea50b51629c7a5d3b1f2
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.20.1/buildx-v0.20.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.20.1
DOCKER_COMPOSE_SHA2561324e382e1a79efaee4be288aae847f8a2862acf270d5621c17dff3a10d5ee83
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.33.0/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.33.0
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-27.5.1.zip
DOCKER_VERSION27.5.1
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.85% (1.36 GB)
[#001] sha256:76bc4873980ff6a1dec3c10adb1f289ccf73e4c47c8694420e8ff929f1476ada - 34.46% (765 MB)
[#002] sha256:b992eb919bfa3347623a028ed6de3b4fce1dd8a0c2e2fa2744cad19a4ec0a59c - 0.0% (1.27 KB)
[#003] sha256:db6e0f5c222d03817e5d295f65e80bdef9a101af7ea64c84b1f22d794928e604 - 0.02% (371 KB)
[#004] sha256:c94bfa520c1c0155fbbaa7b673abaef27b67360589405c30b553f788be0bf661 - 0.0% (1.26 KB)
[#005] sha256:64493e8af281d85e0ad07c06bc6f447f91594021c00c5edac80311f36e114e3f - 0.0% (1.25 KB)
[#006] sha256:4936d0712c9c06f97a4ecd322941b144de4e8df36ff90601f2ed79b6772d5860 - 0.82% (18.3 MB)
[#007] sha256:8d91da65ae6a544995fef5dc2dc81d4899f96f5884966b1a5faea6ee4b2e089f - 0.0% (1.25 KB)
[#008] sha256:2c543db2761641064486d54ab2fcec1d289b1500ae626aeb18fe55acd42e75e6 - 0.0% (1.25 KB)
[#009] sha256:056f548d500d55c8ea038d74125a03a742fde71107831656584d99b1dfdfa21a - 0.0% (1.26 KB)
[#010] sha256:95754f6197562b6029971291dba5876bd0c5c5087b2a7c55804825205fbcc7d9 - 0.91% (20.2 MB)
[#011] sha256:e046cdfbfdab2425a973be14b185777514cd38ce81fb560b048f597958d6f081 - 0.0% (1.26 KB)
[#012] sha256:466974ceb7189221b636928a98e8953a7d84c77749eb7a2a6c8b20265f261bf1 - 0.0% (1.26 KB)
[#013] sha256:dd1cc51cf695b8c69da4ae14c0dc555e2026e7fbd54521e07835d08ea3df07c6 - 0.0% (1.26 KB)
[#014] sha256:dcededb76ab914824aec331d4470d61555a983eb5848d248c11418809687d62e - 0.94% (20.8 MB)
Apply image 10.0.20348.2700
2025-02-07 21:10:03 UTCInstall update 10.0.20348.3207
2025-02-13 00:37:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-02-13 00:37:13 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-02-13 00:37:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.5.1
2025-02-13 00:37:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-27.5.1.zip
2025-02-13 00:37:24 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-02-13 00:37:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.20.1
2025-02-13 00:37:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.20.1/buildx-v0.20.1.windows-amd64.exe
2025-02-13 00:37:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=39f53ec70c6ce37beca6898809e8eb89a77a1651be35ea50b51629c7a5d3b1f2
2025-02-13 00:37:34 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-02-13 00:37:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.33.0
2025-02-13 00:37:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.33.0/docker-compose-windows-x86_64.exe
2025-02-13 00:37:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=1324e382e1a79efaee4be288aae847f8a2862acf270d5621c17dff3a10d5ee83
2025-02-13 00:37: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-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.