Namespace
library
Image / Tag
mongo:8.3.0-rc3-windowsservercore-ltsc2022
Content Digest
sha256:9758cce1d0949058d161f424b0d2657e45efeca73e7f207b905fc8f68c8cbd04
Details
Created

2026-04-01 00:11:37 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi

MONGO_VERSION

8.3.0-rc3


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 51.32% (1.39 GB)

[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 17.0% (470 MB)

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

[#003] sha256:46d2797e1271ccad460d42e40faa95031f151c2fe0903c618c486d6b47b1174a - 0.0% (1.28 KB)

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

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

[#006] sha256:777d3ad2c20eacfe0d7b3b896a5f67356df8ac388b40ea9e6f5b408bf264a804 - 31.68% (877 MB)

[#007] sha256:3fe8d2c4de6f517903f613cc0cd82d2597d9b0de50debf63daee4857d9a7461f - 0.0% (1.3 KB)

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

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


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-03-03 22:48:22 UTC

Install update 10.0.20348.4893

2026-03-31 23:58:52 UTC

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

2026-03-31 23:58:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.0-rc3

2026-03-31 23:58:57 UTC

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

2026-03-31 23:58:58 UTC

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

2026-04-01 00:11:34 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.';

2026-04-01 00:11:34 UTC

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

2026-04-01 00:11:36 UTC

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

2026-04-01 00:11:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]