2024-09-17 23:04:33 UTC
1.66 GB
8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.17.1
DOCKER_COMPOSE_SHA2564eda107dc1f83a57116c57595d39e6a0ff63e696a52230ea277bd7fa7977c8d7
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.29.5/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.29.5
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-27.3.0-rc.1.zip
DOCKER_VERSION27.3.0-rc.1
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 96.72% (1.6 GB)
[#001] sha256:5cc57543c54b658cb7045bf462d4009ac0421eed94b9e0287719767a286deac4 - 0.0% (1.27 KB)
[#002] sha256:6ec15f36b37bee7ad11ba4fd2539527ac4170d450ec6c5a32a6f14bd7d875218 - 0.02% (332 KB)
[#003] sha256:50bc20c8bbd37453563ca40f2a0357770fc4befb075a045b3cec15d5c7a1d227 - 0.0% (1.27 KB)
[#004] sha256:d3cc1cc5dfd529aa58c7bd8e092620a42caf2bb870507609230ea18f2ee7347c - 0.0% (1.27 KB)
[#005] sha256:ff71b07ac624e67fee061cc55eb7408bbc073439b22928a7bfcdffdbf336fd0b - 1.06% (18 MB)
[#006] sha256:2a8cbc70e85a5939bcba4e234e2e0fa8a66382f02fee02de276c832921e5e6c8 - 0.0% (1.26 KB)
[#007] sha256:1b5d7b971f0f0ef852c4bd70318b693e52882fe680f49671a2691907c6c70ab4 - 0.0% (1.27 KB)
[#008] sha256:440163b90688c11131e903254536f6c94e863d54476509ebab9b6f2948a70f7e - 0.0% (1.26 KB)
[#009] sha256:01140b6cbf792ca3bd3398bbeda5855c83c8250e43ec8533f8bc26b1a557c4c5 - 1.08% (18.4 MB)
[#010] sha256:39aca7d79e081c9614739aa541f01884179a27adc1740da9a4a813e7fc33eca3 - 0.0% (1.26 KB)
[#011] sha256:596c89f5d18bfea5b83ba2e14a7124bac5b432d6af0b574cfe18ef4e30fcf0d2 - 0.0% (1.27 KB)
[#012] sha256:fe0fccbd360bb96083e026dd492f90ba8b81b4ef648027883b0ed299cb96c397 - 0.0% (1.25 KB)
[#013] sha256:3915161b20e5d9417e376ff41f645931ec8aea303b95333866d4f462b55a1535 - 1.12% (19 MB)
Apply image 10.0.17763.6293
2024-09-17 23:03:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-09-17 23:03:35 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);
2024-09-17 23:03:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.3.0-rc.1
2024-09-17 23:03:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-27.3.0-rc.1.zip
2024-09-17 23:03:51 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.';
2024-09-17 23:03:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.17.1
2024-09-17 23:03:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.windows-amd64.exe
2024-09-17 23:03:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc
2024-09-17 23:04:10 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.';
2024-09-17 23:04:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.29.5
2024-09-17 23:04:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-windows-x86_64.exe
2024-09-17 23:04:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=4eda107dc1f83a57116c57595d39e6a0ff63e696a52230ea277bd7fa7977c8d7
2024-09-17 23:04:33 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.