Namespace
library
Image / Tag
docker:27.4.0-windowsservercore-ltsc2022
Content Digest
sha256:c7f73f1e0ebd351f5ae4e99285c52ed240d7af675cbd15a283572e77c4b8d22a
Details
Created

2024-12-14 01:30:57 UTC

Size

2.15 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

6b13e5bdd8a40548886b69cc94716ff2f9a06db513983a0f158f80a3f2486432

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.19.2

DOCKER_COMPOSE_SHA256

b18f79e01e22362faede43844a2131038c49b52692150deb8ea81f98ab286fe6

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.32.0

DOCKER_URL

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

DOCKER_VERSION

27.4.0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 63.22% (1.36 GB)

[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 34.23% (755 MB)

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

[#003] sha256:1808d92f4b99551366b64eae9a9325635d4682408682362e6937d29f5f13db5b - 0.02% (349 KB)

[#004] sha256:54d251f59aac7a5e6567afa4b6afd184f856799c714cda863faddfaf90c90913 - 0.0% (1.26 KB)

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

[#006] sha256:e310fe7a9d7f781c68c95bb89feff0c0df181313bab50354edffe3ac98fcde4a - 0.82% (18.1 MB)

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

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

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

[#010] sha256:f4c0a2d297f342b497a6e32ae77af4ae9310c57d0c28ce7df8100789b50298d2 - 0.85% (18.7 MB)

[#011] sha256:b5e883c865c34857d45a00cf0c21a4565103d0affaf23f50cd7fc717e51e8c5e - 0.0% (1.25 KB)

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

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

[#014] sha256:bb3db2e4fd1f921a57729068da3fb938e48bd7965db83068ceba6e3729c8954d - 0.87% (19.2 MB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2024-12-05 01:36:58 UTC

Install update 10.0.20348.2966

2024-12-14 01:28:57 UTC

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

2024-12-14 01:30:14 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-12-14 01:30:15 UTC

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

2024-12-14 01:30:15 UTC

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

2024-12-14 01:30:36 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-12-14 01:30:36 UTC

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

2024-12-14 01:30:37 UTC

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

2024-12-14 01:30:37 UTC

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

2024-12-14 01:30:47 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-12-14 01:30:47 UTC

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

2024-12-14 01:30:48 UTC

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

2024-12-14 01:30:49 UTC

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

2024-12-14 01:30: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-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