Namespace
library
Image / Tag
docker:24.0.1-windowsservercore-ltsc2022
Content Digest
sha256:883ce580efdc7b6813465965104378d5145e190bfd7a5b4481ef6e81b03c66da
Details
Created

2023-05-23 01:16:01 UTC

Size

1.7 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

9dbb9ab9b8f2aba21d2a9ea9113b98bebeed886a7df358dcdfe08bca1fd3ddb7

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.10.5

DOCKER_COMPOSE_SHA256

6083a9057010a6a048d83c94318d254657abee48600baca2402fbe887d0b7ec4

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.18.1

DOCKER_URL

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

DOCKER_VERSION

24.0.1


Layers

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

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

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

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

[#004] sha256:fc754386dea5721554d4320fc581c4e83b653a954952515a5aaa5b52dbd4a574 - 0.0% (1.39 KB)

[#005] sha256:641b527d00cccb03bd30e17bc04e2372d8e5e57fa44fef30266f060c71f63954 - 0.0% (1.39 KB)

[#006] sha256:fa3b76accff37953841e1a00f8907a6abdb623e594e68784f932194d7dfad253 - 0.96% (16.6 MB)

[#007] sha256:22811ed980a194a32b7f991db121c816d41a2f9ed42421253cedc81b7471ff3d - 0.0% (1.35 KB)

[#008] sha256:13423d9367df853b5b71f649a9ed032b074a113032b4145d15c95869e75bfb74 - 0.0% (1.35 KB)

[#009] sha256:9551a597f4845d99fe72d1e9855c2c500c5b8df9ca518a1b4ae0bba59bfe28e8 - 0.0% (1.37 KB)

[#010] sha256:0625d6a58bb92a0b4248d9836bd902fcffcb7dabf30eb4348c40bf552180f063 - 0.9% (15.7 MB)

[#011] sha256:7f649be4312f54b778373c6ad7f856dddae81b7606fec596f2d6bdebf2c4af7c - 0.0% (1.39 KB)

[#012] sha256:c37ba2e268969eb8e02fd84e72477996f5668f50a5e03966f602a10cebc38fd6 - 0.0% (1.36 KB)

[#013] sha256:c454de9855bf96eb772c11c0664f35a5bcb0de98bbfd3cd08913f189e59c9c8e - 0.0% (1.36 KB)

[#014] sha256:b5e2c3d7edc4f0e36805d2852db1bc041000d9ad6ba91b96e50d0b85e7764bde - 0.92% (16.1 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-20 01:15:04 UTC

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

2023-05-20 01:15:05 UTC

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

2023-05-20 01:15:32 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-23 01:15:02 UTC

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

2023-05-23 01:15:03 UTC

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

2023-05-23 01:15:04 UTC

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

2023-05-23 01:15:31 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-23 01:15:32 UTC

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

2023-05-23 01:15:32 UTC

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

2023-05-23 01:15:33 UTC

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

2023-05-23 01:16:01 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