2024-02-29 19:50:21 UTC
1.83 GB
0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.12.1
DOCKER_COMPOSE_SHA2567a25ec49a53320fbe218c59ac7aafb05440725894322d396d4b353ad198b9dff
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.24.6/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.24.6
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-26.0.0-rc1.zip
DOCKER_VERSION26.0.0-rc1
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 70.62% (1.29 GB)
[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 26.55% (498 MB)
[#002] sha256:01493a47527a31a425308ebef0402822d7d60621a25761a8b0611100079d2573 - 0.0% (1.3 KB)
[#003] sha256:e761b34278b9ed76b88a6cbf629e8c598cb05d1472eeb8d3749ef9e2f46f8cd8 - 0.03% (483 KB)
[#004] sha256:555cf6620c863deaf76b5b9ce72e2fd982eea36066e1e5821dd66dbed0d58545 - 0.0% (1.26 KB)
[#005] sha256:56189aba926df825522adce56560460a5942adecc259c0943d2724b1609ce672 - 0.0% (1.26 KB)
[#006] sha256:d972f5268dcced4a3879c131f84a39b5921d805532a448a6f83c105c83ce873a - 0.92% (17.2 MB)
[#007] sha256:53e0f686e596a90ff48a0b03c776483636f845636d90f47bed0083aabf17ff51 - 0.0% (1.26 KB)
[#008] sha256:e0c596d83be8070d7a821a081dbe0c46808456574c3982ade6260a12c6eb9d7b - 0.0% (1.26 KB)
[#009] sha256:9f8f4d7466f603f0b7bcdf5779c0b3da6628105d9944105502fc4a4d5f960f67 - 0.0% (1.26 KB)
[#010] sha256:fd59cc80524e1fb000d847e5eba79fb25ce0a02aaf8dc7e92280538d06f9712d - 0.92% (17.2 MB)
[#011] sha256:ce9fdf42e19f50acb56d86fbfa6b5ae64e54e302c2743f792691ceaa7388a8fd - 0.0% (1.26 KB)
[#012] sha256:3c97e061666294a96cbe2c6271f75b20ffbca9fb7a804b445b75960c5ca8e202 - 0.0% (1.26 KB)
[#013] sha256:03d0f6de0df20478954708eebf0fcc3b130466ab5a766fe3f94d0db3890556d4 - 0.0% (1.26 KB)
[#014] sha256:22a66ee6c102909e542284916cb028ccf38d53740ad7b8d5fce42fa0a7643b4c - 0.97% (18.2 MB)
Apply image 10.0.20348.1787
2024-02-07 06:55:59 UTCInstall update 10.0.20348.2322
2024-02-29 19:48:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-02-29 19:49:41 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-02-29 19:49:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=26.0.0-rc1
2024-02-29 19:49:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-26.0.0-rc1.zip
2024-02-29 19:49:56 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-02-29 19:49:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.12.1
2024-02-29 19:49:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.windows-amd64.exe
2024-02-29 19:49:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5
2024-02-29 19:50:09 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-02-29 19:50:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.24.6
2024-02-29 19:50:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.24.6/docker-compose-windows-x86_64.exe
2024-02-29 19:50:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=7a25ec49a53320fbe218c59ac7aafb05440725894322d396d4b353ad198b9dff
2024-02-29 19:50:21 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-02-29 19:52:40 UTC
1.99 GB
0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.12.1
DOCKER_COMPOSE_SHA2567a25ec49a53320fbe218c59ac7aafb05440725894322d396d4b353ad198b9dff
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.24.6/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.24.6
DOCKER_URLhttps://download.docker.com/win/static/test/x86_64/docker-26.0.0-rc1.zip
DOCKER_VERSION26.0.0-rc1
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 77.27% (1.54 GB)
[#001] sha256:dda007680e5cddfaf6f5428f70f8c514ac0b9dd099972b7d475cce4c5c899558 - 20.12% (410 MB)
[#002] sha256:3f5408caf6edeb3611704fe433ccc4327f0a38044dedc14d8b06945131df249a - 0.0% (1.27 KB)
[#003] sha256:6a6e7d06faa25cb45d77ac6ec3b70667b6c190fe45eed49f756e0c5f3234b646 - 0.02% (483 KB)
[#004] sha256:f30813434f55ad5b6ae89787c63f3d9561900040041e1a2f7547f54c457da8fc - 0.0% (1.25 KB)
[#005] sha256:f9744edcf3c9c5306d48e521a1d0ecd15a2e104d08537cec764eb0442bd44135 - 0.0% (1.27 KB)
[#006] sha256:ed057cc64a8639acd7afd8355158c857880ce1a1766c16fe4bf826a21a5c53cf - 0.85% (17.2 MB)
[#007] sha256:58b149241266254072ffc6cae56df1319daabd8665eb189dc554d02dc1164bf9 - 0.0% (1.27 KB)
[#008] sha256:73c3d4f97b37631d27ed2317a36b223e5bfd66fb63710d310f61343637585fa1 - 0.0% (1.27 KB)
[#009] sha256:9b299804d46a2afd563d5b0203905825b9788d80b41f18944404550281a5d7ae - 0.0% (1.26 KB)
[#010] sha256:4eb504cf0ef1133d49b3a27a8f9f3f8b5f26168e75a6ad32d839780b5ecc35b9 - 0.84% (17.2 MB)
[#011] sha256:f1d38ad0c71f50267b25a5762442c555dc9ac1e802f74366188f9c01f6c660fa - 0.0% (1.27 KB)
[#012] sha256:1f31d14e1d9358e528b2dbe5d93c0c2f66d12f657c397fe55a0fb7b4a1d7356b - 0.0% (1.26 KB)
[#013] sha256:e9088d0e24002c5052498ab67495d7b8be247da9b9a8894286d57da25b2643c9 - 0.0% (1.26 KB)
[#014] sha256:7ea433b3d121df242ae461687f4550ee42aec79d686b77b2731cd95795d82ba3 - 0.89% (18.2 MB)
Apply image 10.0.17763.4499
2024-02-04 04:14:09 UTCInstall update 10.0.17763.5458
2024-02-29 19:49:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-02-29 19:51:11 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-02-29 19:51:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=26.0.0-rc1
2024-02-29 19:51:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/test/x86_64/docker-26.0.0-rc1.zip
2024-02-29 19:51:45 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-02-29 19:51:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.12.1
2024-02-29 19:51:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.12.1/buildx-v0.12.1.windows-amd64.exe
2024-02-29 19:51:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5
2024-02-29 19:52:13 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-02-29 19:52:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.24.6
2024-02-29 19:52:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.24.6/docker-compose-windows-x86_64.exe
2024-02-29 19:52:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=7a25ec49a53320fbe218c59ac7aafb05440725894322d396d4b353ad198b9dff
2024-02-29 19:52:40 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.