2024-05-29 22:02:19 UTC
2.08 GB
21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928
DOCKER_BUILDX_URLhttps://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe
DOCKER_BUILDX_VERSION0.14.1
DOCKER_COMPOSE_SHA256354e903701dbd3e7ee3c4259de928367776864bb850efe677d129202638843db
DOCKER_COMPOSE_URLhttps://github.com/docker/compose/releases/download/v2.27.1/docker-compose-windows-x86_64.exe
DOCKER_COMPOSE_VERSION2.27.1
DOCKER_URLhttps://download.docker.com/win/static/stable/x86_64/docker-26.1.3.zip
DOCKER_VERSION26.1.3
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 73.75% (1.54 GB)
[#001] sha256:e00cc2568ad51f25eabe6bb19ba6248a040d7622594b0d09ee77dec571d7280a - 23.64% (505 MB)
[#002] sha256:53e3107afe19a65f43ef233c5bcb15d4ed1273412e73ef901d82eed55f900c60 - 0.0% (1.29 KB)
[#003] sha256:5f61efabcadc0f394b043e7aafcace1e4251caf99683fac2c82abae6751fc1bb - 0.02% (500 KB)
[#004] sha256:28da0e7eee3fd7f32e7a7ff481f177443481b83977fa2ab9296b983c1cb3828d - 0.0% (1.29 KB)
[#005] sha256:705933e71cc9fe32fdfdc130a2a28c646c1a5acff3dfeb5d22d6e43ee9307c7b - 0.0% (1.25 KB)
[#006] sha256:f6d79a114c2f83d6a5dcca71c4108e330419d308eac19f36743cb7a49dc4b2d9 - 0.86% (18.4 MB)
[#007] sha256:e30ac500427ccbf167ddba180cc62984b0ca99f42bb316062d872f3e8ca26479 - 0.0% (1.26 KB)
[#008] sha256:c3df7926d91fb377d3919bf095c7f4075d68af3e568b40c91b17037a52007a6c - 0.0% (1.27 KB)
[#009] sha256:1d4c6bd250877848c1a746e4c2c1741f7bff2063dab05169c37765359b09ec3e - 0.0% (1.26 KB)
[#010] sha256:1904db0a23aa5a175a7077378950b0a75cde7862cadec00bdde285ecd835e202 - 0.85% (18.1 MB)
[#011] sha256:7a38b1624679a6e9660f91245c6fe4b54a87dcb58789b62bce16884e865734cf - 0.0% (1.26 KB)
[#012] sha256:67828b497ea701adcc0cc6b6f0cdb989f521733d0fdd5a4d2f470c1ff466eefa - 0.0% (1.27 KB)
[#013] sha256:d64106bdf8bcc56d64cf867e81bce651bf7d97f8e44c9cb4eface9a9a86d10d9 - 0.0% (1.25 KB)
[#014] sha256:d27eda69818df766e88ace87559955bd05a1cb027a656e5347ea9a67b9012eec - 0.88% (18.7 MB)
Apply image 10.0.17763.4499
2024-05-10 20:46:44 UTCInstall update 10.0.17763.5820
2024-05-29 21:59:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-05-29 22:00: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-05-29 22:00:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=26.1.3
2024-05-29 22:00:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-26.1.3.zip
2024-05-29 22:01:23 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-05-29 22:01:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.14.1
2024-05-29 22:01:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe
2024-05-29 22:01:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928
2024-05-29 22:01:55 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-05-29 22:01:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.27.1
2024-05-29 22:01:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.27.1/docker-compose-windows-x86_64.exe
2024-05-29 22:01:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=354e903701dbd3e7ee3c4259de928367776864bb850efe677d129202638843db
2024-05-29 22:02:19 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.