Namespace
library
Image / Tag
docker:25.0.0-rc.1-windowsservercore
Content Digest
sha256:456f07f6a9e9737a0d47e0104821d7ad21903dcf0f9ecd3c47e7e627903f7701
Details
Created

2024-01-11 00:01:41 UTC

Size

1.82 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

dcf01329368381fae8c24b494186a30d2f1c4adb4bef7a0410b4803e5bb1c352

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.12.0

DOCKER_COMPOSE_SHA256

7d3f56cc84838ca54c5f0e9c8a3645dd96030482d838663c367d93bc6c38dc05

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.23.3

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-25.0.0-rc.1.zip

DOCKER_VERSION

25.0.0-rc.1


Layers

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

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 26.16% (488 MB)

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

[#003] sha256:f9c97174961abbfe9a13ef0cc098a3ed871e7fa10b7c98d1fe0d30760d6e33f6 - 0.02% (472 KB)

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

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

[#006] sha256:ebfb1db29c2c951315fc12e984408ebd5e4c50b56cd1327cb19d23152fd5b268 - 0.92% (17.2 MB)

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

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

[#009] sha256:99e780891d10e2bc5cd0ef98caf4b0511f9ec3b7b1163bf8415152a3071d3621 - 0.0% (1.27 KB)

[#010] sha256:ce42a36ba00257aa28a2c7ea0e6bd1ec26303de6337ababc5e7c5b550393064d - 0.92% (17.2 MB)

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

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

[#013] sha256:66273205cfeda531fd49f260948e5dcadd8bc74a923b245197f897cb478efcb9 - 0.0% (1.36 KB)

[#014] sha256:f14df6ffaa10604785c7e5cde1149d205317ca696df3e21f84b0784edaef9c2d - 0.96% (17.8 MB)


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-11 00:00:50 UTC

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

2024-01-11 00:01:08 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-01-11 00:01:09 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=25.0.0-rc.1

2024-01-11 00:01:09 UTC

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

2024-01-11 00:01:19 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-01-11 00:01:19 UTC

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

2024-01-11 00:01:20 UTC

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

2024-01-11 00:01:21 UTC

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

2024-01-11 00:01:29 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-01-11 00:01:30 UTC

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

2024-01-11 00:01:31 UTC

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

2024-01-11 00:01:32 UTC

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

2024-01-11 00:01:41 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.';

Details
Created

2024-01-11 00:13:38 UTC

Size

1.98 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

dcf01329368381fae8c24b494186a30d2f1c4adb4bef7a0410b4803e5bb1c352

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.12.0

DOCKER_COMPOSE_SHA256

7d3f56cc84838ca54c5f0e9c8a3645dd96030482d838663c367d93bc6c38dc05

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.23.3

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-25.0.0-rc.1.zip

DOCKER_VERSION

25.0.0-rc.1


Layers

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

[#001] sha256:9da94e8356538054b9b2e3023814100ffe07d42ee8f8dec0ad82a450371abd52 - 19.72% (400 MB)

[#002] sha256:50fedeaac156379923b249c926f48d3d82ddf940e19fef21c5cb25dcb1e9a4cd - 0.0% (1.25 KB)

[#003] sha256:f700c3ecff3905133f66e3cc1335b8ff003402818a1d5b22b28bfd9ceffb1e87 - 0.02% (474 KB)

[#004] sha256:c6f7e56a04987c7363481f0fd0b60a5de0f44f13eb60f42fa5a3a2ed697e28ab - 0.0% (1.27 KB)

[#005] sha256:1779738a573d2f9c39e6bd713453741f7a4b90c7021b233b139e2afdd6e12098 - 0.0% (1.28 KB)

[#006] sha256:99fa1b0d967e65783df3db796927fbf3831dbb869cdf253f9f4bfd79b1c0bd26 - 0.85% (17.2 MB)

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

[#008] sha256:af152c762760770894f12825c8f61865557b6369ecf575d5fcf6c89cf83896f1 - 0.0% (1.27 KB)

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

[#010] sha256:b5c9aa82831b92856520bbad0673b6aef55c9d35632d3978d461ebedd627df62 - 0.85% (17.2 MB)

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

[#012] sha256:03cd159f5c351560c90857b8329f0720f1e37df719630e97496830022be29c48 - 0.0% (1.24 KB)

[#013] sha256:4f5b70540d8dbc00afcf6cee2315a18070b9b23b95e63e6ddbe5b2eb2b43fb05 - 0.0% (1.3 KB)

[#014] sha256:90fd34ca4b5354f44e250dd272c4cb23ae480cc309da8262f58bb57802f77d09 - 0.88% (17.8 MB)


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

Apply image 10.0.17763.4499

2024-01-02 22:50:56 UTC

Install update 10.0.17763.5329

2024-01-11 00:10:57 UTC

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

2024-01-11 00:12: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-01-11 00:12:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_VERSION=25.0.0-rc.1

2024-01-11 00:12:16 UTC

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

2024-01-11 00:12:44 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-01-11 00:12:44 UTC

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

2024-01-11 00:12:45 UTC

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

2024-01-11 00:12:46 UTC

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

2024-01-11 00:13:10 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-01-11 00:13:11 UTC

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

2024-01-11 00:13:12 UTC

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

2024-01-11 00:13:12 UTC

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

2024-01-11 00:13:38 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