Namespace
library
Image / Tag
docker:24.0.7-windowsservercore-ltsc2022
Content Digest
sha256:d2b46a315d3da8b66e7b00b9a9616ec77072da0c2149d1b2d4359ccf44173003
Details
Created

2024-01-24 20:50:24 UTC

Size

1.82 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.12.1

DOCKER_COMPOSE_SHA256

107586a56c0efb53cdd164f8de2c06d9737f4e142c80b6d7d9f5aa2be956425e

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.24.3

DOCKER_URL

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

DOCKER_VERSION

24.0.7


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 71.02% (1.29 GB)

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 26.17% (488 MB)

[#002] sha256:015a62fe186fdc1d10c4b64ea9d60f50901da8f345e3335557c96f8467065fec - 0.0% (1.26 KB)

[#003] sha256:0bb983d377f6c9dfbc9d5e96af9eed89ed8b8828e046d9d1d38df48eba541f5f - 0.03% (479 KB)

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

[#005] sha256:ad65f58a123b2bd0a459dab7693ae6429420a61db5cc8f2f0dea7f1fef49c2e8 - 0.0% (1.26 KB)

[#006] sha256:cf29455b990fcbf622128c7abe088132662502600e677a093aea6355bf53889e - 0.9% (16.7 MB)

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

[#008] sha256:69732cfa0413c9913d5e3b16d42f50f8bccbd6758aefb1576047a1b8c7759192 - 0.0% (1.26 KB)

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

[#010] sha256:1eb5960d2df0443fe5ddedf8820fa623be337630d2e3dcd7da815ab86a2961a6 - 0.92% (17.2 MB)

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

[#012] sha256:80723502ec9aa4a57b50e68ffc5ea5e1506ccb4345fe3e709c4bd5457925ea56 - 0.0% (1.26 KB)

[#013] sha256:690ee7e0dc9363532c821e7630c58a4712c500cbe8c3be1e56e7347f2c66fca1 - 0.0% (1.29 KB)

[#014] sha256:91b530b3e28bf96e5f9f2d3126caaacee547fdd07e2c51fa4d593bb7632b0a17 - 0.97% (18.1 MB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-24 20:49:36 UTC

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

2024-01-24 20:49:53 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-01-24 20:49:54 UTC

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

2024-01-24 20:49:54 UTC

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

2024-01-24 20:50:04 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-01-24 20:50:05 UTC

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

2024-01-24 20:50:05 UTC

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

2024-01-24 20:50:06 UTC

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

2024-01-24 20:50:14 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-01-24 20:50:14 UTC

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

2024-01-24 20:50:15 UTC

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

2024-01-24 20:50:15 UTC

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

2024-01-24 20:50:24 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