Namespace
library
Image / Tag
docker:28.1-windowsservercore-ltsc2022
Content Digest
sha256:4f3494b5abc8262da231195ca96646c79f643363fd211bd6fdfaf1f3b2c22600
Details
Created

2025-05-23 19:01:15 UTC

Size

2.18 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

8dec102c8eb14f434707cc05a8f0e366c090ded6ad74d9c5f8a64a9c0b766140

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.24.0

DOCKER_COMPOSE_SHA256

82ebec0022949087f883b3dffa0d7e57a2a141203ad31c012381d2754962c905

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.36.2

DOCKER_URL

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

DOCKER_VERSION

28.1.1


Layers

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

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

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

[#003] sha256:d7fe74c6747cded88a9e5d2d831ab16a9463a089c02ca63fcb91ba2ed25c3e58 - 0.02% (348 KB)

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

[#005] sha256:23366a0b381a6bece0c0ba6bf588b437d414ca27d5e14228dcb59d0690d11477 - 0.0% (1.25 KB)

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

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

[#008] sha256:4c61e50ac159733fa620b6acbac621b7b1949eb1b1486dedf74a6e42cba2173a - 0.0% (1.25 KB)

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

[#010] sha256:40830942f745e07c7400fb4e533f4164137901ca8678d7a645e4b0e6937fd9ac - 0.95% (21.2 MB)

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

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

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

[#014] sha256:245d5a64afd293741ccb48079ea1449f570572d7838ab4bc03bb4cac87e2c1fb - 0.94% (21 MB)


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

Apply image 10.0.20348.2700

2025-05-09 19:38:10 UTC

Install update 10.0.20348.3692

2025-05-23 19:00:35 UTC

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

2025-05-23 19:00:45 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-05-23 19:00:45 UTC

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

2025-05-23 19:00:46 UTC

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

2025-05-23 19:00:56 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-05-23 19:00:56 UTC

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

2025-05-23 19:00:57 UTC

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

2025-05-23 19:00:58 UTC

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

2025-05-23 19:01:05 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-05-23 19:01:06 UTC

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

2025-05-23 19:01:07 UTC

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

2025-05-23 19:01:07 UTC

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

2025-05-23 19:01:15 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