Namespace
library
Image / Tag
docker:27.0-windowsservercore-ltsc2022
Content Digest
sha256:e7082818d320c02186dca3e7673fa09e218059dfc708efb29287fbff72157654
Details
Created

2024-07-19 18:00:24 UTC

Size

2.05 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

34b8bd302364e9df99ebcd86658eae6ade175baf8baf6e74123ae04fcb2675c3

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.1

DOCKER_COMPOSE_SHA256

3dc98cacf0e0a05d8a714cc729827c062ff7ec13ffcd626e7b3767b362ce9b65

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.29.0

DOCKER_URL

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

DOCKER_VERSION

27.0.3


Layers

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

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 34.17% (716 MB)

[#002] sha256:1ce0fa1a98ef4d8a75232cdac7df9ac8d12d584f7be46cf70a9c30207b09f326 - 0.0% (1.25 KB)

[#003] sha256:8ff5ee0c7efb7848857ff8000eb8fbc139a43b8feff341eb9ea1969f491b7ca6 - 0.02% (351 KB)

[#004] sha256:dba7856ebecae3fa637378a288c71b93b27a3d24ae8929482be9b3b0a3872965 - 0.0% (1.25 KB)

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

[#006] sha256:e67e6be9405bfccfaaae8933af7a07365c89578e25b6033ee0e87c4b52de7542 - 0.88% (18.3 MB)

[#007] sha256:f3f77b1a1615eb65b0ac51a53aefb36e8671c0e4c90a7796b61e300bd12f1775 - 0.0% (1.25 KB)

[#008] sha256:c6fee477f2ca03b53d593dad69e3228985798b9978e490801c17261c730623fd - 0.0% (1.25 KB)

[#009] sha256:c372962114138bf04b9ab4d3a8c23b4aa0d99ecafabc94d1e23eaba161e82b6e - 0.0% (1.25 KB)

[#010] sha256:d514a4480bf9efe40efe2a9f72d25fcd96a24023f63562a9e78a0c84451e12a6 - 0.87% (18.3 MB)

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

[#012] sha256:7d09c5ad1bc27707e6a6fa79b8d27b3f2d0138754f019f623aa930a742bb28ed - 0.0% (1.25 KB)

[#013] sha256:03bc1c2f3f1d11d1402e621fbcfb2969c1a4579316caa4d7e697dc0ae82f87bc - 0.0% (1.25 KB)

[#014] sha256:05220546d79e2d04ab9e85e54fcf738f88a10f315e63a6d7e68aa96e993015c4 - 0.89% (18.7 MB)


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

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-07-19 17:58:25 UTC

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

2024-07-19 17:59:41 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-07-19 17:59:41 UTC

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

2024-07-19 17:59:42 UTC

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

2024-07-19 17:59:59 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-07-19 17:59:59 UTC

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

2024-07-19 18:00:01 UTC

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

2024-07-19 18:00:01 UTC

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

2024-07-19 18:00:11 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-07-19 18:00:12 UTC

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

2024-07-19 18:00:12 UTC

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

2024-07-19 18:00:13 UTC

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

2024-07-19 18:00:24 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