Namespace
library
Image / Tag
docker:27.5.0-windowsservercore-1809
Content Digest
sha256:4e5fe9ee34fd36d3ce2f5b7e6f74f3d6fb23b5a24d0d61f85d6fe0059e95912a
Details
Created

2025-01-21 20:37:07 UTC

Size

2.03 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

61123c807345d35525bc242bb182526cb0c10310eaf107bbcc97695be528c141

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.20.0

DOCKER_COMPOSE_SHA256

5df58bb738c7ac2712c031e15154b49f32f4026640d8c0539090d6e0a66d6dfd

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.32.4

DOCKER_URL

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

DOCKER_VERSION

27.5.0


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 78.8% (1.6 GB)

[#001] sha256:09e6adf68d473b439b895dbef289349826f793d13a35d136c1e4a98b09d23cd4 - 18.41% (383 MB)

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

[#003] sha256:1ada5849b6b1f68d709ea79de40133787fc8408ae09994a9f44decb930a60145 - 0.02% (331 KB)

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

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

[#006] sha256:7e2e76d9270d154efe561bebf01542a6cb5f7ded6a3ab187656a885295451b68 - 0.88% (18.3 MB)

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

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

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

[#010] sha256:f11653f59948e99a37353eccc7c5bcd9531bfdf0c0728fbccc46191b48777c42 - 0.97% (20.1 MB)

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

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

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

[#014] sha256:89995df3595050f0c6c97903e06223c214f8e39bed8801d190a3f9775521fc95 - 0.92% (19.2 MB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-01-09 09:46:25 UTC

Install update 10.0.17763.6775

2025-01-21 20:35:50 UTC

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

2025-01-21 20:36:33 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);

2025-01-21 20:36:34 UTC

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

2025-01-21 20:36:34 UTC

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

2025-01-21 20:36:47 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.';

2025-01-21 20:36:48 UTC

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

2025-01-21 20:36:48 UTC

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

2025-01-21 20:36:49 UTC

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

2025-01-21 20:36:57 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.';

2025-01-21 20:36:58 UTC

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

2025-01-21 20:36:58 UTC

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

2025-01-21 20:36:59 UTC

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

2025-01-21 20:37:07 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