Namespace
library
Image / Tag
docker:20.10-windowsservercore-ltsc2022
Content Digest
sha256:48c4fe0cff8db135ca25009a84b3be9f84f1f11439909143fcbd07b535be506c
Details
Created

2023-05-10 03:33:10 UTC

Size

1.74 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

e4bb5f70d98be80421bb26b78dd71fe9184a5f94315a6712f487e9eb252ad4f1

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.10.4

DOCKER_COMPOSE_SHA256

556cc1d373503a897ecc2def998a40b2ad1fe27ff049769eb912c7e208772e74

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.17.3

DOCKER_URL

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

DOCKER_VERSION

20.10.24


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 74.3% (1.29 GB)

[#001] sha256:5829cfc8807e3c8e6f804ec45e3696c2b2e76cd39141b9c20486f8f070f56002 - 20.85% (371 MB)

[#002] sha256:2d178a10e123ab9f41a66d7e6d8ffca4aab5fba57cf381f48bc0090f603be2d5 - 0.0% (1.38 KB)

[#003] sha256:b94bc80e6c1e6606bc432e9fa1ebc3ed83fe3ceb5a176e0a7b2c8334bf863c53 - 0.02% (436 KB)

[#004] sha256:f512481d8547dd8b3ba35b323bd240dc27d223f9500873ba027c52680183673d - 0.0% (1.38 KB)

[#005] sha256:300847d0dea422f221fa3ce14f43122eea4c05ae4ee57c81d97487bc700126b8 - 0.0% (1.39 KB)

[#006] sha256:c3854f3e52c56bf690ee9e24f9ec79ebabd35f7918f2db26c0e2714bc2f7b0f1 - 3.03% (54 MB)

[#007] sha256:4a646618ff261e7f5e45580eb64583b1d5141c9579023a31f5e546b0a6342f78 - 0.0% (1.38 KB)

[#008] sha256:fe40cff01fb7be0943f1b78283c468dd256332adc3fff8f1896d80814ebce140 - 0.0% (1.39 KB)

[#009] sha256:752f9ccd5d14c84f16816b034e3a865d5118f6904021e333272bb5ee181e4bbf - 0.0% (1.39 KB)

[#010] sha256:7a949db739c8b80239bfd6d4daf74c65a4bccc9b00018d7a65930161ef81eff1 - 0.88% (15.7 MB)

[#011] sha256:e4b238b37661e3397c3102f75ed6bf7f246b6f82e0e33bc2db3c59babc2f6bf4 - 0.0% (1.38 KB)

[#012] sha256:312485f1e236cfdbf4a5aefe0ed69dd4bbf22f90136e96c897bd502b888e79f1 - 0.0% (1.4 KB)

[#013] sha256:035a629fa10dc89c517c7e31ba8e59c05ee9b84e483fd5d07620cf79da248629 - 0.0% (1.38 KB)

[#014] sha256:589c948b7c63e5a0c23aad438a09374f1325f0138b3bd22f989b63bbcaa363a0 - 0.9% (16 MB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-05-10 00:35:05 UTC

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

2023-05-10 03:13:39 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);

2023-05-10 03:30:27 UTC

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

2023-05-10 03:30:28 UTC

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

2023-05-10 03:32:00 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.';

2023-05-10 03:32:01 UTC

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

2023-05-10 03:32:02 UTC

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

2023-05-10 03:32:03 UTC

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

2023-05-10 03:32:37 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.';

2023-05-10 03:32:38 UTC

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

2023-05-10 03:32:38 UTC

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

2023-05-10 03:32:39 UTC

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

2023-05-10 03:33:10 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