Namespace
library
Image / Tag
mongo:7.0-rc-windowsservercore-ltsc2022
Content Digest
sha256:2bd00ff34627d1d1a2e6a52645a5a3487282f0958729211dde5264d8458405c6
Details
Created

2025-12-09 20:47:40 UTC

Size

2.23 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:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 62.07% (1.39 GB)

[#001] sha256:1fc19ec18c41e4c8edf1a76eecae2be22e29445f11ee586523f59e36de40aebb - 12.13% (277 MB)

[#002] sha256:424524764b8b3c28e8f0b395d779fd82236cff87c19d66250bad79f45ae70277 - 0.0% (1.29 KB)

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

[#004] sha256:05751b9356bf377267984238b49524399f20bf9ff53a17c3da40e2b5f4fab076 - 0.0% (1.3 KB)

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

[#006] sha256:9d47a489750e58bd1e6a4f56ef909b7faaf59556125c1f8516c53be521a34c97 - 25.8% (590 MB)

[#007] sha256:2c36a396d98730e47aa5916d118b7beb5f3dee7518536881b7e83b7fb58743fc - 0.0% (1.3 KB)

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

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


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2025-12-05 18:19:35 UTC

Install update 10.0.20348.4529

2025-12-09 20:33:25 UTC

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

2025-12-09 20:44:55 UTC

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

2025-12-09 20:44:55 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:44:56 UTC

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

2025-12-09 20:47:38 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:47:39 UTC

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

2025-12-09 20:47:39 UTC

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

2025-12-09 20:47:40 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