Namespace
library
Image / Tag
docker:25.0.3-windowsservercore-ltsc2022
Content Digest
sha256:365bf51fd2ff1de50bd11962a235b900400f1abad2f5e72136e38ec89755cd65
Details
Created

2024-02-16 20:05:07 UTC

Size

1.83 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

7a25ec49a53320fbe218c59ac7aafb05440725894322d396d4b353ad198b9dff

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.24.6

DOCKER_URL

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

DOCKER_VERSION

25.0.3


Layers

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

[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 26.55% (498 MB)

[#002] sha256:6ba1528d101a6563653e0b43f5603388a91c220902b334b485da640c35284459 - 0.0% (1.29 KB)

[#003] sha256:8c2e46c6f40f9c4e65d2c067155355926d95dbc5fb80dc6bf3b9232525649d29 - 0.02% (479 KB)

[#004] sha256:bdda12728b9ef42f0c7ab317876b103e479adef457e8f128639f38e4bff52492 - 0.0% (1.29 KB)

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

[#006] sha256:0d2dbf386f0f7b2d8f5439cb1142b381b6142b57a4572daa8bcd8b448b70a474 - 0.92% (17.2 MB)

[#007] sha256:66a6f85ebc1b3476845f5a3a60fd3d8715c9ca5744a20d1f8b403068c8358556 - 0.0% (1.3 KB)

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

[#009] sha256:2cf3b0ff6742b4b988096f6e6c3b7bf5c8a1547efbcbbd19b73531cb96f620bf - 0.0% (1.26 KB)

[#010] sha256:50669ab6faab60100fd6b8c29d1a6e93ea80c457729f854f3ff69e7ab938e115 - 0.92% (17.2 MB)

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

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

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

[#014] sha256:3cc9fa6e1930567b2c7cb49e511303b28041cf8f3192e3226b16051be169c44d - 0.97% (18.2 MB)


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

Apply image 10.0.20348.1787

2024-02-07 06:55:59 UTC

Install update 10.0.20348.2322

2024-02-16 20:04:06 UTC

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

2024-02-16 20:04:30 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-02-16 20:04:31 UTC

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

2024-02-16 20:04:32 UTC

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

2024-02-16 20:04: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-02-16 20:04:44 UTC

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

2024-02-16 20:04: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-02-16 20:04:46 UTC

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

2024-02-16 20:04: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-02-16 20:04:55 UTC

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

2024-02-16 20:04:56 UTC

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

2024-02-16 20:04:58 UTC

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

2024-02-16 20:05: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