Namespace
library
Image / Tag
docker:28.0-windowsservercore
Content Digest
sha256:528a394441b948ca8fa2ccce01b95f52233729ab27342fb1aa0339e63eac858c
Details
Created

2025-04-15 22:08:04 UTC

Size

3.22 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

DOCKER_BUILDX_URL

https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

DOCKER_BUILDX_VERSION

0.23.0

DOCKER_COMPOSE_SHA256

bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

2.35.0

DOCKER_URL

https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

DOCKER_VERSION

28.0.4


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 64.04% (2.06 GB)

[#001] sha256:761846874dadc4dd9490d5635a266306989ac061986d0e4bcfe36a76ef6888b8 - 34.09% (1.1 GB)

[#002] sha256:8ff803ad22e0ab64f102a722831537db638cc47772e62fa4f66ffc6a1de17bea - 0.0% (1.29 KB)

[#003] sha256:0650f48f4339554104a9b685c62ece86c0131ae6c202350e5f1a52e3a37ce006 - 0.01% (396 KB)

[#004] sha256:7ccc49ea6a08f7cb24b63b58139a6dd7d541e4be2c493b13edb6baeadc60ec9d - 0.0% (1.28 KB)

[#005] sha256:d558fa4719a5fac8b7e21cdb0c03d7fb86edd8d43dc1def3abb70c02fcb75805 - 0.0% (1.28 KB)

[#006] sha256:148fc3d5ca192103ee3ae1835ce8a09f63c602ef431fcd5e749aa31c35237cdc - 0.58% (19 MB)

[#007] sha256:71983d7eafa2374ca5c49782e81dfe35e5039870e7cd99abd2974726f1abdda7 - 0.0% (1.26 KB)

[#008] sha256:11f2a4a7cef42383900d86e61ce89a2cc511ce078fbd6ef543452b57decc48f6 - 0.0% (1.3 KB)

[#009] sha256:5fb3b7cf9449e0a48b9b27cc9b0f6deece3b5fbe51dd4f277c9570e360b2184f - 0.0% (1.29 KB)

[#010] sha256:fb088745c9e5fe660fc7a745b3a9a54607c55d7bae09a18c30a152001e325528 - 0.65% (21.4 MB)

[#011] sha256:90041ef92672e9384ec94e0d96df6bb0002534b8aeefcfb5a4d714743ef3706f - 0.0% (1.3 KB)

[#012] sha256:c70fc9c300e4e7129f577f4f0812ba764164930ed15018563351f6be609e05d5 - 0.0% (1.25 KB)

[#013] sha256:6efa5c78927c877cdbd1b451ae71d849f427bfdc3c04a356a4c4bb65152dc2d4 - 0.0% (1.25 KB)

[#014] sha256:d4c4122ecb346154069beaab3457ca61e4629a9de2c32cbeb64f92387e9c96a2 - 0.63% (20.9 MB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-04-06 07:48:58 UTC

Install update 10.0.26100.3775

2025-04-15 22:05:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2025-04-15 22:05:36 UTC

powershell -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);

2025-04-15 22:05:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=28.0.4

2025-04-15 22:05:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

2025-04-15 22:06:07 UTC

powershell -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.';

2025-04-15 22:06:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.23.0

2025-04-15 22:06:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

2025-04-15 22:06:31 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

2025-04-15 22:06:48 UTC

powershell -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.';

2025-04-15 22:06:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.35.0

2025-04-15 22:07:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

2025-04-15 22:07:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

2025-04-15 22:08:04 UTC

powershell -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.';

Details
Created

2025-04-15 22:08:17 UTC

Size

2.18 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

DOCKER_BUILDX_URL

https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

DOCKER_BUILDX_VERSION

0.23.0

DOCKER_COMPOSE_SHA256

bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

2.35.0

DOCKER_URL

https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

DOCKER_VERSION

28.0.4


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.61% (1.36 GB)

[#001] sha256:510f1abe0ffe1466f946291b3ac20345b4a5e2063a896736990eae81bbf4bdb4 - 34.63% (771 MB)

[#002] sha256:30151e3643fba377542afac5a171a0527fd990206b8e89128562f09c6b6f761f - 0.0% (1.26 KB)

[#003] sha256:4725ce2acf24e3219acaaa964606e83f8b4a7f2ff49c13f3261a641951a8b1db - 0.02% (357 KB)

[#004] sha256:64d9b91c0fe3a715c4879fa6fff556bfc191f884bdcdf19bbdbac4be05eab6fd - 0.0% (1.28 KB)

[#005] sha256:919b934268d7cf70b58919f0e50f2a45315bff20b5f9b7e83faca5460b955586 - 0.0% (1.25 KB)

[#006] sha256:6737480d00e37347bf879f9271d4ebf5445bd23e5631768e209d02fabc332cf5 - 0.85% (19 MB)

[#007] sha256:cbbdcff4db952a6d899885eb2d490f38cc558e145ddd9895b34fdd6d7f8e7c87 - 0.0% (1.25 KB)

[#008] sha256:53c7b3a352e7efdbbbb5c2e6eeea9ed5deb2f375780a083421b2a6d863238125 - 0.0% (1.26 KB)

[#009] sha256:a45f0f2eb53c4197068fb31b358a34a63517e22eef46f899066d3417c1f86c05 - 0.0% (1.25 KB)

[#010] sha256:07362729c8326851ce50b1c80ca2976934c0ccdee6a27216870ecc812ea693de - 0.96% (21.3 MB)

[#011] sha256:8c09098cac7c45c8f6f1cf5d8e638a25be610c8efd36fe246f0cf0097b1bfde1 - 0.0% (1.25 KB)

[#012] sha256:5ceaf713f2cf3069d80077b0c0dce7dd6b385d96f318a7fd5b600daf6953008d - 0.0% (1.25 KB)

[#013] sha256:7ef372443d99cb8ae017ed4b09096ce301d468ff7d48f33711ffa40177c21a85 - 0.0% (1.26 KB)

[#014] sha256:bc61b0ba2c5210eb8100bc7189348241ae40e963445358cf48edf32774055787 - 0.94% (20.8 MB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-04-04 23:10:04 UTC

Install update 10.0.20348.3453

2025-04-15 22:07:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2025-04-15 22:07:48 UTC

powershell -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);

2025-04-15 22:07:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=28.0.4

2025-04-15 22:07:50 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

2025-04-15 22:07:59 UTC

powershell -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.';

2025-04-15 22:08:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.23.0

2025-04-15 22:08:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

2025-04-15 22:08:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

2025-04-15 22:08:08 UTC

powershell -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.';

2025-04-15 22:08:09 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.35.0

2025-04-15 22:08:09 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

2025-04-15 22:08:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

2025-04-15 22:08:17 UTC

powershell -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.';

Details
Created

2025-04-15 22:14:02 UTC

Size

2.07 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

DOCKER_BUILDX_URL

https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

DOCKER_BUILDX_VERSION

0.23.0

DOCKER_COMPOSE_SHA256

bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

2.35.0

DOCKER_URL

https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

DOCKER_VERSION

28.0.4


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 77.24% (1.6 GB)

[#001] sha256:f8d949f82a48e7c53af792160596b10005419fbc7ecfed6bc45bbeee3a5a2f07 - 19.87% (422 MB)

[#002] sha256:75559a6ab4985605769e9345e4dff1b1dcce036c5e3f010989bc5d815bcf22db - 0.0% (1.29 KB)

[#003] sha256:2bbc5225e1556802cd30f8fd34e34314e3d8b61a8646572689a40d59b303a269 - 0.02% (333 KB)

[#004] sha256:6b5c9f84290e2fafec5927a5d6d17a3a064c93078c593270106ea74ad23ec29a - 0.0% (1.26 KB)

[#005] sha256:46bcf429ac4797944cc945ce64dc94e477c8d14341b6fecaf29b9ccc44180cb2 - 0.0% (1.26 KB)

[#006] sha256:5a44bd61aef7b941f7614c31fb50b8660886b2740bbb23a09d281aef1f08832b - 0.89% (18.9 MB)

[#007] sha256:25d18acc9d9a4944f4b68e2eb3b2056dc918d4f3155a9de9469b804883c9a870 - 0.0% (1.26 KB)

[#008] sha256:fe9fb93169fb4009bfe58fef0cb707780bf6d1452c6b71e4add92e8c230fd923 - 0.0% (1.26 KB)

[#009] sha256:b4d2981dd79b2395c71b1f2abf10aa7e31aafcd81b94c306767eb6394e5caf23 - 0.0% (1.26 KB)

[#010] sha256:6a04a74dc2f144ff9e196e62a1c06e6277d5004443ce5b7de37e0d4aaa59a13b - 1.0% (21.3 MB)

[#011] sha256:72d80f4121c811468ee950acee266056e1e05a0e7ed4750dba28b1290f9444c9 - 0.0% (1.27 KB)

[#012] sha256:b86e7151feda14da9b65f7fa4811a3d9f596a3f632eee42ca1a9173930178878 - 0.0% (1.25 KB)

[#013] sha256:d62c931e923807455c87709bcd05a0d7067b18b8f1033c6fc5bb4f1d77c0d98b - 0.0% (1.33 KB)

[#014] sha256:34a55036ef8e12942d5bc9f5782020380597b798bdec106fbd29daa958030524 - 0.98% (20.8 MB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-04-05 01:48:05 UTC

Install update 10.0.17763.7136

2025-04-15 22:12:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2025-04-15 22:13:23 UTC

powershell -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);

2025-04-15 22:13:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=28.0.4

2025-04-15 22:13:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_URL=https://download.docker.com/win/static/stable/x86_64/docker-28.0.4.zip

2025-04-15 22:13:39 UTC

powershell -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.';

2025-04-15 22:13:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_VERSION=0.23.0

2025-04-15 22:13:40 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe

2025-04-15 22:13:41 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_BUILDX_SHA256=ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0

2025-04-15 22:13:50 UTC

powershell -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.';

2025-04-15 22:13:51 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_VERSION=2.35.0

2025-04-15 22:13:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/v2.35.0/docker-compose-windows-x86_64.exe

2025-04-15 22:13:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_COMPOSE_SHA256=bca44d55a7e612c53a80092661dd5db05aefb936e1eccd7ce06fdb02be7df3c3

2025-04-15 22:14:02 UTC

powershell -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.';

Danger Zone
Delete Tag

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.

Delete