Namespace
library
Image / Tag
docker:26-rc-windowsservercore-ltsc2022
Content Digest
sha256:32d676de7bc9f26c63e5b806a4c64e9723f2a98d657fd1afec65dc8f631548cc
Details
Created

2024-03-20 20:49:51 UTC

Size

1.88 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

6b113e84cbc3cd645646aa82f00a7f7d3737cc10375b4341e0aca0de0c997c75

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.13.1

DOCKER_COMPOSE_SHA256

27289c82fe3ee64eaa415ae47f028f7c6af6ab347f1af4fde0e0d7d2b4a84dbb

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.25.0

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-26.0.0-rc3.zip

DOCKER_VERSION

26.0.0-rc3


Layers

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

[#001] sha256:a61557bf66429be9509f579104808d2853f8f7aefbd49ef26f5f2a90266c46f5 - 28.24% (543 MB)

[#002] sha256:206e8f69eab2e35563ac66720b6396899db7243d4d46a6eed0b2dea9dc1e76c7 - 0.0% (1.27 KB)

[#003] sha256:eb53a71a076c9a99f72d8210590380d9de013cdcff25bc3b3b59a4f41a8d4fd8 - 0.03% (493 KB)

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

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

[#006] sha256:801a2ac38ebed4188e2dc20b7df234962d041608fd4a12c7d7107bf78204ae64 - 0.9% (17.3 MB)

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

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

[#009] sha256:6b801278ca721e11d1021f1973f6bfff856599db8f8cab675a4376e5b5cf61b2 - 0.0% (1.26 KB)

[#010] sha256:9c7610067473e9890d8e50db9a8bbec6a03a24bbb9baf84480fb03782212c469 - 0.93% (18 MB)

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

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

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

[#014] sha256:1f09107c595e752b2d5fe476d9d5268603827e8f05b9396e889700fe19d76fd1 - 0.95% (18.2 MB)


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

Apply image 10.0.20348.1787

2024-03-05 19:55:40 UTC

Install update 10.0.20348.2340

2024-03-20 20:48:21 UTC

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

2024-03-20 20:49: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-03-20 20:49:15 UTC

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

2024-03-20 20:49:15 UTC

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

2024-03-20 20:49:31 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-03-20 20:49:32 UTC

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

2024-03-20 20:49:32 UTC

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

2024-03-20 20:49:33 UTC

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

2024-03-20 20:49:42 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-03-20 20:49:42 UTC

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

2024-03-20 20:49:43 UTC

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

2024-03-20 20:49:43 UTC

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

2024-03-20 20:49:51 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