Namespace
library
Image / Tag
mongo:7.0.31-rc1-windowsservercore
Content Digest
sha256:ad4a704813362686746014d5d621a8e765d24c1eb0eeaeead6fbbdfc473a329b
Details
Created

2026-02-21 00:27:35 UTC

Size

2.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e82965706dc6686e50028b9ebb9ddc9b74ed0ceebdd72ae15f611ef83bb0f4c9

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.31-rc1


Layers

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

[#001] sha256:456534216d0c12d9314cda831989d54bb3f542d7d43d9772ba40654db6dbd7bc - 17.09% (421 MB)

[#002] sha256:80df626932900a02604ba5ab144247863ec8082cf4d9562dad347c1f0e42ad66 - 0.0% (1.29 KB)

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

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

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

[#006] sha256:1cfdeb5face39bba7eda8b10275f5a7fe94e6bfac95a837e13bc2fe261e8a0c9 - 23.96% (590 MB)

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

[#008] sha256:84f50f9e581a2ec516e32d3c0d6dd04d22a6dcd649288cbe8cdbeefa212e93e8 - 0.0% (1.26 KB)

[#009] sha256:19172f48b1b5a6037f9aaa964d1153d8e43f82aba53558fb0c9c0ba9b263885f - 0.0% (1.3 KB)


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

Apply image 10.0.26100.32230

2026-02-06 22:21:49 UTC

Install update 10.0.26100.32370

2026-02-21 00:24:46 UTC

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

2026-02-21 00:24:48 UTC

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

2026-02-21 00:24:48 UTC

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

2026-02-21 00:24:49 UTC

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

2026-02-21 00:27:33 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-02-21 00:27:34 UTC

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

2026-02-21 00:27:35 UTC

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

2026-02-21 00:27:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2026-02-21 00:41:41 UTC

Size

2.31 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e82965706dc6686e50028b9ebb9ddc9b74ed0ceebdd72ae15f611ef83bb0f4c9

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.31-rc1


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 60.0% (1.39 GB)

[#001] sha256:e3c87a3784ab1d08cbacea3288e90f8106f6e7a20b792ab27cdc739fc966a73e - 15.06% (356 MB)

[#002] sha256:4a8378ffd193a5fba1bb996354c8ff58614b300804f2d83c093efb9afffd5b99 - 0.0% (1.32 KB)

[#003] sha256:b0f5e7ec5bf79ca4b1dd2171392084f0bb6ece1a7d09d5005cd794c11de89f12 - 0.0% (1.27 KB)

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

[#005] sha256:df9fa32ac05986e63766ff46838f5a52fccffbaf1849b6ae3cf4edd48f0464bf - 0.0% (1.31 KB)

[#006] sha256:c9f1253a6dcff6fa38604ee4ff3327a77a8b8cadb68f051bbe53e62134b99546 - 24.95% (590 MB)

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

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

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


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

Apply image 10.0.20348.4294

2026-02-06 10:02:33 UTC

Install update 10.0.20348.4773

2026-02-21 00:35:50 UTC

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

2026-02-21 00:35:53 UTC

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

2026-02-21 00:35:55 UTC

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

2026-02-21 00:35:56 UTC

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

2026-02-21 00:41:37 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-02-21 00:41:39 UTC

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

2026-02-21 00:41:40 UTC

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

2026-02-21 00:41:41 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