2024-06-22 00:06:26 UTC
2.03 GB
d28cff3df9fdbb37aa7434edb09d8befe5e90e5ef5887807569b694f25bebd33
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.15.1
DOCKER_COMPOSE_SHA256b9878421deeff63bb4685a0ee502fc737429123f68ee40de326cdc9fab800c1d
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.27.2/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.27.2
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.2.zip
DOCKER_VERSION27.0.0-rc.2
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 63.8% (1.29 GB)
[#001] sha256:eb373ec9afdfc5f09b9380d981e0c61f9c7b48537b887135c7c66810086e705e - 33.52% (696 MB)
[#002] sha256:61be00b302fdff89dfd3e9cc8a540cb432a1a97ea21d55e193d024b12edb0b03 - 0.0% (1.26 KB)
[#003] sha256:0200d60cc2f4e9bc463ab37346e734caa230abf6f6b60551149e5189f44282f9 - 0.02% (340 KB)
[#004] sha256:894884c965493599fc7717883c25e8722e528c2a057aaedda11aab379689b0a6 - 0.0% (1.25 KB)
[#005] sha256:2e730370db370364ebc23c12f88019c6dbe4401b730b4015f2456f5f295b1142 - 0.0% (1.26 KB)
[#006] sha256:86e3b068ea9393b3d75ebb94c2ffe16a6cb6ddb9ae6801602c6c5b436c355b6a - 0.88% (18.4 MB)
[#007] sha256:9696092ae4a4c9b82e368cbd2a0d485ec6392168da6a29cc67166062f0dc9d5b - 0.0% (1.26 KB)
[#008] sha256:52d1415ab1b68bbb388fd08d454d2b91ac11e1e9e9ea81e216e06065e8509ee6 - 0.0% (1.25 KB)
[#009] sha256:f06b2eb554009761ba6e50fcd4a72a4ad1b12be7d0fcfe620add04b2d08648ff - 0.0% (1.26 KB)
[#010] sha256:a657d088b204df64e07685da9139fc6427a77d2acaa8e4f713401a0c6d565095 - 0.87% (18.1 MB)
[#011] sha256:b878026ff126e677e7b4f964d73a262caeabc013da15cd3da67f102e13f03873 - 0.0% (1.29 KB)
[#012] sha256:e84ceabf629c73debcd2748c2aa16cbe2207b6907907b388182e9b3a0e16abcb - 0.0% (1.25 KB)
[#013] sha256:917ef098b52d338c6b293fe5e426d0734982d38205df70861516a70aa36ea54c - 0.0% (1.26 KB)
[#014] sha256:b10a2827efd1f26c7408de06cf9ff914af8fe60db2f77909aa3f8008bf700cfb - 0.9% (18.7 MB)
Apply image 10.0.20348.1787
2024-06-19 19:58:05 UTCInstall update 10.0.20348.2529
2024-06-22 00:05:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-06-22 00:05:56 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-06-22 00:05:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.0.0-rc.2
2024-06-22 00:05:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.2.zip
2024-06-22 00:06:07 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-06-22 00:06:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.15.1
2024-06-22 00:06:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.windows-amd64.exe
2024-06-22 00:06:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=d28cff3df9fdbb37aa7434edb09d8befe5e90e5ef5887807569b694f25bebd33
2024-06-22 00:06:17 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-06-22 00:06:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.27.2
2024-06-22 00:06:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-windows-x86_64.exe
2024-06-22 00:06:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=b9878421deeff63bb4685a0ee502fc737429123f68ee40de326cdc9fab800c1d
2024-06-22 00:06: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-06-21 00:14:00 UTC
2.12 GB
d28cff3df9fdbb37aa7434edb09d8befe5e90e5ef5887807569b694f25bebd33
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.15.1
DOCKER_COMPOSE_SHA256b9878421deeff63bb4685a0ee502fc737429123f68ee40de326cdc9fab800c1d
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.27.2/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.27.2
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.2.zip
DOCKER_VERSION27.0.0-rc.2
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 72.42% (1.54 GB)
[#001] sha256:56a5fd77f8cb6921d3e283f98213bf8c163d3502a75b4a8e4a809a15654f7d1a - 25.01% (544 MB)
[#002] sha256:9d204cf1feed91b8d497a7dce52e38345f64c40476a87c78b8dae6058ed63899 - 0.0% (1.26 KB)
[#003] sha256:947ffdf2ba0c4c5d27cbe870bc4e509f13bc72d5f22c5b2196b5c7fc95839f02 - 0.02% (483 KB)
[#004] sha256:324dfd02da86bcb5628b11086d5da0cc4f02f94b0b2119f2982024fc76875eba - 0.0% (1.26 KB)
[#005] sha256:f22693b71e1228fe1e0a3b96b2d8d4b3427f5c8447ca70cea47b7a10b70768ec - 0.0% (1.27 KB)
[#006] sha256:c43c911b2b5a225ac5520ef58dae02cb3f575c931a7072b410574fa2b358740b - 0.85% (18.4 MB)
[#007] sha256:13e647d949d12637734c3503038a4bd805001752e3074591f00004c165df8a5e - 0.0% (1.29 KB)
[#008] sha256:6ca60b55afde455d64c15a542474cdce6ed9b0c12b87b20ae3c3869e7ec2e8c5 - 0.0% (1.27 KB)
[#009] sha256:e6803b2314c285f9cb081cce4ea8a0782e0ff41c4ce8268d1afdfdea4ffe3bd2 - 0.0% (1.27 KB)
[#010] sha256:09a11b834e470fa5154d48b6e8c0e634de6a282fab7a610f22d117942e6a3bd9 - 0.83% (18.1 MB)
[#011] sha256:c4797c5a4b196bf9f107b718927490d5dbc8f458b3fc05bfbb6537e6bce202ad - 0.0% (1.27 KB)
[#012] sha256:b59fd060482c1eb41e8f8ab1003d373397753f8b2455ba99124d8b9499a9ac9f - 0.0% (1.29 KB)
[#013] sha256:0df8a2249fec2940cf8d52079033b9b544e12263384a314e9dc839db780951d8 - 0.0% (1.27 KB)
[#014] sha256:bac7edebc0c5dddd2f52a90594e54fe6a60eec90a61bd8df01cc0f544e76a24e - 0.86% (18.7 MB)
Apply image 10.0.17763.4499
2024-06-07 11:19:50 UTCInstall update 10.0.17763.5936
2024-06-21 00:11:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-06-21 00:12:50 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-06-21 00:12:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.0.0-rc.2
2024-06-21 00:12:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.2.zip
2024-06-21 00:13:15 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-06-21 00:13:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.15.1
2024-06-21 00:13:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.windows-amd64.exe
2024-06-21 00:13:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=d28cff3df9fdbb37aa7434edb09d8befe5e90e5ef5887807569b694f25bebd33
2024-06-21 00:13:38 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-06-21 00:13:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.27.2
2024-06-21 00:13:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-windows-x86_64.exe
2024-06-21 00:13:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=b9878421deeff63bb4685a0ee502fc737429123f68ee40de326cdc9fab800c1d
2024-06-21 00:14:00 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.