Namespace
library
Image / Tag
docker:27.4-windowsservercore-ltsc2022
Content Digest
sha256:25bf8f6dc29b204e9017e3d31c80e96c68255a4ce33c11a8462e0160e4116ac1
Details
Created

2025-01-09 23:12:02 UTC

Size

2.15 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

fc24c33d547764ffc67ed430f5561c4d1bcbbee73df47648668331fa1cc2f289

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.19.3

DOCKER_COMPOSE_SHA256

f384ad29e5187745cad4c18a14ddafd5e7a748c68b5bd991599b1756e36d3bec

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.32.2

DOCKER_URL

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

DOCKER_VERSION

27.4.1


Layers

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

[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 34.23% (755 MB)

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

[#003] sha256:61b7416daf75b317c89da160f376430b2e71e61a6326cf5cd5de190863647dac - 0.02% (358 KB)

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

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

[#006] sha256:bd3659e66176301005d15b20f88f5a15ae13d9446e499e9f982bf37e2db9bdaf - 0.82% (18.1 MB)

[#007] sha256:bed3f238e5809283b789b1b3b916173f607ad4f05a9673e0bd4c845a47d403c6 - 0.0% (1.25 KB)

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

[#009] sha256:c4f461394bc78451afaf1db6d61c8e8a8db8e7884540825ec9723b62152f2093 - 0.0% (1.26 KB)

[#010] sha256:58b6680d0e5dac8d4079ed658d15e2576544785586c727278c62b7402d68d3cc - 0.85% (18.7 MB)

[#011] sha256:0fdfbd8b7a5eddfcba726940d436363dce86e7ce4cb49adf690894db597d3ba3 - 0.0% (1.26 KB)

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

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

[#014] sha256:8331501b0512b2e83330bc061ec0b4be1fb38b1fdeb1f7b2c0a72617e5776bc3 - 0.87% (19.2 MB)


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

Apply image 10.0.20348.2700

2024-12-05 01:36:58 UTC

Install update 10.0.20348.2966

2025-01-09 23:10:01 UTC

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

2025-01-09 23:11:20 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-01-09 23:11:21 UTC

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

2025-01-09 23:11:22 UTC

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

2025-01-09 23:11:42 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-01-09 23:11:43 UTC

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

2025-01-09 23:11:43 UTC

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

2025-01-09 23:11:44 UTC

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

2025-01-09 23:11:52 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-01-09 23:11:53 UTC

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

2025-01-09 23:11:53 UTC

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

2025-01-09 23:11:54 UTC

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

2025-01-09 23:12:02 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