Namespace
library
Image / Tag
docker:24.0.9-windowsservercore-ltsc2022
Content Digest
sha256:fe67a60bc0e14f8f014501a03cf174d25e9af173df914ae9cb57746011ebecb0
Details
Created

2024-07-25 21:02:11 UTC

Size

2.05 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

0ee1234dc4bec883f9407211ae386052c45d13cf9052329f8aece8358cff5e9c

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.2

DOCKER_COMPOSE_SHA256

c80155bfd2669bcdc7482ae7ccf7ccaf6b5da2149b690d806c7a4d9200abc54e

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.29.1

DOCKER_URL

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

DOCKER_VERSION

24.0.9


Layers

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

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 34.19% (716 MB)

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

[#003] sha256:622d41a5198691355cdbbe0acd9f7812d1ff5abba8cb07f8fa332d43e5fd590d - 0.02% (350 KB)

[#004] sha256:a50505c362b460b71013118f2581e3925588994275cf5d087b629f1d2dfd93c8 - 0.0% (1.25 KB)

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

[#006] sha256:49016215f2b3d0875d28c2a4e3a5f071f59c8220fd7ad2dd1ac3132a6bc089dc - 0.8% (16.7 MB)

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

[#008] sha256:6c0f654700ef274016ef34283abbabdf80fb44eaa0d9a07ab9797c9a9d4de3ca - 0.0% (1.26 KB)

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

[#010] sha256:3d48997e10255a8cf23ddc9ccc0824e206a756b1a78033ff4ddf68f4bc054d05 - 0.88% (18.4 MB)

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

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

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

[#014] sha256:3b15a100dc71cae4ef8b17d21d37b1b9d11f109507a57fa37dce3ddec0a1c8fd - 0.9% (18.8 MB)


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

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-07-25 21:00:37 UTC

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

2024-07-25 21:01:31 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-07-25 21:01:32 UTC

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

2024-07-25 21:01:33 UTC

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

2024-07-25 21:01: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.';

2024-07-25 21:01:49 UTC

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

2024-07-25 21:01:49 UTC

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

2024-07-25 21:01:50 UTC

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

2024-07-25 21:02:00 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-07-25 21:02:00 UTC

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

2024-07-25 21:02:01 UTC

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

2024-07-25 21:02:02 UTC

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

2024-07-25 21:02:11 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