Namespace
library
Image / Tag
docker:27.0.0-rc.1-windowsservercore-1809
Content Digest
sha256:6375daa31720deeb2664df88c18a79ae88dd189d4f6c00ad908069d4c1a997e0
Details
Created

2024-06-12 22:15:34 UTC

Size

2.12 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

f9285890c7d0b68ed36a07d4db062bfdc8db2059fa59a812cdbef438cfa3f774

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.15.0

DOCKER_COMPOSE_SHA256

354e903701dbd3e7ee3c4259de928367776864bb850efe677d129202638843db

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.27.1

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.1.zip

DOCKER_VERSION

27.0.0-rc.1


Layers

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

[#001] sha256:56a5fd77f8cb6921d3e283f98213bf8c163d3502a75b4a8e4a809a15654f7d1a - 25.01% (544 MB)

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

[#003] sha256:5cb6e382caaf7e7793235289ed1cc0c6b4566488567c371d8fa5ef6d68ca67c5 - 0.02% (459 KB)

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

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

[#006] sha256:33e4b80e25b79b5ea09ba762c6e4679bc74449437e9118223c6440ec0214c6bb - 0.84% (18.4 MB)

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

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

[#009] sha256:77800f653ca231a9991dbf47e1b3ba17644dc24f3d73afd1064975798bf73b5f - 0.0% (1.26 KB)

[#010] sha256:5cccd26a6295ddb5faefb27525ca6835abb3d11fc950ab57790202142675a6ce - 0.83% (18.1 MB)

[#011] sha256:73f93b440a6a563fc380fc134d2b9d60cdf823d287b8452a551e6a2546824e08 - 0.0% (1.3 KB)

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

[#013] sha256:1051afd1bcca00b9cfa012d7be7f9e4f124db5a7b6299fee567c547baf5ac97e - 0.0% (1.33 KB)

[#014] sha256:bd154e2a94576a5389f1727acc3575c6f56ccfa891e6327786943aa5c9d5506c - 0.86% (18.7 MB)


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

Apply image 10.0.17763.4499

2024-06-07 11:19:50 UTC

Install update 10.0.17763.5936

2024-06-12 22:12:57 UTC

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

2024-06-12 22:14:24 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-06-12 22:14:25 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=27.0.0-rc.1

2024-06-12 22:14:25 UTC

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

2024-06-12 22:14:49 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-06-12 22:14:50 UTC

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

2024-06-12 22:14:50 UTC

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

2024-06-12 22:14:51 UTC

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

2024-06-12 22:15:10 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-06-12 22:15:11 UTC

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

2024-06-12 22:15:12 UTC

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

2024-06-12 22:15:12 UTC

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

2024-06-12 22:15:34 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