Namespace
library
Image / Tag
docker:24.0.3-windowsservercore-1809
Content Digest
sha256:e84f671e17b7a624b2fe9857ce730d961a9746a3312bb0b29b963fd7c1104f28
Details
Created

2023-07-06 20:18:27 UTC

Size

1.59 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

ed04052b2742e0a2e45a02c87ec4f782b8c7914f56a5d3e1bb39ff9ab8687f30

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.11.1

DOCKER_COMPOSE_SHA256

e77e4764e939782d27570fc17a6029b63fe922ebce6800128dfe1c047a9395ed

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.19.1

DOCKER_URL

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

DOCKER_VERSION

24.0.3


Layers

[#000] sha256:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 96.83% (1.54 GB)

[#001] sha256:58717a727cd3a756d7c1180dfb74e95d49735ed12628bd25d2058bc90fa96991 - 0.0% (1.4 KB)

[#002] sha256:eb210483c7a5877c9d4e754a46a0085ff94bc31d9e32e64c37e1ed4d6e30162e - 0.02% (299 KB)

[#003] sha256:220d673a500d122873877d4a4be342cb40e07ee47a4a508dee2dcba97bfe4723 - 0.0% (1.26 KB)

[#004] sha256:70790617356246e318492973e7c751cc8fb9199ed00349374fb264e4566ced04 - 0.0% (1.26 KB)

[#005] sha256:9ae1f34dbac2b79a6a652b8926077c0e41dda895cab9b1ac5c75c29db1cde7a6 - 1.02% (16.7 MB)

[#006] sha256:25abab3ba7887100f6f8a30c3316f9a3dc51b171a81f1703159c27c07c25dd82 - 0.0% (1.28 KB)

[#007] sha256:c7b56866387a48d55494e41e21da221a0a5fe4b3239dc940b5b75984e14f9cc5 - 0.0% (1.27 KB)

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

[#009] sha256:e00adc5a657ac1846710c85cc2992c68dcc4389c3d24d4f5be85599e64aac8e4 - 1.05% (17.1 MB)

[#010] sha256:3dfe7cd1c7b16458db2fa8613b9b5e2161397d26647a6b16d618bc92922d9868 - 0.0% (1.31 KB)

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

[#012] sha256:0a533ef75401c06ad9ab423047654f037ae36177f6bccfbef4bdeb5f98e9c149 - 0.0% (1.25 KB)

[#013] sha256:8e9329ff40635fac09f33414e395d71d781533d78016ebfc61b706c13da4e1e6 - 1.08% (17.6 MB)


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 00:40:07 UTC

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

2023-06-24 03:35:33 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-07-06 20:16:52 UTC

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

2023-07-06 20:16:53 UTC

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

2023-07-06 20:17:27 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-07-06 20:17:28 UTC

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

2023-07-06 20:17:28 UTC

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

2023-07-06 20:17:29 UTC

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

2023-07-06 20:17:56 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-07-06 20:17:57 UTC

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

2023-07-06 20:17:58 UTC

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

2023-07-06 20:17:58 UTC

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

2023-07-06 20:18:27 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