Namespace
library
Image / Tag
docker:23.0-windowsservercore-1809
Content Digest
sha256:b24ed464edcede82751e5e169ab51d6ffa769e2e478e93dc6f57cc82a24a9b8f
Details
Created

2023-07-19 20:22:17 UTC

Size

1.86 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

d9419c0838c8a08c2da28fcee585f48926c4dd64e5be1d96eb55da12fa3332d9

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.11.2

DOCKER_COMPOSE_SHA256

d381f0697ce5d469917ab343dd4e59ae404865af8a5cf43178005bf400f0113a

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.20.2

DOCKER_URL

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

DOCKER_VERSION

23.0.6


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 82.79% (1.54 GB)

[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 14.5% (276 MB)

[#002] sha256:2e991bb72ebb8bf12a5cb5fcb2075d938e3508db6634bdfe6a5bb73e4c612051 - 0.0% (1.31 KB)

[#003] sha256:faeb4cf79c2f4d846a90b33b635df0502f42d01fd0ee86b04449dfcec7cef5db - 0.01% (225 KB)

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

[#005] sha256:a61c8a148bf7b449438042f9b5b344bc9b3784db6e578afac659f2305b045d8e - 0.0% (1.4 KB)

[#006] sha256:85d683cfce8a83d53a6a06324c0925b0f0dfb4adbfc19d33a22b1a920fbb48b0 - 0.88% (16.7 MB)

[#007] sha256:663a2d2385c12b481d9a3db965cc1ed948ab38099b811b538e66812c8505feee - 0.0% (1.38 KB)

[#008] sha256:49641e7dc187958ecf1ee7e7db3b1e33e9d30865792ef4b3617c8517cb9205c1 - 0.0% (1.38 KB)

[#009] sha256:2e903ad2079967f3995b8975f856ab254e20c71b6939750e7868a4895abaa48b - 0.0% (1.36 KB)

[#010] sha256:2f3fbc75a4b445b862680804d0be73be40e7e3d222645eeab13072656c22ecab - 0.9% (17.1 MB)

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

[#012] sha256:9156e5832bc6c0ccff3abfa254f4d59660d9a66debdcb8da852b5c3f321f9e6e - 0.0% (1.38 KB)

[#013] sha256:8b5deaf99b6677fbd2f70aea7d775c789f020ca96ac300c3c76b2037da170b69 - 0.0% (1.38 KB)

[#014] sha256:4dd399bde2e139306ec43944416825461f5d85624fcfece2717c14277eea7ef2 - 0.93% (17.6 MB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-07-07 08:17:39 UTC

Install update 10.0.17763.4645

2023-07-13 20:32:48 UTC

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

2023-07-14 00:29: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-14 00:35:06 UTC

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

2023-07-14 00:35:07 UTC

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

2023-07-14 00:36:16 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-19 20:20:01 UTC

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

2023-07-19 20:20:01 UTC

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

2023-07-19 20:20:02 UTC

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

2023-07-19 20:21:08 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-19 20:21:09 UTC

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

2023-07-19 20:21:10 UTC

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

2023-07-19 20:21:10 UTC

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

2023-07-19 20:22:17 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