2024-09-19 22:51:26 UTC
1.42 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_SHA2560ead495cd4b275bf4988fc04635ee5e603853ff4b494b6dc13c3127fe03919d1
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.29.6/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.29.6
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-27.3.0.zip
DOCKER_VERSION27.3.0
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 96.16% (1.36 GB)
[#001] sha256:31a340dae473a2ca2f569f407e3ea8c8f3c7b46c5481ec0f33c1e74e3ae5e9cf - 0.0% (1.26 KB)
[#002] sha256:0999e00fc5481bc6bd71cb780265e2fef0388026bef731d04ab45fdd24547516 - 0.02% (352 KB)
[#003] sha256:491419f33e1c86c2f723906ba7adbae6f1ce8e61aa2a2bc79dffbdf25f1cec5f - 0.0% (1.25 KB)
[#004] sha256:a12276323809bd0c7bd8016863f9d7c6aa9e7d95b0e66ba0ff1b6faa46730286 - 0.0% (1.25 KB)
[#005] sha256:a9e2793bc4f8d8825abf4aabeff1004662213e33decb3db4c2d8c81612c7b48e - 1.24% (18 MB)
[#006] sha256:e5d4fadcff266fbf0c50d29b18842deab1722f8b9d65c3c5fb84c166ca164836 - 0.0% (1.26 KB)
[#007] sha256:04e395dabeec55d5bba579c322b09ee2c9abe27e18507765a5f3119892c7a2ca - 0.0% (1.25 KB)
[#008] sha256:2a1fba5368f1b18f59628f46b1022cef757b9147c017c99fd8e5c41befebb087 - 0.0% (1.25 KB)
[#009] sha256:2a688db666f6d3d33dadae68bd29335bef813c260fa9f347008ed33e4cc75b4b - 1.27% (18.4 MB)
[#010] sha256:9f5876ed6a86e956791e37b3bd112bbb87dc3a1d7c32759f9801b3bc933f0740 - 0.0% (1.28 KB)
[#011] sha256:fd89e488f97d0fb8cdcb8ab886a53e8cd9ec7a524a6604470477db84f94d57b7 - 0.0% (1.26 KB)
[#012] sha256:87d0c4c48d04f829a8305ccf8911b26bb9d5fee6dd5f42dc50c46e10cf0dd6ca - 0.0% (1.26 KB)
[#013] sha256:4955e1b631502f518f7dd103c60ee31645adc3ac1757cd4152b21553e430256c - 1.31% (19 MB)
Apply image 10.0.20348.2700
2024-09-19 22:49:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-09-19 22:50:43 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-19 22:50:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.3.0
2024-09-19 22:50:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-27.3.0.zip
2024-09-19 22:51:03 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-19 22:51:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.17.1
2024-09-19 22:51:05 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-19 22:51:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc
2024-09-19 22:51:15 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-19 22:51:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.29.6
2024-09-19 22:51:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.29.6/docker-compose-windows-x86_64.exe
2024-09-19 22:51:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=0ead495cd4b275bf4988fc04635ee5e603853ff4b494b6dc13c3127fe03919d1
2024-09-19 22:51:26 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.';
2024-09-19 22:51:14 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_SHA2560ead495cd4b275bf4988fc04635ee5e603853ff4b494b6dc13c3127fe03919d1
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.29.6/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.29.6
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-27.3.0.zip
DOCKER_VERSION27.3.0
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 96.72% (1.6 GB)
[#001] sha256:f217036f9dc172b4ea8832198565611ea81d76cd0a2b7e4c83fff2466588743a - 0.0% (1.27 KB)
[#002] sha256:2695aef7398cf5d43a2235c05f4eae468ea2d52cb7100329fe6137fd2aab31d7 - 0.02% (332 KB)
[#003] sha256:a0e88c5a1af375fedc722906d357bd81a05b4924ac4103e3eae1230f960976ff - 0.0% (1.26 KB)
[#004] sha256:7527df541a965f62694a63e2dc2f0f38efa8efe79c1168ae1abef349b638c461 - 0.0% (1.27 KB)
[#005] sha256:0655b558d2401e581e706d3cfb2a7a1f38c3502b1ef48331e3f0da5162db66e0 - 1.06% (18 MB)
[#006] sha256:23dd0bccda56adb407a0d46bff04d6a40990d83f70f937f7071c25495368a409 - 0.0% (1.27 KB)
[#007] sha256:a274262927d7235ebe21a985b3934f46c51f475b96fbc3f80ec7525fe24f39b1 - 0.0% (1.26 KB)
[#008] sha256:ccc029a63baefdcd4967cd1e81a14b77c202b8343c888f1c4c0cccfcbabaf34d - 0.0% (1.27 KB)
[#009] sha256:d2f052abd7bb87d9143c2b9a153382aa8ee1e98c605fff15b8fa2b2d5e8da257 - 1.08% (18.4 MB)
[#010] sha256:129644068d7ef2c9e7e6093809be26c2386664b19c4f7bedbe22e6362659dd36 - 0.0% (1.3 KB)
[#011] sha256:88c5aa0fce8cad01b33a4d6491aba8abcd3ba7df8a12a96f089fa0238b264349 - 0.0% (1.32 KB)
[#012] sha256:253361ec2ee7a81405952ed3948707b28edb384ab621c7aad66698ebe2e21115 - 0.0% (1.3 KB)
[#013] sha256:b1955f1d42d75eeeb7362a9f6f2651bce5a64c24c28a857c4e135262e31e48b7 - 1.12% (19 MB)
Apply image 10.0.17763.6293
2024-09-19 22:49:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-09-19 22:50:25 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-19 22:50:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.3.0
2024-09-19 22:50:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-27.3.0.zip
2024-09-19 22:50:47 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-19 22:50:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.17.1
2024-09-19 22:50:48 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-19 22:50:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=8751c926b953edf6dd9c7db0b01e567033c407e85bb5f21d559199e2553a07cc
2024-09-19 22:51:03 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-19 22:51:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.29.6
2024-09-19 22:51:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.29.6/docker-compose-windows-x86_64.exe
2024-09-19 22:51:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=0ead495cd4b275bf4988fc04635ee5e603853ff4b494b6dc13c3127fe03919d1
2024-09-19 22:51:14 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.