Namespace
library
Image / Tag
mongo:7.0.18-rc0-windowsservercore-ltsc2025
Content Digest
sha256:0f61553809bfae1f797fc94d19bac4f92bda6a0e201c0f10b71368c0510c8f5c
Details
Created

2025-03-14 23:29:24 UTC

Size

3.28 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de7422fd80c73165e3d3c2428ea18d23430ab7595eadd9668999cb0b97bb05d7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.18-rc0


Layers

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

[#001] sha256:325ca01145f0fc17834eb1871e37e4a03c69b868e3eb071bf21be6413d720e5e - 19.69% (661 MB)

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

[#003] sha256:6ef3e86ea34fbc6c50c2e076af321d05bc0f5471cd7a6d351f4a52236f4f6dd6 - 0.0% (1.28 KB)

[#004] sha256:cdca35d6cd17acfc17e39cbf4bfe16efb9c42727f8703f7b17e9ebaac1b167dc - 0.0% (1.26 KB)

[#005] sha256:8c672acfa044dedd298afc6be4b33d22b498ab36cdc5370c466a1291db485eff - 0.0% (1.26 KB)

[#006] sha256:cbf581963b042a7655cf0b320eb25b8f9fe28cf4bbb3ae738d0c9fbf2aee250e - 17.41% (585 MB)

[#007] sha256:e3f93903893df19d34434cee64fc2f036e6c596ecc57400bcb93f379bef8665a - 0.0% (1.26 KB)

[#008] sha256:0e6b2d014ccb619149bb1b691c2d4bf9514b1172f7deda029d686af83631dce7 - 0.0% (1.26 KB)

[#009] sha256:75fe4f54831e61aaf09783486be95e88d424f1cdfb3a5cff7e5deed7202b9968 - 0.0% (1.29 KB)


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

Apply image 10.0.26100.2605

2025-03-07 06:08:48 UTC

Install update 10.0.26100.3476

2025-03-14 23:28:04 UTC

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

2025-03-14 23:28:05 UTC

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

2025-03-14 23:28:05 UTC

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

2025-03-14 23:28:06 UTC

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

2025-03-14 23:29:22 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-03-14 23:29:22 UTC

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

2025-03-14 23:29:23 UTC

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

2025-03-14 23:29:24 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