Namespace
library
Image / Tag
mongo:7.0.17-rc1-windowsservercore-ltsc2025
Content Digest
sha256:5beb9ebe8733e8720abab5e103d7e3e2587d711b4841ad3fba9eea5eb7ac3e24
Details
Created

2025-02-19 00:32:40 UTC

Size

2.9 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

54c3201bde7907e39da82bdf9bbcfa509ecc2bd172706fb7483c125714abd130

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc1


Layers

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

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

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

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

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

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

[#006] sha256:384fcb5f1b41d9b76e0926b569fc6fb32103d96287c4a3bedf6db75390ca510d - 19.67% (584 MB)

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

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

[#009] sha256:04397056c80758fc4523957008e23f4dc213ae782df49d03490a3b9aa8332a9c - 0.0% (1.29 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-19 00:31:19 UTC

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

2025-02-19 00:31:20 UTC

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

2025-02-19 00:31:20 UTC

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

2025-02-19 00:31:21 UTC

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

2025-02-19 00:32: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.';

2025-02-19 00:32:38 UTC

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

2025-02-19 00:32:39 UTC

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

2025-02-19 00:32:40 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