Namespace
library
Image / Tag
docker:28.1.0-windowsservercore
Content Digest
sha256:429c6cc329d558cde0f693432c7025e2ebd2997e97851488850d34cafdc3d804
Details
Created

2025-04-18 03:14:46 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

971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.35.1

DOCKER_URL

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

DOCKER_VERSION

28.1.0


Layers

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

[#001] sha256:86a55b9bd12cfb5d81d64963683e6d5d0ba9423233c85140eff135128a64f7ee - 34.1% (1.1 GB)

[#002] sha256:260c6bd48bf9b7bcd23a74ce27f83b531faea9e315ff6737ef884b00bd81da70 - 0.0% (1.28 KB)

[#003] sha256:9d26d0fae6a860033208ee05de1b45fff21172f23e6c08fcb6c8ddd89a4cf120 - 0.01% (362 KB)

[#004] sha256:42e04ee05f729c840466ec7fdbddf08441974dd64583ae57b0c2e1e82888dc02 - 0.0% (1.28 KB)

[#005] sha256:16a31d3ae72d44e6ac1ba7d34ae1f04a19832141dd6bce84fcc466087f8b56eb - 0.0% (1.29 KB)

[#006] sha256:5d3f75320aa722434dac44791dfa0fc684d4a9118fa6391061b2a6f8101d52a7 - 0.58% (19 MB)

[#007] sha256:f3437ffb66e6fb89a8e52416a38c4e07715674914477817e827340751d33df40 - 0.0% (1.33 KB)

[#008] sha256:8902215ab64b3c66d798e6283552def1adaaa91ec7060d2b701324013ff287a5 - 0.0% (1.29 KB)

[#009] sha256:9d0a4f89a37a7fcddfc7bba6da9b4f189b05df2f60d049e0deb935afa332f2bd - 0.0% (1.28 KB)

[#010] sha256:b207e20d43751d763b52f2c66c50dac0f795edac26bd54f2fceebbd844ac18b0 - 0.65% (21.3 MB)

[#011] sha256:ded394e9a68dc176a9ac6ae87bae98371ce9575ebf52a380abe1c57025a67662 - 0.0% (1.28 KB)

[#012] sha256:e11948f5717802bd1eaac711e6cdb65cbcaac908f474150dbbd248d948802859 - 0.0% (1.32 KB)

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

[#014] sha256:8af02f07dd826ea269773bc614ae42f76d01eec6273637e02431652a26045646 - 0.63% (20.8 MB)


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

Apply image 10.0.26100.2605

2025-04-15 10:03:37 UTC

Install update 10.0.26100.3781

2025-04-18 03:14:03 UTC

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

2025-04-18 03:14:11 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-18 03:14:12 UTC

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

2025-04-18 03:14:13 UTC

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

2025-04-18 03:14:24 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-18 03:14:25 UTC

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

2025-04-18 03:14:25 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-18 03:14:26 UTC

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

2025-04-18 03:14:35 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-18 03:14:36 UTC

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

2025-04-18 03:14:37 UTC

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

2025-04-18 03:14:38 UTC

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

2025-04-18 03:14:46 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-18 03:17:27 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

971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.35.1

DOCKER_URL

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

DOCKER_VERSION

28.1.0


Layers

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

[#001] sha256:b0b6ee194dfee460cc53e0f761b7ff976c08380d6cd1e70cc50ff92cfa99d176 - 34.7% (774 MB)

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

[#003] sha256:aa96fabcddd098deceb4965e2923d655850837faf9387775bb7a3f7347379f68 - 0.01% (340 KB)

[#004] sha256:af955c30c344b96d47b273fc240431ecb647b6d5e6b5a6db506fd0a46eeda828 - 0.0% (1.29 KB)

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

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

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

[#008] sha256:60819df3ae15cadcce13014b660c523cb6b6de908488d5b054f4b3a9847a592b - 0.0% (1.25 KB)

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

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

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

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

[#013] sha256:864f4aa6948b12f6e4eaebbd858bced5d111337ee7ffc5944059dddbf7145b92 - 0.0% (1.25 KB)

[#014] sha256:c001844b2a9a1d6bbb6fd855f7437999f2cb31fb9f22815db8a4a9579731e813 - 0.93% (20.8 MB)


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

Apply image 10.0.20348.2700

2025-04-16 03:49:18 UTC

Install update 10.0.20348.3566

2025-04-18 03:16:45 UTC

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

2025-04-18 03:16:56 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-18 03:16:57 UTC

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

2025-04-18 03:16:58 UTC

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

2025-04-18 03:17:08 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-18 03:17:09 UTC

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

2025-04-18 03:17:10 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-18 03:17:10 UTC

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

2025-04-18 03:17:18 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-18 03:17:18 UTC

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

2025-04-18 03:17:19 UTC

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

2025-04-18 03:17:19 UTC

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

2025-04-18 03:17:27 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-18 03:12:22 UTC

Size

2.08 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

971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.35.1

DOCKER_URL

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

DOCKER_VERSION

28.1.0


Layers

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

[#001] sha256:632102e3f287de7b6ffd6cab740fb7afe94ac8418060651b0954506aeecc48f1 - 19.97% (425 MB)

[#002] sha256:390143f98317407a20ac29c08b9ec3b59ab9a7cd865888e898464db9e33c4b1e - 0.0% (1.27 KB)

[#003] sha256:230494274935a2d45131a3ae53d73013b524f80b5f1c5c346f361572546c443d - 0.02% (329 KB)

[#004] sha256:3ae671c2fb897de70375a2ffd366a9df2ca182b54ee1c98fc04054eed585c852 - 0.0% (1.26 KB)

[#005] sha256:6b60498a9f6b4d861a2fb43e6765f711d9fc862decf8f6669268f935e417efca - 0.0% (1.27 KB)

[#006] sha256:f65e96b8a20b826e815d7b12e8b80a6870a6d57fda4040e07e958ecbca9250a7 - 0.89% (19 MB)

[#007] sha256:0a665a369422bcdc54e164d7d15190b072e05a725bd7bb0b71b6e8122238bae0 - 0.0% (1.26 KB)

[#008] sha256:9e2ec24a0da078daf54e38f2804f68f22646c0635fd9c07e9666160b6a75e8f3 - 0.0% (1.31 KB)

[#009] sha256:841757b89b0ec185e9e9c24a2bbaa990da0810e57f369e5c6e275cade454cd90 - 0.0% (1.27 KB)

[#010] sha256:7e71a487c601cdf1b95461f1d743ce1bc4d360fa55fb753d2c1f87c58987ea79 - 1.0% (21.3 MB)

[#011] sha256:a3dd42e2c5ce5fadf18e468bfa810ec1a0a31db7526079ae284b593296a82e09 - 0.0% (1.36 KB)

[#012] sha256:f848fd528a82281bfcf00e5773ccdfe2c8f7cd77cab21abcefca9df3a3618626 - 0.0% (1.26 KB)

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

[#014] sha256:8e7b76f6dddb987140c5bd123843c626ccb3c54d67ec2c959df7fc666b6dbc8d - 0.98% (20.8 MB)


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

Apply image 10.0.17763.6293

2025-04-15 01:47:49 UTC

Install update 10.0.17763.7249

2025-04-18 03:11:28 UTC

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

2025-04-18 03:11:46 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-18 03:11:47 UTC

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

2025-04-18 03:11:47 UTC

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

2025-04-18 03:11:58 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-18 03:11:59 UTC

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

2025-04-18 03:12: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-18 03:12:00 UTC

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

2025-04-18 03:12:11 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-18 03:12:11 UTC

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

2025-04-18 03:12:12 UTC

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

2025-04-18 03:12:13 UTC

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

2025-04-18 03:12:22 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