Namespace
library
Image / Tag
docker:26.1.1-windowsservercore-ltsc2022
Content Digest
sha256:c8f02bf140fe02f834f9319cf006070aca1124212045a1c83d44275fc2de4041
Details
Created

2024-04-30 21:51:26 UTC

Size

1.92 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

d43f5008431fb4ffd438d14ea686ed0f9c7ef101f2dfd1f84a5670979aeb39a8

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.14.0

DOCKER_COMPOSE_SHA256

2e5ae01bbec3bd6ed3a5a267df7edee3c8c5fc59101a0aad0241ed4ed46c70ac

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.27.0

DOCKER_URL

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

DOCKER_VERSION

26.1.1


Layers

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

[#001] sha256:197484daab96ebaf9683bc9230fb0043a8780d2afef249baa386f372a548b76a - 29.68% (582 MB)

[#002] sha256:6869ee0cd057e9c26310c904c26de57c2f565cd6013188ef7d54e569ebe00352 - 0.0% (1.27 KB)

[#003] sha256:e346bbb83180c9059501142527e7eca59106054e66a3ed8958e1d473463d826b - 0.02% (488 KB)

[#004] sha256:3110bd82e5db5a921ffd2a232f63be51db263cfe991235ef85d970a38391fd95 - 0.0% (1.27 KB)

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

[#006] sha256:e6e3437ad920d3cb2bf5068504d91e3d0678762287fb3360ec1b5d9947ac7a11 - 0.94% (18.4 MB)

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

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

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

[#010] sha256:853577512426c7f911c13f79db84a880a64777b356df4c68720024df5f185d76 - 0.92% (18.1 MB)

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

[#012] sha256:0c885f8001069a2c714a78db6591aab59da2c5f50e4b417e8248369a60faebbc - 0.0% (1.26 KB)

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

[#014] sha256:127dfa5376f91ecee63a36b7f1b94db9f041ee48afa0aea7b4f9d819cdac5191 - 0.95% (18.7 MB)


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

Apply image 10.0.20348.1787

2024-04-05 09:25:01 UTC

Install update 10.0.20348.2402

2024-04-30 21:49:50 UTC

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

2024-04-30 21:50:51 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-04-30 21:50:51 UTC

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

2024-04-30 21:50:52 UTC

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

2024-04-30 21:51:07 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-04-30 21:51:07 UTC

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

2024-04-30 21:51:08 UTC

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

2024-04-30 21:51:08 UTC

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

2024-04-30 21:51:16 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-04-30 21:51:17 UTC

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

2024-04-30 21:51:17 UTC

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

2024-04-30 21:51:18 UTC

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

2024-04-30 21:51:26 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