Namespace
library
Image / Tag
docker:26.1.3-windowsservercore
Content Digest
sha256:c6cb772e4a227e46e0a9162d61dd9b2a7c47df0674dee81a6186a93c5475abe6
Details
Created

2024-05-29 22:00:56 UTC

Size

2.02 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.14.1

DOCKER_COMPOSE_SHA256

354e903701dbd3e7ee3c4259de928367776864bb850efe677d129202638843db

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.27.1

DOCKER_URL

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

DOCKER_VERSION

26.1.3


Layers

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

[#001] sha256:ba03114511317f14392dd2ac806678d1f79c73a8a7e0bc64013540e54c22020f - 33.36% (691 MB)

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

[#003] sha256:1db092c716a0c27f994c8a616ecc8e7f63ad3aebfa67b8a9d7a5e62fda5b8221 - 0.02% (360 KB)

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

[#005] sha256:3cfdcf475ace4a9b0374bdf37a1d7473ecb362a8c2766294ee4c53e15474d6a7 - 0.0% (1.26 KB)

[#006] sha256:e5f203ec75d8d84e65de24c791c18e9047597fb0bd25f3329928b66191c16fd7 - 0.89% (18.3 MB)

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

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

[#009] sha256:1e9588150fe36703939600cb53f7d851b778e0a1f43f788b9ff752161bf1e9b8 - 0.0% (1.26 KB)

[#010] sha256:4b582da8547d023471bd42b95bb5016eb8a68c4799e0bb6e1d543f75ffeff314 - 0.87% (18 MB)

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

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

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

[#014] sha256:b2162781b0b09b860c3d122267b5a3fdb757215430735f7e207f6594d3394147 - 0.9% (18.7 MB)


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

Apply image 10.0.20348.1787

2024-05-10 20:40:01 UTC

Install update 10.0.20348.2461

2024-05-29 21:59:14 UTC

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

2024-05-29 22:00:19 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-05-29 22:00:20 UTC

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

2024-05-29 22:00:20 UTC

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

2024-05-29 22:00:37 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-05-29 22:00:37 UTC

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

2024-05-29 22:00:38 UTC

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

2024-05-29 22:00:38 UTC

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

2024-05-29 22:00:47 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-05-29 22:00:47 UTC

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

2024-05-29 22:00:48 UTC

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

2024-05-29 22:00:48 UTC

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

2024-05-29 22:00:56 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-05-29 22:02:19 UTC

Size

2.08 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.14.1

DOCKER_COMPOSE_SHA256

354e903701dbd3e7ee3c4259de928367776864bb850efe677d129202638843db

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.27.1

DOCKER_URL

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

DOCKER_VERSION

26.1.3


Layers

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

[#001] sha256:e00cc2568ad51f25eabe6bb19ba6248a040d7622594b0d09ee77dec571d7280a - 23.64% (505 MB)

[#002] sha256:53e3107afe19a65f43ef233c5bcb15d4ed1273412e73ef901d82eed55f900c60 - 0.0% (1.29 KB)

[#003] sha256:5f61efabcadc0f394b043e7aafcace1e4251caf99683fac2c82abae6751fc1bb - 0.02% (500 KB)

[#004] sha256:28da0e7eee3fd7f32e7a7ff481f177443481b83977fa2ab9296b983c1cb3828d - 0.0% (1.29 KB)

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

[#006] sha256:f6d79a114c2f83d6a5dcca71c4108e330419d308eac19f36743cb7a49dc4b2d9 - 0.86% (18.4 MB)

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

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

[#009] sha256:1d4c6bd250877848c1a746e4c2c1741f7bff2063dab05169c37765359b09ec3e - 0.0% (1.26 KB)

[#010] sha256:1904db0a23aa5a175a7077378950b0a75cde7862cadec00bdde285ecd835e202 - 0.85% (18.1 MB)

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

[#012] sha256:67828b497ea701adcc0cc6b6f0cdb989f521733d0fdd5a4d2f470c1ff466eefa - 0.0% (1.27 KB)

[#013] sha256:d64106bdf8bcc56d64cf867e81bce651bf7d97f8e44c9cb4eface9a9a86d10d9 - 0.0% (1.25 KB)

[#014] sha256:d27eda69818df766e88ace87559955bd05a1cb027a656e5347ea9a67b9012eec - 0.88% (18.7 MB)


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

Apply image 10.0.17763.4499

2024-05-10 20:46:44 UTC

Install update 10.0.17763.5820

2024-05-29 21:59:15 UTC

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

2024-05-29 22:00:50 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-05-29 22:00:51 UTC

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

2024-05-29 22:00:52 UTC

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

2024-05-29 22:01:23 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-05-29 22:01:23 UTC

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

2024-05-29 22:01:24 UTC

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

2024-05-29 22:01:25 UTC

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

2024-05-29 22:01:55 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-05-29 22:01:56 UTC

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

2024-05-29 22:01:56 UTC

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

2024-05-29 22:01:57 UTC

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

2024-05-29 22:02:19 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