Namespace
library
Image / Tag
docker:26.1.4-windowsservercore-ltsc2022
Content Digest
sha256:2d06b21f29c9ccb54ecd1c9e37fdfe843edcb74a438be47c1a8a43c6f499b427
Details
Created

2024-07-24 01:10:18 UTC

Size

2.05 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

34b8bd302364e9df99ebcd86658eae6ade175baf8baf6e74123ae04fcb2675c3

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.1

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

DOCKER_VERSION

26.1.4


Layers

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

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

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

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

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

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

[#006] sha256:e1e1930638e4b38f1a8f1e01db8714fbc9944c481b9a7793e927f87592d6f57b - 0.88% (18.4 MB)

[#007] sha256:0455f633a4c57db81888ff0a7f9007f329eb41b5e6ecef6387b0991425d02237 - 0.0% (1.36 KB)

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

[#009] sha256:5d9358d8f4859b8a78f53e8814e0c01c6905116b5de744780a0d17370e40c033 - 0.0% (1.3 KB)

[#010] sha256:75e5238512c98ed7932e11b35097dbf4b5b85fbecb31bc8dadac6a8d144dbc3f - 0.88% (18.4 MB)

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

[#012] sha256:4c3f8c880274c3b9faa8d9f521a51a074d5f5b76b089047f1530bf84592b380c - 0.0% (1.26 KB)

[#013] sha256:4323006e68741530acae7ed5ac203cfd585cebe7c7f0bb91ef4759d627c9ec1a - 0.0% (1.33 KB)

[#014] sha256:c31f05220d9e4e3a9cb1e0404355728f3569d57d24476b59e60e39a6675a4d88 - 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-24 01:08:47 UTC

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

2024-07-24 01:09:38 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-24 01:09:39 UTC

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

2024-07-24 01:09:39 UTC

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

2024-07-24 01:09:54 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-24 01:09:55 UTC

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

2024-07-24 01:09:56 UTC

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

2024-07-24 01:09:56 UTC

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

2024-07-24 01:10:07 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-24 01:10:08 UTC

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

2024-07-24 01:10:09 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-24 01:10:10 UTC

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

2024-07-24 01:10:18 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