Namespace
library
Image / Tag
docker:26.0-windowsservercore-1809
Content Digest
sha256:c830f741aad553527e0d29d36c3d8f0ebfbb0b12d72d8ef0399c5c5f7fc0de86
Details
Created

2024-04-19 22:53:40 UTC

Size

2.07 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

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

DOCKER_VERSION

26.0.2


Layers

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

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

[#002] sha256:4c890bb5313f549e7a6b9a5e101d46a6710552eb77bd1c7f7b54dfd17fa821bb - 0.0% (1.27 KB)

[#003] sha256:4912f2667aeb2646792f401bf18fb3943af9697462dc8e33c2b35cd7342661bc - 0.02% (473 KB)

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

[#005] sha256:d6bc9ffaa33026fe75b452bf527428b7ef226231b6f03f26b753830b57048561 - 0.0% (1.27 KB)

[#006] sha256:0298b567f298caf3ec527472beb0e8268d259c979075ee37f82cde55ee2cd9d1 - 0.82% (17.3 MB)

[#007] sha256:5aacbd41033ae8849bcf192b489fad2de426775d136b4140c059477bcf603070 - 0.0% (1.27 KB)

[#008] sha256:2bb6a85002da7e9313aafe52fad933d4a1f9717729a1135f90bfd208c7abc198 - 0.0% (1.27 KB)

[#009] sha256:56b05c81156fb2f309a4523ccf05a12efee921eddfb3f6887ad0dc7137acdb91 - 0.0% (1.24 KB)

[#010] sha256:8cb7a4909e383a64ab102bdfe7c4ec4e1a2e7159e3ad7921e801d28182ef1d61 - 0.85% (18 MB)

[#011] sha256:ad97a2744edfe49253742e7dad4a2ec7ecaf492d56db52a103af3ea4dfbc724c - 0.0% (1.27 KB)

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

[#013] sha256:970a3be99577f750a85da63d88de63ef1803b5cbebc883dbe5851caca60624be - 0.0% (1.25 KB)

[#014] sha256:579fd2bdb8e92a5e6286093e35fcab7ba8132be323badd24dacd4bb7e0956096 - 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-19 22:50:09 UTC

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

2024-04-19 22:51:57 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-19 22:51:57 UTC

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

2024-04-19 22:51:58 UTC

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

2024-04-19 22:52: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-19 22:52:34 UTC

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

2024-04-19 22:52:34 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-19 22:52:35 UTC

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

2024-04-19 22:53:08 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-19 22:53:09 UTC

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

2024-04-19 22:53:09 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-19 22:53:10 UTC

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

2024-04-19 22:53:40 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