Namespace
library
Image / Tag
docker:27.4.0-rc.4-windowsservercore-1809
Content Digest
sha256:b1de7133812432bcf19524043d772e56d42ea2eb3ac0ed426dcfb47d3376d2f8
Details
Created

2024-12-05 01:29:39 UTC

Size

1.93 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

62c0ac3c49debde197ff855dbcd752829f4f31042336a42ba4033a43ec7a7ef2

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.19.1

DOCKER_COMPOSE_SHA256

93fa851954c19e0e19b753817eca37c81c9f4394b0db1853ebc66cd62230ea75

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.31.0

DOCKER_URL

https://download.docker.com/win/static/test/x86_64/docker-27.4.0-rc.4.zip

DOCKER_VERSION

27.4.0-rc.4


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 83.11% (1.6 GB)

[#001] sha256:fbe2e64e5397827206bfd4f203139650e099ad31c5fa0d7121c12acdbbd16650 - 14.03% (277 MB)

[#002] sha256:1221c39d67709c4b655fd306fe07287bd26b6cdc58323b0451524ec92897cbba - 0.0% (1.26 KB)

[#003] sha256:bce8bbc473ec0fd2d0dc55379fc8c5723532e493a8623e7b58dbdf08aae7e9f2 - 0.02% (478 KB)

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

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

[#006] sha256:c3d946188c456f35735741fc3f82847fa84ee906d85bc0abf5443732dcdca000 - 0.92% (18.1 MB)

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

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

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

[#010] sha256:a1da3824ee335951bc1022346c7313eefef8b00fa78fa82911a3848d4afa80ea - 0.95% (18.7 MB)

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

[#012] sha256:07e767c467c1a24d51e9b995373ef262dbefccc9ea634fb252125d4c3c171376 - 0.0% (1.27 KB)

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

[#014] sha256:3cdc55493aa9835427b16c17ba1d28567715ea79a0b3f5c30e5ab320e04088f7 - 0.97% (19.1 MB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-11-01 11:38:40 UTC

Install update 10.0.17763.6532

2024-12-05 01:27:36 UTC

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

2024-12-05 01:28:54 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-12-05 01:28:54 UTC

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

2024-12-05 01:28:55 UTC

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

2024-12-05 01:29:13 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-12-05 01:29:13 UTC

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

2024-12-05 01:29:14 UTC

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

2024-12-05 01:29:15 UTC

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

2024-12-05 01:29:26 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-12-05 01:29:26 UTC

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

2024-12-05 01:29:27 UTC

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

2024-12-05 01:29:28 UTC

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

2024-12-05 01:29:39 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