Namespace
library
Image / Tag
docker:28.0.0-rc.1-windowsservercore-1809
Content Digest
sha256:e8964a31fd06b5aa59e2e7e4e878b247bc1ada97258b6bcb43c652d057ce0cd3
Details
Created

2025-02-13 00:37:03 UTC

Size

2.05 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

39f53ec70c6ce37beca6898809e8eb89a77a1651be35ea50b51629c7a5d3b1f2

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.20.1

DOCKER_COMPOSE_SHA256

1324e382e1a79efaee4be288aae847f8a2862acf270d5621c17dff3a10d5ee83

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.33.0

DOCKER_URL

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

DOCKER_VERSION

28.0.0-rc.1


Layers

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

[#001] sha256:c3af2bd0a1965eaed07372d9df47eb5ee783273fad4e91a30412cdd07c198cc7 - 18.94% (397 MB)

[#002] sha256:9b4744c3deb7b0b1d3f73097efb8605ad7bc1e941ec01a931aa2a97912359064 - 0.0% (1.27 KB)

[#003] sha256:725d9f5f9555ce801b3f3893ceb61bf76e797d392ec7e25267f5d060f28b80b9 - 0.02% (337 KB)

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

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

[#006] sha256:df8ef434a7dce698dd2e4c2b8022fa086933e72d19da2e141af2ad423e525dce - 0.9% (18.9 MB)

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

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

[#009] sha256:3ddd950211f965779fc2b9a8daf81948ebb9452b4ebdf7da7f09ede59b849767 - 0.0% (1.27 KB)

[#010] sha256:39bc156f4fd48cda0f3da6ea579ccf40bb38784f6796cad7ea1ceb5ea5ea5a91 - 0.96% (20.2 MB)

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

[#012] sha256:3d81f2d6c8458fe74a35abfe34ff2bda06bf100fcf3c706b0a83bace3fdc98d0 - 0.0% (1.27 KB)

[#013] sha256:96f12f5bad9a67f336fd3f4138c09542665a9c36569648739ae4754422dcb369 - 0.0% (1.26 KB)

[#014] sha256:45ce536efa2be640d3253db0f0f6ef0aa3ab5e21c78032bbc64395d746d6aff5 - 0.99% (20.8 MB)


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

Apply image 10.0.17763.6293

2025-02-07 18:15:33 UTC

Install update 10.0.17763.6893

2025-02-13 00:35:47 UTC

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

2025-02-13 00:36:29 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-02-13 00:36:29 UTC

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

2025-02-13 00:36:30 UTC

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

2025-02-13 00:36: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.';

2025-02-13 00:36:43 UTC

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

2025-02-13 00:36:43 UTC

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

2025-02-13 00:36:44 UTC

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

2025-02-13 00:36:52 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-02-13 00:36:53 UTC

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

2025-02-13 00:36:54 UTC

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

2025-02-13 00:36:54 UTC

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

2025-02-13 00:37:03 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