Namespace
library
Image / Tag
mongo:7.0.17-rc0-windowsservercore-ltsc2025
Content Digest
sha256:ab103a827e4146066753cc1fa37a3dddc9c1a256cf5246ef536fd0cb9839a68c
Details
Created

2025-02-15 00:36:20 UTC

Size

2.9 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

774926fa99d9e2878194a850a13b2f95e6975a9e542cbc1d28765eed54b43b16

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc0


Layers

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

[#001] sha256:19fa0da9c657652b5d0879f62221964dd2e8f7c37691ba99bce37494e109b27e - 9.15% (272 MB)

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

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

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

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

[#006] sha256:bfcd1ec87d23c385aaa06841b361d5abbf88aa5e04c8baf45bc199f6acf02994 - 19.69% (584 MB)

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

[#008] sha256:93abb0faa66430ea1add270396a6524789223f3448fd98c04a82c75ffd1e5567 - 0.0% (1.3 KB)

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


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

Apply image 10.0.26100.2605

2025-01-13 03:08:16 UTC

Install update 10.0.26100.2894

2025-02-15 00:34:54 UTC

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

2025-02-15 00:34:55 UTC

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

2025-02-15 00:34:55 UTC

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

2025-02-15 00:34:57 UTC

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

2025-02-15 00:36:17 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-02-15 00:36:18 UTC

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

2025-02-15 00:36:19 UTC

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

2025-02-15 00:36:20 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