Namespace
library
Image / Tag
docker:28.0.0-rc.3-windowsservercore-ltsc2022
Content Digest
sha256:900903088babc4cda51c8353468a5a0d2665db97b6e6a54610f9fa30b6d69375
Details
Created

2025-02-19 19:37:36 UTC

Size

2.17 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.3.zip

DOCKER_VERSION

28.0.0-rc.3


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.83% (1.36 GB)

[#001] sha256:76bc4873980ff6a1dec3c10adb1f289ccf73e4c47c8694420e8ff929f1476ada - 34.45% (765 MB)

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

[#003] sha256:18b4c00a0b6b7e20a2cdecb7640e0b0812a70fe5b2428e160f95148b763165d5 - 0.02% (376 KB)

[#004] sha256:75a90f23dce0fd51b4e30cb18cdb6c4f36fc74f5fe775c27c5ce2f39093fe985 - 0.0% (1.28 KB)

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

[#006] sha256:b909f26becf59fbb0767afe22a446fd80166bec8c01e72612f2f11df6e2ce610 - 0.85% (18.9 MB)

[#007] sha256:d1e84e17513a6e9f1fe72f0b40a0f11f7987b2a0efa10286e0eb3a7bef85367a - 0.0% (1.34 KB)

[#008] sha256:3fedc85179f36dafca0647b1ed7a7d3d628eb624cfef3e70c7a0955679b71f82 - 0.0% (1.26 KB)

[#009] sha256:4eb5091480c6c793773b28cf3215b6601ff3227be80476fc18561b25545554f6 - 0.0% (1.32 KB)

[#010] sha256:7803410e59788bf0a3ac3f8f967df3e512b26eec43770b1270f46e8d3bebc17d - 0.91% (20.2 MB)

[#011] sha256:882e03ddcc7339a0ff669504f239772eeefcca23b88d7bcc10a5be459d1e7c67 - 0.0% (1.31 KB)

[#012] sha256:76a7b262c827c84f34a6be3369253d778efd65132c249f9d50af2e161aee93a0 - 0.0% (1.31 KB)

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

[#014] sha256:061d86d64404373ff327ec5347aa692b84ced722f442da312691f466622d7d08 - 0.94% (20.8 MB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-02-07 21:10:03 UTC

Install update 10.0.20348.3207

2025-02-19 19:36:53 UTC

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

2025-02-19 19:37:04 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-19 19:37:04 UTC

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

2025-02-19 19:37:05 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.3.zip

2025-02-19 19:37:15 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-19 19:37:16 UTC

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

2025-02-19 19:37:16 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-19 19:37:17 UTC

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

2025-02-19 19:37:26 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-19 19:37:27 UTC

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

2025-02-19 19:37:28 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-19 19:37:28 UTC

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

2025-02-19 19:37:36 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