Namespace
library
Image / Tag
mongo:7.0.27-rc0-windowsservercore-ltsc2025
Content Digest
sha256:4f1ce1269c351fdd3ed9eb9d36b23f320c808fe46747730249ec9e3801aec644
Details
Created

2025-12-09 20:48:45 UTC

Size

3.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6f98755743ea226865865f13a8ee0ea0eb22e683991777fc6db61dcbddfa8533

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.27-rc0


Layers

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

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

[#002] sha256:23d1d98e8333bb4151e67ffb76d6a0ab6f468f06ca2540c2c9ee1d71dc060167 - 0.0% (1.29 KB)

[#003] sha256:f0a24abb410b1ca645bbffcafba79b30c8d79a04c1d2aa5b2b303057c7be79a0 - 0.0% (1.28 KB)

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

[#005] sha256:548d76b623786ac21ebdae3b71e59f2f5f1cd89bdbcc45d293d09b61faf2a797 - 0.0% (1.28 KB)

[#006] sha256:0ab25f136cdd3a3836240faf8cb92e224f29601cb36882b503c7b769389dcf1c - 15.98% (590 MB)

[#007] sha256:e5d794a6006ab05cfd998e887f67bb93eb6d00bf4f560042c972c6f96b3983ab - 0.0% (1.29 KB)

[#008] sha256:63762bbbe2b83eccc1db7295ccaefe08796898bf7fbf7327925ab6157818327e - 0.0% (1.29 KB)

[#009] sha256:912903d8ec38df8a2e30a8636b6dd81853d480cef3f2ddb297e5ff68b648a049 - 0.0% (1.28 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-09 20:46:40 UTC

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

2025-12-09 20:46:41 UTC

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

2025-12-09 20:46:42 UTC

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

2025-12-09 20:46:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6f98755743ea226865865f13a8ee0ea0eb22e683991777fc6db61dcbddfa8533

2025-12-09 20:48:43 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-09 20:48:43 UTC

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

2025-12-09 20:48:44 UTC

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

2025-12-09 20:48:45 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