Namespace
library
Image / Tag
docker:25.0.1-windowsservercore-ltsc2022
Content Digest
sha256:a6d1d903e18bd7a6159ffff76b4e620446f5ba9b556a53635d8768660bfd33e0
Details
Created

2024-01-30 22:53:07 UTC

Size

1.82 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

0ff0853a09960ff8f454d5db7253d5d935f5538856ea4985a276cbd1b28a96a5

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.12.1

DOCKER_COMPOSE_SHA256

e68c6eb31cc0aff2d9eb0f11d48e709888f25c0c204ce74bfbe69e33af3bbcbb

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.24.4

DOCKER_URL

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

DOCKER_VERSION

25.0.1


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 71.0% (1.29 GB)

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 26.16% (488 MB)

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

[#003] sha256:4bd8f90fb5fc9bee6769521e6c1ad6261c591ee1c71f873c91c412a798a30299 - 0.03% (483 KB)

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

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

[#006] sha256:9117726719d4fc477583f66a59631ee147353556637893aa188966e3b30f583a - 0.92% (17.2 MB)

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

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

[#009] sha256:8519161b23a12d61f106f7e220b0e938fbfe980847b803850b83e026a8f6fa4f - 0.0% (1.26 KB)

[#010] sha256:8c6866b81f70775d255134d98897247793815432abec003b4b763bf3d5648744 - 0.92% (17.2 MB)

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

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

[#013] sha256:8ce6002c79d0a33f063938a8865d5c608a7a609468d12be95f0fd45be1bfe2ac - 0.0% (1.26 KB)

[#014] sha256:028eb27c1505f0d71cce338fa8e52301732e3f95c816256688c15b8676ba0f9d - 0.97% (18.2 MB)


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-30 22:51:29 UTC

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

2024-01-30 22:52:27 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-01-30 22:52:28 UTC

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

2024-01-30 22:52:28 UTC

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

2024-01-30 22:52:43 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-01-30 22:52:44 UTC

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

2024-01-30 22:52:45 UTC

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

2024-01-30 22:52:45 UTC

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

2024-01-30 22:52:55 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-01-30 22:52:55 UTC

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

2024-01-30 22:52:56 UTC

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

2024-01-30 22:52:57 UTC

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

2024-01-30 22:53: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