Namespace
library
Image / Tag
mongo:8.3.0-rc4-windowsservercore
Content Digest
sha256:cb290845b1cec0cf76e42c2b49946d22347be8ddde488b1a22cd2c7853ae2394
Details
Created

2026-04-01 18:31:24 UTC

Size

2.8 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d390a8ee861b9d3b453cdcac6cd68a48f51be31744a1d1b00b3a65137465f69f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.0-rc4


Layers

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

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

[#002] sha256:8c486384064dbdd5f7d08efe29f1e1981fc47c18d89f2abe886fa5a36e7f4a59 - 0.0% (1.3 KB)

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

[#004] sha256:8316cf72129ca255efc36672d6b860cccb8a3ce0ea49eb9c5ff550d6b0dc2901 - 0.0% (1.3 KB)

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

[#006] sha256:8c058cc62099c89ae5fbd3b7c2b69659b44c4ac8759ce8191076d6d5e0dc1c9b - 30.65% (877 MB)

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

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

[#009] sha256:771c13e95b3daa081a2720e2328612a843b1e270d1d8cbe922b1509160e5b5bd - 0.0% (1.29 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-04-01 18:27:52 UTC

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

2026-04-01 18:27:54 UTC

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

2026-04-01 18:27:55 UTC

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

2026-04-01 18:27:57 UTC

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

2026-04-01 18:31:20 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 18:31:21 UTC

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

2026-04-01 18:31:22 UTC

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

2026-04-01 18:31:24 UTC

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

Details
Created

2026-04-01 19:01:24 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d390a8ee861b9d3b453cdcac6cd68a48f51be31744a1d1b00b3a65137465f69f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.0-rc4


Layers

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

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

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

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

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

[#005] sha256:82ec4eedf252da1d4b67618bc27aa79e10de26c9c82094c6625ecf63cca12c01 - 0.0% (1.29 KB)

[#006] sha256:97255ac34f8c8d79ecc467bed8d9b5d310e237e6cc400fdc405dce6fc4440b06 - 31.7% (877 MB)

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

[#008] sha256:06ea24ebd43502013332683eb1dbda6bd34d675aadbdd18107103bf36e861451 - 0.0% (1.31 KB)

[#009] sha256:bd230664e474d6b7f9cafa4758412b4f630eb82c2ae7d9e11f6b214a2a052a40 - 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-01 18:51:36 UTC

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

2026-04-01 18:51:39 UTC

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

2026-04-01 18:51:40 UTC

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

2026-04-01 18:51:42 UTC

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

2026-04-01 19:01:21 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 19:01:22 UTC

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

2026-04-01 19:01:23 UTC

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

2026-04-01 19:01:24 UTC

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