Namespace
library
Image / Tag
docker:28.0.1-windowsservercore-ltsc2022
Content Digest
sha256:1602a0714e35d9428df55b3574afa737262d7899f2981edad083d6958065b422
Details
Created

2025-03-18 17:48:50 UTC

Size

2.17 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

f9ccbfaf42c68e61833f7031e0bdb4b71931cf5ef54d132b39f9faccda02ec7c

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.21.3

DOCKER_COMPOSE_SHA256

3c6d3548d9dae2939ada367ffdf416aa0e2d282bc6a41d2b49eaa016994c112c

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.34.0

DOCKER_URL

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

DOCKER_VERSION

28.0.1


Layers

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

[#001] sha256:75861b2b3af9a692daa04d9c15a1c79d8a009e23ed5140003350c9b926460f09 - 34.59% (770 MB)

[#002] sha256:df4f078092de8abb6d57d53e680c3076c9ef2bfbbf71c6f4a21348b227be48e4 - 0.0% (1.25 KB)

[#003] sha256:ddf4f863fc1275088515214a01de99ac68d3bfe956ba35597d3baa916414bfc7 - 0.02% (356 KB)

[#004] sha256:30c6be91d2a668f124038a4b58fd4ea66112de7b5b0b97a139693dfad7af569f - 0.0% (1.25 KB)

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

[#006] sha256:ed759800fa7e1df988ee6bd77b70fb0ff86c479116b939808e48316290b16876 - 0.85% (18.9 MB)

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

[#008] sha256:8691616fbb1ac24ed70ed40459202a0890dc879db4b4bd145bf682fe91a5f35d - 0.0% (1.25 KB)

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

[#010] sha256:df182fa0d8efc357ce076453fa75808da26e64d896888a663012d878865f2516 - 0.97% (21.7 MB)

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

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

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

[#014] sha256:35ab8c7824ed6e25645587020a647c04eb9024db067d572ea1afed4d07eb063a - 0.96% (21.3 MB)


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

Apply image 10.0.20348.2700

2025-03-06 10:49:01 UTC

Install update 10.0.20348.3328

2025-03-18 17:48:07 UTC

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

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

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

2025-03-18 17:48:19 UTC

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

2025-03-18 17:48:27 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-03-18 17:48:28 UTC

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

2025-03-18 17:48:29 UTC

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

2025-03-18 17:48:30 UTC

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

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

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

2025-03-18 17:48:40 UTC

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

2025-03-18 17:48:41 UTC

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

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