Namespace
library
Image / Tag
mongo:7.0.32-rc2-windowsservercore-ltsc2025
Content Digest
sha256:13c7badd886b5149fbeae5d9a5a105d513ebda6d390ff5bfb501eeaee4126787
Details
Created

2026-04-10 17:48:51 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

bf630d9b09585aa31e7b71e027a1593ef9d1c4242776d9111a4a75903e3ef8c1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.32-rc2


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 56.3% (1.42 GB)

[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 20.63% (532 MB)

[#002] sha256:99850eb2624e3b1ee14307444ae77ab8e08f42ade70c788421529c60d78ccde5 - 0.0% (1.31 KB)

[#003] sha256:a356934f6a8d92c77e4c7ca23f29490cf6262f91d56be386aa95feb0adfa1e12 - 0.0% (1.26 KB)

[#004] sha256:4fdf137e4acb246fb0688f8f55f1fcf27e4887b07100c5012f27d7c2c312429e - 0.0% (1.28 KB)

[#005] sha256:8dd921be77eca8037beda4203e1fffb1f7f68e55b2a8aaddcdb2564d06ad5355 - 0.0% (1.3 KB)

[#006] sha256:799aca29db5904771bfd6b7b9213c442accb4d2913a8750004303b6165c8ad11 - 23.07% (595 MB)

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

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

[#009] sha256:c1d1e504e567be18c78febccd6321a3688095bb5c211ed6a073d4154a332e5ad - 0.0% (1.29 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-03-06 02:07:33 UTC

Install update 10.0.26100.32522

2026-04-10 17:45:28 UTC

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

2026-04-10 17:45:31 UTC

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

2026-04-10 17:45:32 UTC

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

2026-04-10 17:45:33 UTC

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

2026-04-10 17:48:48 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.';

2026-04-10 17:48:50 UTC

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

2026-04-10 17:48:50 UTC

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

2026-04-10 17:48:51 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