Namespace
library
Image / Tag
docker:27.4.0-rc.2-windowsservercore-ltsc2022
Content Digest
sha256:e58465e5b2c0f7e44b7396791c1be8a340f40d6796787a5de0d324be211a17e2
Details
Created

2024-11-20 00:36:56 UTC

Size

2.15 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

85f9218497427f8a1d4e09fa73b7133b555f8017cffc24c4ffc9640668b61dca

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.18.0

DOCKER_COMPOSE_SHA256

30be0d2d5df4d032ffeee3f8c5e6dccc2ef1b2911732055778c3584e9e69bb4b

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.30.3

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-27.4.0-rc.2.zip

DOCKER_VERSION

27.4.0-rc.2


Layers

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

[#001] sha256:5987a3191d90ca1e07fd03dae1963abcaa49ceabc649ec3bc43f2c96b55d0464 - 34.19% (754 MB)

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

[#003] sha256:18999337d98c45d527ce3204e22784f757e2cdf59e61e68e5e0a276a58abee16 - 0.02% (351 KB)

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

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

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

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

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

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

[#010] sha256:c1da1ce4e381209bd909892e0a70ed4e5e854a8057cb5c2f721d7008cf7d6aef - 0.84% (18.5 MB)

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

[#012] sha256:d36bad091aeb9f1dab1c92b58146851f69600ee5050e5b1d05efdfd3a4be2e8c - 0.0% (1.25 KB)

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

[#014] sha256:76b48c74b9f914f73518d8e078680e07a4bff873ca4578451e139ebcc215511f - 0.87% (19.1 MB)


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

Apply image 10.0.20348.2700

2024-11-02 23:52:43 UTC

Install update 10.0.20348.2849

2024-11-20 00:36:12 UTC

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

2024-11-20 00:36:25 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);

2024-11-20 00:36:26 UTC

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

2024-11-20 00:36:27 UTC

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

2024-11-20 00:36:38 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.';

2024-11-20 00:36:39 UTC

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

2024-11-20 00:36:39 UTC

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

2024-11-20 00:36:40 UTC

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

2024-11-20 00:36:47 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.';

2024-11-20 00:36:47 UTC

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

2024-11-20 00:36:48 UTC

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

2024-11-20 00:36:48 UTC

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

2024-11-20 00:36:56 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