Namespace
library
Image / Tag
mongo:7.0-rc-windowsservercore-ltsc2025
Content Digest
sha256:4e1670be2aab7f2c9256a2f68d1325201e63024f41b11ae6b997ba45f773c275
Details
Created

2025-09-01 22:36:43 UTC

Size

3.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8a1b0bdace19ad64099713b23cdc18bf93f7836a583ffd566647ef6f401b0c5d

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.24-rc0-signed.msi

MONGO_VERSION

7.0.24-rc0


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 53.81% (2.06 GB)

[#001] sha256:203c144449ed67b479a4424fa1d1138f1c8909f1e47a45a6500d4d7f7d058549 - 31.17% (1.2 GB)

[#002] sha256:678ff7f63ff36f21bc8999f63bab4738463a11b1e5a04bc98b72c084dcf557d8 - 0.0% (1.31 KB)

[#003] sha256:8e644df846dd90282e78c8d3ac1735accf7449d01efe0690661edc972e074a2d - 0.0% (1.29 KB)

[#004] sha256:0ce17bb1187baa8d960ed5734fc01a34341eefdd59015ed13f652fea1b71cfcb - 0.0% (1.28 KB)

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

[#006] sha256:e4ce7d38fcb5ea2f76e20090b3900dc4aec9531f377ada6e221c276ed78136b6 - 15.02% (590 MB)

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

[#008] sha256:179b42e5f095748cad64ce04d0578302939715c1b6798435b128be82ddd9425d - 0.0% (1.27 KB)

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


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-08-10 03:12:45 UTC

Install update 10.0.26100.4946

2025-09-01 22:35:24 UTC

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

2025-09-01 22:35:25 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.24-rc0

2025-09-01 22:35:26 UTC

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

2025-09-01 22:35:27 UTC

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

2025-09-01 22:36:40 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.';

2025-09-01 22:36:41 UTC

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

2025-09-01 22:36:42 UTC

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

2025-09-01 22:36:43 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