Namespace
library
Image / Tag
docker:26.1.4-windowsservercore
Content Digest
sha256:56e225078314a6694f1eb371c4cf6bd99ab0c2a5c3cf92339e7b6b1ee4a35792
Details
Created

2024-07-24 01:10:18 UTC

Size

2.05 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

34b8bd302364e9df99ebcd86658eae6ade175baf8baf6e74123ae04fcb2675c3

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.1

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-26.1.4.zip

DOCKER_VERSION

26.1.4


Layers

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

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 34.16% (716 MB)

[#002] sha256:647e63b507940faf95fa4f5c1d5ac23f3c09c516eb78cc335615f4c87915c7ed - 0.0% (1.26 KB)

[#003] sha256:ccccd487274ed39a983fff5b8c15d16f1c4115d9c9ede7578876501665918d2b - 0.02% (350 KB)

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

[#005] sha256:fa97942dc570b7ad46adceff144cc2e121de9f9d729780706290568de1769a28 - 0.0% (1.25 KB)

[#006] sha256:e1e1930638e4b38f1a8f1e01db8714fbc9944c481b9a7793e927f87592d6f57b - 0.88% (18.4 MB)

[#007] sha256:0455f633a4c57db81888ff0a7f9007f329eb41b5e6ecef6387b0991425d02237 - 0.0% (1.36 KB)

[#008] sha256:ec9908fae71e09279ac3cb07658c7b40c68665474df0174e29c3bbbb5e2dddd7 - 0.0% (1.25 KB)

[#009] sha256:5d9358d8f4859b8a78f53e8814e0c01c6905116b5de744780a0d17370e40c033 - 0.0% (1.3 KB)

[#010] sha256:75e5238512c98ed7932e11b35097dbf4b5b85fbecb31bc8dadac6a8d144dbc3f - 0.88% (18.4 MB)

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

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

[#013] sha256:4323006e68741530acae7ed5ac203cfd585cebe7c7f0bb91ef4759d627c9ec1a - 0.0% (1.33 KB)

[#014] sha256:c31f05220d9e4e3a9cb1e0404355728f3569d57d24476b59e60e39a6675a4d88 - 0.9% (18.8 MB)


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

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-07-24 01:08:47 UTC

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

2024-07-24 01:09:38 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-24 01:09:39 UTC

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

2024-07-24 01:09:39 UTC

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

2024-07-24 01:09:54 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-24 01:09:55 UTC

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

2024-07-24 01:09:56 UTC

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

2024-07-24 01:09:56 UTC

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

2024-07-24 01:10:07 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-24 01:10:08 UTC

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

2024-07-24 01:10:09 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-24 01:10:10 UTC

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

2024-07-24 01:10:18 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-07-24 01:12:06 UTC

Size

2.14 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

34b8bd302364e9df99ebcd86658eae6ade175baf8baf6e74123ae04fcb2675c3

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.16.1

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-26.1.4.zip

DOCKER_VERSION

26.1.4


Layers

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

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

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

[#003] sha256:573a8eefd4242501259efc06113ed4f07021470bfd6a172759116a42f983feaa - 0.02% (485 KB)

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

[#005] sha256:022f186558f30af03ef2ddbd5b9a44e5839b7b3fcdc9c17e2ec9d5893006cacb - 0.0% (1.25 KB)

[#006] sha256:60d7f9288dfe4d9541f6b8039f9661e7894759fef9086caeaad161a80285c127 - 0.84% (18.4 MB)

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

[#008] sha256:154a8eef3451fc228ad0fa03983a25f807621f74dbc7da46973908c09efbd423 - 0.0% (1.25 KB)

[#009] sha256:28d5eac2cb5256d43ef82701bd1206b93af5898efd3c0be6e7ae0d707ea04e7d - 0.0% (1.26 KB)

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

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

[#012] sha256:57cad215ec83b27e0e230eeb0aaae8191cca22f7db55ba3fd4c542169a6a3ae8 - 0.0% (1.27 KB)

[#013] sha256:ce19729c4494daf6f672481dcb76cf307f7d7bb1eae1a6b37733ff1ca679ec30 - 0.0% (1.26 KB)

[#014] sha256:9db6d933d53382125a2f07e66ce1c38457c95c2ec38db57cf608c3cff75bfba8 - 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-24 01:08:49 UTC

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

2024-07-24 01:10:34 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-24 01:10:35 UTC

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

2024-07-24 01:10:36 UTC

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

2024-07-24 01:11:10 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-24 01:11:11 UTC

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

2024-07-24 01:11:11 UTC

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

2024-07-24 01:11:12 UTC

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

2024-07-24 01:11:37 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-24 01:11:38 UTC

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

2024-07-24 01:11:39 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-24 01:11:40 UTC

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

2024-07-24 01:12:06 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