2023-07-06 20:16:32 UTC
1.38 GB
ed04052b2742e0a2e45a02c87ec4f782b8c7914f56a5d3e1bb39ff9ab8687f30
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.11.1/buildx-v0.11.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.11.1
DOCKER_COMPOSE_SHA256e77e4764e939782d27570fc17a6029b63fe922ebce6800128dfe1c047a9395ed
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.19.1/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.19.1
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-24.0.3.zip
DOCKER_VERSION24.0.3
[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 96.34% (1.33 GB)
[#001] sha256:27db350c833f7fe0378bc977cd819c1ffe4133ff02ff69f1531f8ddc552c2366 - 0.0% (1.29 KB)
[#002] sha256:c818796445a77806e10e6c159d076d6b0f5105edd8e7f27848042efb890970dd - 0.02% (319 KB)
[#003] sha256:343faf4d8143dadaf9de6d52c214909510a19d32a2ef2f90860d9aaf4a919692 - 0.0% (1.25 KB)
[#004] sha256:7c8ab0e8f6197c22da65ebbadcd1fe496b029f0fadf873bc625f887c7580a75b - 0.0% (1.28 KB)
[#005] sha256:b49d31da5904ec14a1003079c30d7a269f65706ca9af5e2d6ea0cbe7a2762d2d - 1.18% (16.6 MB)
[#006] sha256:b059f4f69ae92c7ab553a89fe911075af37b363f07301b5821fa58e14158ed9d - 0.0% (1.26 KB)
[#007] sha256:81dd12c4af4dd1eda3383bc2e1023236c4a9d31ad0483bd80ff541d5ca92aaf7 - 0.0% (1.29 KB)
[#008] sha256:91b223fadd37e4d376cc64a69c7c31a7c10bd36cfd3d4c74e85ebe780d2add0c - 0.0% (1.3 KB)
[#009] sha256:e8ef3be65907ccf52605b51db71fe3b3b12292bad11ab1a49a78a699b004ab06 - 1.21% (17.1 MB)
[#010] sha256:47f9df1df7303a9e93905852c6fd3c1183da3654ea42a86788484596b0c52a5d - 0.0% (1.25 KB)
[#011] sha256:29a0de7a4b55054578241a4e2ec66ccf03b270537b6a18c4e0b3b4250ed14a1c - 0.0% (1.29 KB)
[#012] sha256:c928426eb1e8b4be9068775a7abafdca91118e43ac375399595fe896c759b189 - 0.0% (1.26 KB)
[#013] sha256:78728e406ce8bdc2b7dfab0c83103ff85dcf7d19630d4dfd18450e5f13fa2128 - 1.25% (17.6 MB)
Apply image 10.0.20348.1787
2023-06-24 00:38:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-06-24 03:33:33 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);
2023-07-06 20:15:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=24.0.3
2023-07-06 20:15:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-24.0.3.zip
2023-07-06 20:15:39 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.';
2023-07-06 20:15:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.11.1
2023-07-06 20:15:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.11.1/buildx-v0.11.1.windows-amd64.exe
2023-07-06 20:15:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=ed04052b2742e0a2e45a02c87ec4f782b8c7914f56a5d3e1bb39ff9ab8687f30
2023-07-06 20:16:06 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.';
2023-07-06 20:16:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.19.1
2023-07-06 20:16:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.19.1/docker-compose-windows-x86_64.exe
2023-07-06 20:16:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=e77e4764e939782d27570fc17a6029b63fe922ebce6800128dfe1c047a9395ed
2023-07-06 20:16:32 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.