Namespace
library
Image / Tag
mongo:7.0.32-rc1-windowsservercore-ltsc2025
Content Digest
sha256:25c72e9d51a4e26cc226465245d79a8ad2a3d73a30af935913c4fe6195f5fc62
Details
Created

2026-03-30 18:19:13 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d1b9943e04942ae6f82717eccd188eac0f97d96a8f2e957e0028c73b57133885

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.32-rc1


Layers

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

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

[#002] sha256:cf3a5a47af8ab71c84acb62352d0b785eeaa0adc733c8fb69ad372787a2b7643 - 0.0% (1.3 KB)

[#003] sha256:080afd7c24fcc917341c9e8ea04ba65873222f8d463755dc2bb055a1204b20a1 - 0.0% (1.29 KB)

[#004] sha256:8a715f2eb5c3c980f09e3a9004c21de5a723e80e2e3d610156cb91c3bdaca8dc - 0.0% (1.29 KB)

[#005] sha256:6abd359f4c8863c4b3d84cca2e80b4a0da72f25a9a3995675d22915821bf9ba6 - 0.0% (1.3 KB)

[#006] sha256:2690c5a3108e2b41ba2b2cad469abb74acf777eaf7405967c3d9ff4be477aa0c - 23.07% (595 MB)

[#007] sha256:22ec6008f7addf2f00d4b9840251f50d69d7b60dd4033f4775715c84f45f4ca3 - 0.0% (1.28 KB)

[#008] sha256:dbada61043401a50150790f830c95ed2757014bcf85db1f562141ed83dff037c - 0.0% (1.28 KB)

[#009] sha256:c4f2a8e08833a741fcb2d3f5402c54c77880953f703aadb08a804a43a69163d1 - 0.0% (1.32 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-03-30 18:16:24 UTC

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

2026-03-30 18:16:25 UTC

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

2026-03-30 18:16:27 UTC

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

2026-03-30 18:16:29 UTC

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

2026-03-30 18:19:11 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-03-30 18:19:12 UTC

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

2026-03-30 18:19:12 UTC

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

2026-03-30 18:19:13 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