Namespace
library
Image / Tag
docker:29.0.0-rc.1-windowsservercore-ltsc2022
Content Digest
sha256:f4ac9709310a1a11cfd630f530eb4e80f8b3b528357f100b0a3df1b00dfcd3e5
Details
Created

2025-10-24 18:12:13 UTC

Size

1.53 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

3522d12875b71093a210fdc717c9b4be915d1617d41dd347e6dc3e7f2b99d784

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.29.1

DOCKER_COMPOSE_SHA256

835b6a7150d12e128fa9fd902abff6212ff3e55398683d57e213956558ead5df

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.40.0

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-29.0.0-rc.1.zip

DOCKER_VERSION

29.0.0-rc.1


Layers

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

[#001] sha256:130d5bf0bd040ed2a9354c6bb5dc8ff89b34e452980249bf817f0b7cb33a21ce - 5.37% (84.1 MB)

[#002] sha256:116a61045287ead6d3e96e549433b65e0cd74ce2180f5ec4df258d66b09b85a4 - 0.0% (1.28 KB)

[#003] sha256:005edd3b53379366a6670815f1b8928b2515942ffbdfc323f3045bd40ef8253e - 0.03% (485 KB)

[#004] sha256:19247ff6b0fe81d2d0c19200f1494a767d2df8d95375b076f98f93018b9919d5 - 0.0% (1.3 KB)

[#005] sha256:40e138ccf8606b516db59f39851d5d083361399bec5f9546128f49a6d290fc37 - 0.0% (1.29 KB)

[#006] sha256:6ba9b2b83ff3679a3c7924b1e81c81676fd7204f71867607e06ec872c1a55f79 - 1.22% (19.1 MB)

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

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

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

[#010] sha256:0e91d7f77a7c3231e8e7e676b336e03f2965f5a71a598be49eb1822ab0644d94 - 1.41% (22.1 MB)

[#011] sha256:940ca6ecbd9bc65b5b9f63884ce8d8598559d97cbe24d8dded0002d947ebc892 - 0.0% (1.26 KB)

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

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

[#014] sha256:a19a1daab0d61f92d2ffea37e4025f570e2bbbda9fd3e2204d5aecf0539f2485 - 1.37% (21.5 MB)


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

Apply image 10.0.20348.4294

2025-10-22 21:59:56 UTC

Install update 10.0.20348.4297

2025-10-24 18:10:47 UTC

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

2025-10-24 18:11:15 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-10-24 18:11:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=29.0.0-rc.1

2025-10-24 18:11:17 UTC

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

2025-10-24 18:11:34 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-10-24 18:11:35 UTC

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

2025-10-24 18:11:36 UTC

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

2025-10-24 18:11:37 UTC

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

2025-10-24 18:11:49 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-10-24 18:11:49 UTC

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

2025-10-24 18:11:50 UTC

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

2025-10-24 18:11:51 UTC

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

2025-10-24 18:12:13 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