Namespace
library
Image / Tag
mongo:8.2.11-windowsservercore
Content Digest
sha256:c612359378612bb42ffe01b1945d05b45b8c7e8035033768c52319d8218749f9
Details
Created

2026-07-15 23:17:14 UTC

Size

2.95 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.11


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 48.0% (1.42 GB)

[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 26.22% (793 MB)

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

[#003] sha256:a7440a4542b28c343de5f1c4706b5fdae2bb27b403f446b8a1dbd3b18a3503ac - 0.0% (1.25 KB)

[#004] sha256:98264a6610b4d0a09cc71608432c313daf733d7a8c23364a469a328ad2e486ce - 0.0% (1.25 KB)

[#005] sha256:46e8700487d0f48aa3fdf9db673c049d3b2f5b746b124df567a183c47c7b0198 - 0.0% (1.27 KB)

[#006] sha256:5d450adb3c88666972641ce56c753d58f27f0c362266bd4dfb7bfc93524606c3 - 25.78% (780 MB)

[#007] sha256:a8d38aa0576619edb38ec3a8d97df8728c5531a8fed3318d473c8ffd9d07dd0a - 0.0% (1.26 KB)

[#008] sha256:6e905245e9873117b5f70de05459e346999e5118f6d0dd536ecc51b6140c457c - 0.0% (1.26 KB)

[#009] sha256:799a25be9053842fd06d68e880b3a814e78ea016dec17a780f99c73000bb5568 - 0.0% (1.27 KB)


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

Apply image 10.0.26100.32230

2026-07-11 23:02:35 UTC

Install update 10.0.26100.33158

2026-07-15 23:14:59 UTC

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

2026-07-15 23:15:00 UTC

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

2026-07-15 23:15:01 UTC

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

2026-07-15 23:15:02 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36

2026-07-15 23:17:12 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-07-15 23:17:13 UTC

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

2026-07-15 23:17:14 UTC

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

2026-07-15 23:17:14 UTC

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

Details
Created

2026-07-15 23:32:29 UTC

Size

2.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.11


Layers

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

[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 22.47% (638 MB)

[#002] sha256:bfe75e8ec617e2f46883b922201a47b611c2b8dbb7b6b0dd6a9f9d23babf4e8b - 0.0% (1.31 KB)

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

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

[#005] sha256:2fc823b814263073fc961d65e0e1adcf1ef4e7d59d05c7c7cec404f550a67c13 - 0.0% (1.26 KB)

[#006] sha256:9a6b526656c6f05ad66bed217567cd6aa17929f818e8af5974bc1920f21f542e - 27.49% (780 MB)

[#007] sha256:2cd283aff019e6fbaa90d62fcc5927b7d73a42e474bc50fd7d01a82a6ee5fec5 - 0.0% (1.3 KB)

[#008] sha256:2371f9454771b738a2d9cf12bb13f6a134e285c6e2499951ac640f25262cd618 - 0.0% (1.3 KB)

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


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

Apply image 10.0.20348.4294

2026-07-11 16:30:20 UTC

Install update 10.0.20348.5386

2026-07-15 23:27:25 UTC

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

2026-07-15 23:27:26 UTC

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

2026-07-15 23:27:27 UTC

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

2026-07-15 23:27:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36

2026-07-15 23:32:25 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-07-15 23:32:28 UTC

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

2026-07-15 23:32:28 UTC

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

2026-07-15 23:32:29 UTC

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