Namespace
library
Image / Tag
mongo:7.0.32-rc1-windowsservercore-ltsc2022
Content Digest
sha256:05c3e79a225bd46732baadd2d274daf24f40c756ed177e98827b666b79f6dd12
Details
Created

2026-03-30 18:21:28 UTC

Size

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

[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 18.93% (470 MB)

[#002] sha256:721529451def623658c562d2c68791027d52c7316ccd9891e45cb91f7d2834b9 - 0.0% (1.26 KB)

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

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

[#005] sha256:d46b27408d859834fc8266dd6e16fd191c8bd849e845a0fc05a7920193059749 - 0.0% (1.27 KB)

[#006] sha256:0d63ab2628104c9b853b62a634cf7bb0aca8d13a7f1a821521505c747257f1a2 - 23.94% (595 MB)

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

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

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


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

Apply image 10.0.20348.4294

2026-03-03 22:48:22 UTC

Install update 10.0.20348.4893

2026-03-30 18:16:27 UTC

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

2026-03-30 18:16:29 UTC

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

2026-03-30 18:16:30 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:31 UTC

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

2026-03-30 18:21:23 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:21:26 UTC

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

2026-03-30 18:21:27 UTC

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

2026-03-30 18:21:28 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