Namespace
library
Image / Tag
docker:23.0.2-windowsservercore
Content Digest
sha256:91aabceebf98624b68a2fc2a8606ff2a1ea9595cdab5ee9d27209a35412f4993
Details
Created

2023-03-29 18:18:03 UTC

Size

1.64 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

e4bb5f70d98be80421bb26b78dd71fe9184a5f94315a6712f487e9eb252ad4f1

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.10.4

DOCKER_COMPOSE_SHA256

0869cfe9d799d511e4eaf87029ed08ea256e7000f312023c062d7ddcadc385db

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.17.2

DOCKER_URL

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

DOCKER_VERSION

23.0.2


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 78.48% (1.29 GB)

[#001] sha256:c921d7eac594f5e3ce3ef10adb8fd0f71bdbb713c4854336b995d25f89c44d42 - 18.57% (313 MB)

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

[#003] sha256:8f8618e746130a44a38c8238602d9bcd946d80bd2d8378a6a88b481e06dbb717 - 0.04% (716 KB)

[#004] sha256:45bb0863507ace498b5bc708d265db6c3a4a9aa210f81825751c7dd084a2c1ae - 0.0% (1.41 KB)

[#005] sha256:3f76aea0e62768029fcbb8ea1e810a4096f3a49f3c91f52cb71cc73187bd82f4 - 0.0% (1.4 KB)

[#006] sha256:83c0586b1cca2ec5c8d063fd0ca94c9e456ebaa3e6bb9681d3b588f20c4e9431 - 1.0% (16.8 MB)

[#007] sha256:6744d07affa79c9c0e3818d8f28ab6f9d8b096832a86a6232873240a9571b2ec - 0.0% (1.4 KB)

[#008] sha256:9fe63301c4ebb63c3fd9af4fac5f320d28e9e1960fe1c2c57b0b1dd4cb6f21ac - 0.0% (1.39 KB)

[#009] sha256:594244ab719e38962e15324031b6452af8f0c46b30f4543e2e99df2709c19f33 - 0.0% (1.39 KB)

[#010] sha256:043608a25684db331f31492b2f79f0d1d5b0f1d3d813655e2b2edd29b489a9ce - 0.95% (15.9 MB)

[#011] sha256:af6284052bdfe043249bc48d3b7793f078f1161928262133d3f44a0e4dd4a1e3 - 0.0% (1.36 KB)

[#012] sha256:b38e94e314d5af566c847bbf12b41bcceec683506d7affe2c0a6b637cc14e674 - 0.0% (1.36 KB)

[#013] sha256:68681224a07c56838227490a8b47953f0d58d0a7ac444c5c9723cb9da510e64a - 0.0% (1.4 KB)

[#014] sha256:b86b888fe12963de2eeee90625eb392ace8451697e05797cb9160bf8e854009f - 0.97% (16.3 MB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-03-10 06:37:36 UTC

Install update 10.0.20348.1607

2023-03-16 00:38:31 UTC

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

2023-03-16 04:48:27 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);

2023-03-29 18:15:41 UTC

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

2023-03-29 18:15:43 UTC

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

2023-03-29 18:16:43 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.';

2023-03-29 18:16:45 UTC

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

2023-03-29 18:16:48 UTC

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

2023-03-29 18:16:50 UTC

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

2023-03-29 18:17:25 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.';

2023-03-29 18:17:26 UTC

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

2023-03-29 18:17:27 UTC

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

2023-03-29 18:17:29 UTC

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

2023-03-29 18:18:03 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

2023-03-29 18:23:02 UTC

Size

1.92 GB

Content Digest
Environment
DOCKER_BUILDX_SHA256

e4bb5f70d98be80421bb26b78dd71fe9184a5f94315a6712f487e9eb252ad4f1

DOCKER_BUILDX_URL

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

DOCKER_BUILDX_VERSION

0.10.4

DOCKER_COMPOSE_SHA256

0869cfe9d799d511e4eaf87029ed08ea256e7000f312023c062d7ddcadc385db

DOCKER_COMPOSE_URL

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

DOCKER_COMPOSE_VERSION

2.17.2

DOCKER_URL

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

DOCKER_VERSION

23.0.2


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 82.72% (1.59 GB)

[#001] sha256:a92048040b3b13af10f8287baabaddbb2759dfc77b1fb43f89b38b3275467f93 - 14.8% (291 MB)

[#002] sha256:ec8e4e0836091bdd33e8adb56d1e13b8096550727a20534e2a2ab9298c86fa09 - 0.0% (1.39 KB)

[#003] sha256:e82a1257835f94345167154714886a4d51ef66180e08e94b575d6b92e636cfbd - 0.02% (468 KB)

[#004] sha256:0a4953a390d52e70656e4845eb63bc61a4dccba6ae5b2e96c2aa55d176c984d0 - 0.0% (1.39 KB)

[#005] sha256:e8a3d215e6a28c73026b5e7e54ba46d1e3e3ec1df6b1235105b019cbe6af4c70 - 0.0% (1.34 KB)

[#006] sha256:2834ae90544b8a19d73ad8880b7fc66487c679667c7d5b7d9d6062897a82509d - 0.84% (16.6 MB)

[#007] sha256:78b80e371a48eedc742c554ef73c5817315d62c9aac4558e8b1070986604b1a9 - 0.0% (1.4 KB)

[#008] sha256:80842d0df1b49667c3c63b660f40d170b1ca3bc3fde1acd84781c401372a435b - 0.0% (1.41 KB)

[#009] sha256:1050ccc68b730682779abf03640d3f8237af555afe59091a73c87af59ab18afc - 0.0% (1.4 KB)

[#010] sha256:3cfeae59c1463106e09a6b05be7759799f5bd9ab9e1998197aa4436cee9b89a8 - 0.8% (15.7 MB)

[#011] sha256:bd90658b092afd765d9c8aa7e15c3954daf53cd93970e3d84e745e7b77326887 - 0.0% (1.38 KB)

[#012] sha256:d496b8f6f3546eb1db6b382d08cb02866aa66ae88a0a1442eedf3bd4802df5b2 - 0.0% (1.41 KB)

[#013] sha256:3d7e92a5a1d0476459753037a2ca92578c5f6efbd0fd7b89dfd2ef43809d5ebe - 0.0% (1.38 KB)

[#014] sha256:3c6d2e4ae63c04b08e20c7fe83d993b2e540065511ca5f6db16bd427b92af086 - 0.82% (16.1 MB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-03-11 10:37:22 UTC

Install update 10.0.17763.4131

2023-03-16 00:41:18 UTC

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

2023-03-16 04:51:57 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);

2023-03-29 18:18:12 UTC

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

2023-03-29 18:18:13 UTC

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

2023-03-29 18:20:14 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.';

2023-03-29 18:20:15 UTC

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

2023-03-29 18:20:16 UTC

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

2023-03-29 18:20:18 UTC

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

2023-03-29 18:21: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-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.';

2023-03-29 18:21:39 UTC

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

2023-03-29 18:21:40 UTC

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

2023-03-29 18:21:41 UTC

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

2023-03-29 18:23:02 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