Namespace
library
Image / Tag
docker:25.0.4-windowsservercore-ltsc2022
Content Digest
sha256:fe5981ac3c0d9fe255f944c7033135cbb63caa8aec6a229d6d0cca3522af5cdb
Details
Created

2024-03-18 23:02:06 UTC

Size

1.88 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

6b113e84cbc3cd645646aa82f00a7f7d3737cc10375b4341e0aca0de0c997c75

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.13.1

DOCKER_COMPOSE_SHA256

27289c82fe3ee64eaa415ae47f028f7c6af6ab347f1af4fde0e0d7d2b4a84dbb

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.25.0

DOCKER_URL

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

DOCKER_VERSION

25.0.4


Layers

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

[#001] sha256:a61557bf66429be9509f579104808d2853f8f7aefbd49ef26f5f2a90266c46f5 - 28.25% (543 MB)

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

[#003] sha256:be211fe1f3aa0265918576059da12e38f43894207abc262050ebb2881ffd524e - 0.03% (494 KB)

[#004] sha256:0564f8b3ba13438b8738a655c4f3197a33d471a22a404bfeb66559bf87e675ae - 0.0% (1.26 KB)

[#005] sha256:cb696d5231bc123cd3612dd4827ab5f0a5505769b65fe5576c691b3d0c1acfc8 - 0.0% (1.26 KB)

[#006] sha256:0ad6d6892f94ecc2b40509f367e131b679928d76279a0a3b86ac0fcd87a51925 - 0.9% (17.2 MB)

[#007] sha256:8607ad4dfcdd27e88d8632c37004301c9df224dd66cc8031d961ebe46446b80a - 0.0% (1.26 KB)

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

[#009] sha256:9d1858c9be6350e27f90a457e5423ade1a6762f47d8d54538de84f7372c8ee9a - 0.0% (1.26 KB)

[#010] sha256:e50844fc5caec9be89d14fe849c062a5515676109c6da7e279cdde4bd301081c - 0.94% (18 MB)

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

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

[#013] sha256:aaff478fd2860010a5b3208433a860b10895480a3001fb1de990a9385d508638 - 0.0% (1.27 KB)

[#014] sha256:7c0d1d0ee1db989a07b64e5b82f14924dc12983f06d2161cfc414b0f0606770c - 0.95% (18.2 MB)


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

Apply image 10.0.20348.1787

2024-03-05 19:55:40 UTC

Install update 10.0.20348.2340

2024-03-18 23:01:14 UTC

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

2024-03-18 23:01:35 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-03-18 23:01:36 UTC

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

2024-03-18 23:01:36 UTC

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

2024-03-18 23:01:48 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-03-18 23:01:48 UTC

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

2024-03-18 23:01:49 UTC

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

2024-03-18 23:01:49 UTC

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

2024-03-18 23:01: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.';

2024-03-18 23:01:57 UTC

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

2024-03-18 23:01:58 UTC

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

2024-03-18 23:01:58 UTC

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

2024-03-18 23:02:06 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