Namespace
library
Image / Tag
mongo:7.0.32-rc2-windowsservercore-ltsc2022
Content Digest
sha256:9bc254a2acd5361cdd5650e4545bb2fd710ac55e31bf5d085f3deb34e2cd9fc1
Details
Created

2026-04-17 00:04:22 UTC

Size

2.51 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1f04282b3a57ede7afef7aef29be177e0ea66a4f36a166e0acdec4bfd7d45eca

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

[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 21.57% (554 MB)

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

[#003] sha256:6924642c688f1a6c629c4fba88c2a2b4be1064d386d23ced09cbd4f58731b63b - 0.0% (1.29 KB)

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

[#005] sha256:2e02df0c471f0c9bd7de72237ac8f226d74a3f2636cce0ead73a91c1fcbf0533 - 0.0% (1.3 KB)

[#006] sha256:1d25232f6ab30b48665e3bbb021c6188411d9810b42909b15ddb7f10623d5df1 - 23.16% (595 MB)

[#007] sha256:407e570794311a41ce6dba89047b873f46bffb456ef797c795df2405deb1af0d - 0.0% (1.3 KB)

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

[#009] sha256:06c0bd8b2f37a61e1dd649fd6f62b83f5378548a382d11c6643bd5eac2796bec - 0.0% (1.27 KB)


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

Apply image 10.0.20348.4294

2026-04-13 03:24:09 UTC

Install update 10.0.20348.5020

2026-04-16 23:54:52 UTC

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

2026-04-17 00:01:57 UTC

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

2026-04-17 00:01:58 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-17 00:01:58 UTC

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

2026-04-17 00:04:14 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-17 00:04:15 UTC

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

2026-04-17 00:04:17 UTC

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

2026-04-17 00:04:22 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