Namespace
library
Image / Tag
mongo:6-windowsservercore-ltsc2025
Content Digest
sha256:4ecc400a8d023befff7cba68ca04c9242a36fc3782f1014bb0a1a31be79515ff
Details
Created

2025-12-29 20:14:16 UTC

Size

3.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7c070bb50f184ba20dc0a8e57f13ee9f00ee071fba5777e35b173ec1defc3bd4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.27


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 58.6% (2.06 GB)

[#001] sha256:890b21ccebaeedf053c6c32fb4fe8d98ab2c60496b12e6b730ac67df9096fc5b - 27.45% (990 MB)

[#002] sha256:e6fedc6538b0711b3be41495877ada04be8f9de81782f9f0da6490dff3b6829e - 0.0% (1.28 KB)

[#003] sha256:522b39f70df5e1f31b9c6ee15ca8fd58ab1fd4c435677a45fea83f817931df23 - 0.0% (1.29 KB)

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

[#005] sha256:08a54048264f7ccd060ff592112282c55ae4a85c1cb5235523e5cf4d77e02d31 - 0.0% (1.29 KB)

[#006] sha256:69326d119928f0b95b5253d1b6fd43d29a69567eda403cf5c961f8b1af5abbe6 - 13.95% (503 MB)

[#007] sha256:0ff77b6c0e85dadeebd55cdeb28c3e5e093d67877f90b24952480cf153f83bd3 - 0.0% (1.31 KB)

[#008] sha256:ff583f18ee34ad9048c5b6b90b8378ec5d39950d673b776a5ef99be81420d76f - 0.0% (1.34 KB)

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


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-12-06 21:49:56 UTC

Install update 10.0.26100.7462

2025-12-29 20:11:53 UTC

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

2025-12-29 20:11:54 UTC

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

2025-12-29 20:11:56 UTC

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

2025-12-29 20:11:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=7c070bb50f184ba20dc0a8e57f13ee9f00ee071fba5777e35b173ec1defc3bd4

2025-12-29 20:14:13 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-12-29 20:14:14 UTC

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

2025-12-29 20:14:15 UTC

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

2025-12-29 20:14:16 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