Namespace
library
Image / Tag
docker:29.3-windowsservercore-ltsc2022
Content Digest
sha256:8b6541e8a000582e0b3c6ffb363d2c7725f80d11ac7900cb0b68a05b7b1428c1
Details
Created

2026-03-05 18:56:20 UTC

Size

1.79 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

47d76e47acf3c7611dd594c4b0909fec680ae6406b6fa775f6077b195837e2b9

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.32.1

DOCKER_COMPOSE_SHA256

ee84e42b93c501cb0aa2caa84d76b5f30ca6fb92f070e289fc37be7332c5822a

DOCKER_COMPOSE_URL

https://github.com/docker/compose/releases/download/v5.1.0/docker-compose-windows-x86_64.exe

DOCKER_COMPOSE_VERSION

5.1.0

DOCKER_URL

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

DOCKER_VERSION

29.3.0


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 77.39% (1.39 GB)

[#001] sha256:e3c87a3784ab1d08cbacea3288e90f8106f6e7a20b792ab27cdc739fc966a73e - 19.42% (356 MB)

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

[#003] sha256:2fb854529e960db2186028d12bccb438515ef2e5ee44c31c4e7c2e8af277b490 - 0.03% (490 KB)

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

[#005] sha256:1b53ff028e6961972c6290d925e1ba3a7750c09a56f57ca6750fa94a9a6ef2ac - 0.0% (1.31 KB)

[#006] sha256:e46c60c7b796a7728869000db4d5039c8910d973d5893c8c6e35ed3f1f0defe1 - 1.02% (18.6 MB)

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

[#008] sha256:288360be421c4e9dce141a77c43faaea7f9bdd5dfa039783f95145825cd06bd1 - 0.0% (1.29 KB)

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

[#010] sha256:68a8e91c8c48091ad6d18055ba33dcb797cbbb445bf9fc307ef5cf1b49a40bf2 - 1.54% (28.2 MB)

[#011] sha256:1993d9295d4f6d222cae7f646c466ef0e2b17f1293923859e9c4f9d710b103f7 - 0.0% (1.26 KB)

[#012] sha256:505b19f86bc7a7117f5fcb99cea47b3866b4e6ce0594de2add869263a234f865 - 0.0% (1.3 KB)

[#013] sha256:fd04c209d2b4ec6f230ed618f4fd6bbf43baab76fa8b0a58804509d929879a0d - 0.0% (1.29 KB)

[#014] sha256:a34e7636d52feff8ebfad0450f2b4e61f35555852b3ec576130ee410c89fcb8a - 0.6% (11.1 MB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-02-06 10:02:33 UTC

Install update 10.0.20348.4773

2026-03-05 18:53:33 UTC

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

2026-03-05 18:54:52 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);

2026-03-05 18:54:52 UTC

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

2026-03-05 18:54:54 UTC

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

2026-03-05 18:55:22 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.';

2026-03-05 18:55:22 UTC

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

2026-03-05 18:55:23 UTC

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

2026-03-05 18:55:24 UTC

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

2026-03-05 18:56:00 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.';

2026-03-05 18:56:00 UTC

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

2026-03-05 18:56:00 UTC

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

2026-03-05 18:56:01 UTC

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

2026-03-05 18:56:20 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