Namespace
library
Image / Tag
docker:27.0.0-rc.1-windowsservercore-ltsc2022
Content Digest
sha256:b71195f124f6f3ad6d4714bea924c24dbfff1babe4199805009d154473fa8599
Details
Created

2024-06-12 22:02:00 UTC

Size

2.03 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:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 63.8% (1.29 GB)

[#001] sha256:cedf08888525e83e4a050655b4ec0d81647e59a69f7007a560df774a656da9bb - 33.52% (696 MB)

[#002] sha256:98bec8b96f94774d75559c62c4d609432c2a795891f7ded6752ad3458ca77604 - 0.0% (1.29 KB)

[#003] sha256:8d4a766311f542bdc1720c4036031f2be378537e1aaf2a3ed0f9f29fca11a0c0 - 0.02% (338 KB)

[#004] sha256:10432f3f853815a7cd5cd497e2b3db58c6b9fd72c019b8e1ef19a46e76791199 - 0.0% (1.25 KB)

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

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

[#007] sha256:318d6fdc99b99fd0710cc2f9d16cc1c6babff412ea0fa2e89ee31f6e614d2c0c - 0.0% (1.25 KB)

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

[#009] sha256:bec9e96164fd9db190f269e18f2369c8b7a1dcb69c851f19b68aac4543f2e8e6 - 0.0% (1.25 KB)

[#010] sha256:bd8febe2a6d2f3cd4c8fae81d0b76dedc13212c12d5562b3a77973c2dce719c7 - 0.87% (18.1 MB)

[#011] sha256:72065baa08f0d1cc13fd01fd1e432bd72f6cff6cdbb34441a300f64a9ba6c814 - 0.0% (1.26 KB)

[#012] sha256:ac01f7a688ae2f1274578a7141e303638d66c3db05a426445111b418ff7f3bbd - 0.0% (1.32 KB)

[#013] sha256:9978a431e2783fdc389fbeae73fc73af8c739cd155859dcd421d363fb2d4296b - 0.0% (1.25 KB)

[#014] sha256:4da775d54fae15516de3b14f95f6c694f0015d5d9df86754c3b48a989fa127b3 - 0.9% (18.7 MB)


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

Apply image 10.0.20348.1787

2024-06-07 09:02:12 UTC

Install update 10.0.20348.2527

2024-06-12 22:01:22 UTC

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

2024-06-12 22:01:32 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:01:32 UTC

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

2024-06-12 22:01:33 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:01:42 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:01:42 UTC

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

2024-06-12 22:01:43 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:01:43 UTC

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

2024-06-12 22:01:50 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:01:51 UTC

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

2024-06-12 22:01:51 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:01:52 UTC

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

2024-06-12 22:02:00 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