Namespace
library
Image / Tag
docker:28.0.2-windowsservercore-ltsc2022
Content Digest
sha256:c5e6facaf01d40eda97d8f117695d998b8248a24f4a57d5af2ccc8d7c29efa0c
Details
Created

2025-03-20 17:52:12 UTC

Size

2.17 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

446acafb777dc8e8b458a56ce5af3c216260e5170a3e89382b8e4b1dd5853778

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.22.0

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.2.zip

DOCKER_VERSION

28.0.2


Layers

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

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

[#002] sha256:4acfdc2433589c44165e3eb5bd432b73fd8a02b63798f544cc6b2894397ebc1b - 0.0% (1.31 KB)

[#003] sha256:a7bc533767f012c3f29ee581a23e11336949487a560c0ec18520d3bf692de0ee - 0.02% (363 KB)

[#004] sha256:e0e3f4e4e6cccd3e69a10b4fe54cd963cea0041c18695c8047fa8e4a3b764f44 - 0.0% (1.28 KB)

[#005] sha256:0ce11b1d80ec5fa2837468b6fc310c6d6e1cfe0c33fc419df997ca3d2be1d6cb - 0.0% (1.25 KB)

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

[#007] sha256:c08d7df19cfe82b0859ba1a6048564ab09e49b54413fc24939acae2a21ddf563 - 0.0% (1.32 KB)

[#008] sha256:d5638e3c70c59ad06ab2a86978b14b70a7a799a363952668976299aa8d06058a - 0.0% (1.28 KB)

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

[#010] sha256:b6abfd458567703ea36312c065663fb0dbd15b92b0ac982b6c9124d6b0efca83 - 0.98% (21.7 MB)

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

[#012] sha256:a98d1bffacb9247c0b9ff2794085aef6435d067b5434deb9382213c6f981d2cc - 0.0% (1.28 KB)

[#013] sha256:e11aff0bf19ec054f555b45fd76dcd4d6c37a04bca2fc4081808acbfd09cd031 - 0.0% (1.25 KB)

[#014] sha256:9b6d70b6c928b977f36a45482c7db0b77ee0c9733068fb3cc70dcfdf04f09d0a - 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-20 17:51:24 UTC

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

2025-03-20 17:51:35 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-20 17:51:36 UTC

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

2025-03-20 17:51:37 UTC

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

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

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

2025-03-20 17:51:49 UTC

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

2025-03-20 17:51:50 UTC

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

2025-03-20 17:51:59 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-20 17:52:01 UTC

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

2025-03-20 17:52:02 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-20 17:52:03 UTC

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

2025-03-20 17:52:12 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