Namespace
library
Image / Tag
docker:rc-windowsservercore-ltsc2022
Content Digest
sha256:f021a6e75dbd7500f2baf14fb24391d38165e13b9538a9434698fb69b6fd18e1
Details
Created

2025-11-18 00:45:22 UTC

Size

1.71 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

3c48e2da717c55518cf22a5b372f48f54cf3a58c9fae675b818a3311775e1b71

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.30.1

DOCKER_COMPOSE_SHA256

4c864dd7f879dd40366e087e68a8a02cbcf018be0128867b13369898e67e1532

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.40.3

DOCKER_URL

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

DOCKER_VERSION

29.1.0-rc.1


Layers

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

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 15.3% (268 MB)

[#002] sha256:4537a095e899824b1fc0fddf2320afc3e1181c5906c1acee8f9fdb54417e8ac3 - 0.0% (1.32 KB)

[#003] sha256:4f6a2b31372243c706b0c8fe43c1f59fd914d3a5a3a86764a67cd1d6732aee06 - 0.03% (500 KB)

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

[#005] sha256:4613f189e03c623b55e41c9adf9878a8739222cb2fa187cc2bfaecd580db97cd - 0.0% (1.29 KB)

[#006] sha256:41e4433919376891d175bb8dda81916a9cd69accb4c204ed9ee9dc4f5e392ff8 - 1.06% (18.5 MB)

[#007] sha256:78630bce71ef81d70e696d88bfb391241373448a9bd86b5aed5577f83ad8bc1b - 0.0% (1.29 KB)

[#008] sha256:39a639fe64e1ef7f0e3b817e7f5e970aa90a050031930b36adaa9e27378a1ec5 - 0.0% (1.29 KB)

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

[#010] sha256:478d3a0129a259a9445ce46f82cf8fb7c3dd1593b6ff94bfd5a3d7f311779bce - 1.3% (22.8 MB)

[#011] sha256:64236b1e8638727b71aea5affa06b9853c720f5f96a333449b9a579f45735070 - 0.0% (1.29 KB)

[#012] sha256:66d63bf40a111bb71ea7cd2dc437b8b2b3752eba30546ca5c820f86503326c82 - 0.0% (1.29 KB)

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

[#014] sha256:02fdab5d8b5f7f4d16837b43d62a2a205aaa8f856ca2273855d70d25c5b8fd6b - 1.23% (21.6 MB)


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

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-11-18 00:17:32 UTC

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

2025-11-18 00:18: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);

2025-11-18 00:44:29 UTC

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

2025-11-18 00:44:29 UTC

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

2025-11-18 00:44: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-11-18 00:44:39 UTC

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

2025-11-18 00:44:40 UTC

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

2025-11-18 00:44:40 UTC

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

2025-11-18 00:44:51 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-11-18 00:44:52 UTC

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

2025-11-18 00:44:52 UTC

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

2025-11-18 00:44:53 UTC

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

2025-11-18 00:45: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