2024-02-01 19:01:54 UTC
1.98 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_SHA256eb60363d21a5c85eff2d2e18a4ed94d84d5016be59471d77d520046fdd888aa9
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.24.5/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.24.5
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-25.0.2.zip
DOCKER_VERSION25.0.2
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 77.66% (1.54 GB)
[#001] sha256:9da94e8356538054b9b2e3023814100ffe07d42ee8f8dec0ad82a450371abd52 - 19.72% (400 MB)
[#002] sha256:478d6ecf0327e4279df746be8ab3190f6505346fd2dda8edcfa31241bba21863 - 0.0% (1.25 KB)
[#003] sha256:9794702b0628b713ef65780f5e33940f12a1b13cf262429eee8242bcad2699b3 - 0.02% (484 KB)
[#004] sha256:22e7b8f811ae50bab28256a63b57e7b7a247cbe20459a21a85a13134aaae26a6 - 0.0% (1.26 KB)
[#005] sha256:49df1e247a4545fac48288c77950066fb988b82973a096408b665287fc14ce81 - 0.0% (1.27 KB)
[#006] sha256:3cf04180ef5c2c26a6df737c4bbaa20babb2b2dba3e49fd6dfa78ae3a1bcfbb0 - 0.85% (17.2 MB)
[#007] sha256:9db9091486738c582ac624ee37dbe4ae8e7f5748af500e795169596e654a94b0 - 0.0% (1.26 KB)
[#008] sha256:60d9c3b425b9fc499dbcb82bf7896fd8c10ac3245c36530aaa640b249b381234 - 0.0% (1.27 KB)
[#009] sha256:fe202f562e490e704169e278cdce408461572f01c11942dec57fb5e23f956a87 - 0.0% (1.27 KB)
[#010] sha256:bfffdbd31d3a2737b599969e0b2c727e3bf097452718fc9fbc38bb1c7b0ce61e - 0.85% (17.2 MB)
[#011] sha256:764f2d247a5db5a3c189be7ddae514d0ceea4c30f4be1b8a313e2f6850932804 - 0.0% (1.27 KB)
[#012] sha256:66489fdddea1b4551d7caf1a728eee6449f893113356193bf8d0ce950419085e - 0.0% (1.26 KB)
[#013] sha256:e3df1ea5f869c49614d3ee5d2cd348b91476ceca2ac8f6ba7359e02ae2e25373 - 0.0% (1.27 KB)
[#014] sha256:b28e3c32d497859bb02d5f796467d7550afa6bb9813cea830f44065a135e34f3 - 0.9% (18.2 MB)
Apply image 10.0.17763.4499
2024-01-02 22:50:56 UTCInstall update 10.0.17763.5329
2024-02-01 18:57:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-02-01 19:00:09 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-01 19:00:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=25.0.2
2024-02-01 19:00:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-25.0.2.zip
2024-02-01 19:00:50 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-01 19:00:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.12.1
2024-02-01 19:00:51 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-01 19:00:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5
2024-02-01 19:01: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-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-01 19:01:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.24.5
2024-02-01 19:01:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.24.5/docker-compose-windows-x86_64.exe
2024-02-01 19:01:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=eb60363d21a5c85eff2d2e18a4ed94d84d5016be59471d77d520046fdd888aa9
2024-02-01 19:01:54 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.