Namespace
library
Image / Tag
mongo:8.3.0-rc3-windowsservercore
Content Digest
sha256:50c9adc74c1ec2bd006c9cc32f3253ef8317f0efc2501f3fa55449b2cfbf4f0e
Details
Created

2026-03-31 23:33:15 UTC

Size

2.79 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:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 50.76% (1.42 GB)

[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 18.6% (532 MB)

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

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

[#004] sha256:b45f01416b9ea77df07884796f3e6997bef32db24c84c53dd6362793701a9a98 - 0.0% (1.29 KB)

[#005] sha256:4a6bc19023b9472c4b1db0aa61111abdd457f796380cd5f01c2f25ce3639466f - 0.0% (1.32 KB)

[#006] sha256:9b36f8029a0fd9f2dbaf815af2cdb038d28d77bd7f0f2df3289b94a49068d840 - 30.64% (877 MB)

[#007] sha256:bb4b42fef6ae193451837a677e16d9e24930342f41d54a7d40235bc00913ccc4 - 0.0% (1.31 KB)

[#008] sha256:71ac186431e192e3ee76dcbaac5b4bd5f33f0c0009efa2a663cee08852de60b9 - 0.0% (1.29 KB)

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


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-03-06 02:07:33 UTC

Install update 10.0.26100.32522

2026-03-31 23:29:26 UTC

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

2026-03-31 23:29:29 UTC

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

2026-03-31 23:29:31 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:29:32 UTC

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

2026-03-31 23:33:13 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-03-31 23:33:14 UTC

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

2026-03-31 23:33:15 UTC

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

2026-03-31 23:33:15 UTC

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

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"]

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