Namespace
library
Image / Tag
mongo:6.0.25-rc0-windowsservercore-ltsc2025
Content Digest
sha256:3d4bd5b259afcf14e42c6760f4f763c62d1b59c83513843c3dff4f5e054f4795
Details
Created

2025-07-09 18:11:19 UTC

Size

3.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

83de0090b59f91ce800fdea887cb860c8c3bfd3c2456cc661244c4917f17d957

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.25-rc0


Layers

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

[#001] sha256:49ebc78effce2335b8fe04c34f5f1f3e33e513d5a7831fa81718af6737b3d654 - 31.75% (1.19 GB)

[#002] sha256:3d92e000c048247b3f8d85396a26392c2ee08d9ce3c59eef3bb6a9fb2bd80e37 - 0.0% (1.26 KB)

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

[#004] sha256:1a9bc9662ab644e69444f99532c9d74a9c27a633a7ab8fe6b7554875e1896614 - 0.0% (1.33 KB)

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

[#006] sha256:2fb984c81f26d1a0f916162aa7a33f041e4ccb1b8d0b71cf4394aaa37a0ed5d4 - 13.11% (502 MB)

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

[#008] sha256:428ab8bba537d3ee9debe0a7d0fb25a6c17b9a3ba4a187b7351f5a5ee61a5ca4 - 0.0% (1.28 KB)

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


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

Apply image 10.0.26100.2605

2025-07-05 18:40:54 UTC

Install update 10.0.26100.4652

2025-07-09 18:09:47 UTC

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

2025-07-09 18:09:48 UTC

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

2025-07-09 18:09:48 UTC

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

2025-07-09 18:09:49 UTC

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

2025-07-09 18:11:18 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-07-09 18:11:18 UTC

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

2025-07-09 18:11:19 UTC

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

2025-07-09 18:11:19 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