Namespace
library
Image / Tag
docker:26.0.0-windowsservercore-1809
Content Digest
sha256:80908f0f99ab9d4f188a9aa03c05db96c94ded90a3fbd34a8e972a4e3b8316c8
Details
Created

2024-04-10 00:02:24 UTC

Size

2.07 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

6b113e84cbc3cd645646aa82f00a7f7d3737cc10375b4341e0aca0de0c997c75

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.13.1

DOCKER_COMPOSE_SHA256

d8a386d375ef26a77be0bee97516b0287d93acafb3976806f42e2b76c6904125

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.26.1

DOCKER_URL

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

DOCKER_VERSION

26.0.0


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 74.31% (1.54 GB)

[#001] sha256:e920b78002850882cc637991bf16e3cd3fdd45576cf3e930819c98f6b43518d3 - 23.13% (490 MB)

[#002] sha256:bf9a02ad73a710d80ac4121ad8626deeacbadb9849803f8d8abb4781ac318ca7 - 0.0% (1.35 KB)

[#003] sha256:dbfb4d0c4ef2dc269217b8eaf2000721d33181b6dc3dd58deaafeead4ba4f2e7 - 0.02% (454 KB)

[#004] sha256:8f207e54329ba659e2db48827a3ccca590bbe8f42abc3e48956f636ae8baeb2a - 0.0% (1.34 KB)

[#005] sha256:ba7621a0ab0cd5df9c2883e548bd06ce872cffe6fa657db3da8d521097315c80 - 0.0% (1.34 KB)

[#006] sha256:7d36af13929b1908245ef06150b53967c5b11dd0c55a557d46af09a217c28b0c - 0.82% (17.3 MB)

[#007] sha256:1193a9463f4d308f6539e5662f7f8305b196d52d26c6841cf093f209737b9be9 - 0.0% (1.3 KB)

[#008] sha256:7002686fb3edffeb6e40520614146811c0e55ee0a0099b0e69b16ff881e526e0 - 0.0% (1.32 KB)

[#009] sha256:3111e1f15a4c44b174ad57f24ad9626f326bf0e019f8c4b28ab8a4b4d225e9ef - 0.0% (1.33 KB)

[#010] sha256:8a590c7a27ab908a4b84f6ba3d590bc40f4fbf7e5f175a6519b23f1ed4c4b345 - 0.85% (17.9 MB)

[#011] sha256:fa2daf59a0ef70f4f5ebd2fcde3116b06f37b1d40d7246b50d32f93c403f6f69 - 0.0% (1.29 KB)

[#012] sha256:b21c853909e0f66c54588d9f5a830c4cd3f747ed0fcde93b089f9002cbca6c4f - 0.0% (1.34 KB)

[#013] sha256:7935cc1d06225b9e5cfaa9570e02ef38c614405a006c3060cf0ca6c41a537757 - 0.0% (1.34 KB)

[#014] sha256:8a79117c266fc96590f1ae5616abdfec64cc54082d5d04e92d99d55f4e59bd26 - 0.88% (18.6 MB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-04-06 02:39:33 UTC

Install update 10.0.17763.5696

2024-04-10 00:00:17 UTC

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

2024-04-10 00:01:02 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-10 00:01:03 UTC

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

2024-04-10 00:01:03 UTC

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

2024-04-10 00:01:33 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-10 00:01:33 UTC

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

2024-04-10 00:01:34 UTC

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

2024-04-10 00:01:34 UTC

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

2024-04-10 00:01:58 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-10 00:01:59 UTC

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

2024-04-10 00:02:00 UTC

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

2024-04-10 00:02:00 UTC

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

2024-04-10 00:02: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