Namespace
library
Image / Tag
docker:25-windowsservercore-1809
Content Digest
sha256:43f4713d50f858037905b212f590c2be6a5cf95311134531a5e661eabf6e430a
Details
Created

2024-07-25 21:04:03 UTC

Size

2.14 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

0ee1234dc4bec883f9407211ae386052c45d13cf9052329f8aece8358cff5e9c

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.2

DOCKER_COMPOSE_SHA256

c80155bfd2669bcdc7482ae7ccf7ccaf6b5da2149b690d806c7a4d9200abc54e

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.29.1

DOCKER_URL

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

DOCKER_VERSION

25.0.5


Layers

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

[#001] sha256:b5f98e7fe87492b83d7775a348ae0c94412b638ab5bba1a80b03c3a547708acd - 25.6% (561 MB)

[#002] sha256:bca9d7e7173350e3ea6aea13ccbccfdfd2b402cbddb57b1d22cd316d1b51ba49 - 0.0% (1.3 KB)

[#003] sha256:fc9e325cbe4150ecae3c6de94f2e8bd49aa4d37d3e8b3866270b48ebee1b11c4 - 0.02% (484 KB)

[#004] sha256:ec29bf930ede0703a7074db221320565d7bc7ca1986a4d794e17c4e3f39517b3 - 0.0% (1.28 KB)

[#005] sha256:e2442dbf170ca0fbf58e74fb340646460c1c4952c05eb5a6d6c856616821ebfc - 0.0% (1.27 KB)

[#006] sha256:20a05f61bfc9c11898b244ea9a6bbd986d7d4c0e91c40834bb38a4a9ee1527ee - 0.79% (17.2 MB)

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

[#008] sha256:17d1cb822018bf7817199cd9ab0f2720e1ce279a7838bbec65f5464f3361e77c - 0.0% (1.28 KB)

[#009] sha256:58353cf03d3f1e1d325f88129754b713e9313d6766b6af10e402baff5b01331e - 0.0% (1.27 KB)

[#010] sha256:ea56d6e5f1c3440d2917212b5f535ebf909be910a00b7f9e12f0a4187aa10a80 - 0.84% (18.4 MB)

[#011] sha256:05477869929ac80233b6d6a211501061507bb72d8d0721a2e934971e2210806d - 0.0% (1.27 KB)

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

[#013] sha256:7f02160bfc92bcba62b87236bdb05b0fa829a89cadf35244dffb5411000d30ab - 0.0% (1.27 KB)

[#014] sha256:d6058bce4f1ed2bffa59c45d9efe6f6f8986f0fe32e106066b88b2802b48b423 - 0.86% (18.8 MB)


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

Apply image 10.0.17763.4499

2024-07-03 00:34:32 UTC

Install update 10.0.17763.6054

2024-07-25 21:00:48 UTC

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

2024-07-25 21:02:26 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-25 21:02:27 UTC

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

2024-07-25 21:02:27 UTC

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

2024-07-25 21:03:02 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-25 21:03:03 UTC

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

2024-07-25 21:03:03 UTC

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

2024-07-25 21:03:04 UTC

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

2024-07-25 21:03:34 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-25 21:03:35 UTC

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

2024-07-25 21:03:35 UTC

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

2024-07-25 21:03:36 UTC

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

2024-07-25 21:04:03 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