Namespace
library
Image / Tag
mongo:8.0.6-rc2-windowsservercore-ltsc2022
Content Digest
sha256:174fa67a84fb4fca92ab069090497df06ddc8b58d3380f2caef92805a93153b9
Details
Created

2025-03-13 22:39:46 UTC

Size

2.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.6-rc2-signed.msi

MONGO_VERSION

8.0.6-rc2


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 48.09% (1.36 GB)

[#001] sha256:75861b2b3af9a692daa04d9c15a1c79d8a009e23ed5140003350c9b926460f09 - 26.57% (770 MB)

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

[#003] sha256:792640724ec641078f08c05d29608112041c89945120f9c5b8acdc91c135b1f3 - 0.0% (1.25 KB)

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

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

[#006] sha256:8453e89f3cbca2917cbb007f35d8459011fb63af37322289bca437907c51c9b9 - 25.35% (735 MB)

[#007] sha256:223a378f8cf803fd0a9b13328d1d30125b1bcdf359b2919044bd43ef14b9614c - 0.0% (1.25 KB)

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

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


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-03-06 10:49:01 UTC

Install update 10.0.20348.3328

2025-03-13 22:38:19 UTC

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

2025-03-13 22:38:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.6-rc2

2025-03-13 22:38:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.6-rc2-signed.msi

2025-03-13 22:38:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

2025-03-13 22:39:41 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2025-03-13 22:39:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2025-03-13 22:39:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2025-03-13 22:39:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

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