Namespace
library
Image / Tag
mongo:8.3.0-rc5-windowsservercore-ltsc2022
Content Digest
sha256:8f54e1a4881166d6dd5cb971d5b4039ec13ff2665f9ba217e4eece78c1f230b0
Details
Created

2026-04-07 18:13:05 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

94aaf3b1eb02d695ade45fce0d253d93340091988a4173cb8823f08a3cf88b10

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.0-rc5


Layers

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

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

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

[#003] sha256:19a898c5bd8d1841c5ae82c5415dd2b99f189b5fca189c30b1b66caace27920a - 0.0% (1.29 KB)

[#004] sha256:b478c04f80ad8fff4ca68b181b123374cb98a8603ae157abd592957214fcd8e9 - 0.0% (1.31 KB)

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

[#006] sha256:25491df57c470fd0e5f839db854a7ac2eb434a0b0ba0a8bd8eb2ce65451daeaa - 31.69% (877 MB)

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

[#008] sha256:544e0d7c153026a4d5990e46e347d8b4a6b5780075958eb4d6fce2c3daeca166 - 0.0% (1.3 KB)

[#009] sha256:737289d194e199d851b59ec34b43a6518335f01c94623f99582a86dec0d21d64 - 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-04-07 18:06:47 UTC

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

2026-04-07 18:06:47 UTC

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

2026-04-07 18:06:48 UTC

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

2026-04-07 18:06:48 UTC

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

2026-04-07 18:13:01 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-07 18:13:02 UTC

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

2026-04-07 18:13:03 UTC

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

2026-04-07 18:13:05 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