Namespace
library
Image / Tag
mongo:8.0.12-rc0-windowsservercore-ltsc2022
Content Digest
sha256:fd6fbed9ecb79a356fdec58567148447b09897483af6af9890a44c14975b6038
Details
Created

2025-07-11 23:04:51 UTC

Size

2.85 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

481620d65c198d88bad0959393c7d7755eb6792e5a15a2530e6f95601c37edf1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.12-rc0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 47.8% (1.36 GB)

[#001] sha256:b829944a73d1d8ad37eaa13c64bf9189b6895cc5b45b79bb3563fa325d94b6a7 - 26.76% (780 MB)

[#002] sha256:827fac0b419b83b80d00436cdd5328f2b6f2ca2009da50ea58c2bfc1296f1804 - 0.0% (1.26 KB)

[#003] sha256:0669e72d82f5e509cf08268c77c332efe9261177ecb0c003f60e217a92b98059 - 0.0% (1.26 KB)

[#004] sha256:4db164a32158592ad2a9950eb3c10e467cfbb67cfe5d60bbc5a1250c792111f4 - 0.0% (1.34 KB)

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

[#006] sha256:f6f8e0a0bef6f49ec0c2b8aff82709a437b9b604a8d0b8ac0f7166502fe7059b - 25.44% (742 MB)

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

[#008] sha256:f4177770a5ee69f37344562025b5b32325584c7ca7b61a7436e4213eef69ea62 - 0.0% (1.25 KB)

[#009] sha256:c8ea120efac7d2f40e049cb89d4aca2daaf42bf4df753abda170bde9fe0424d8 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-07-05 05:31:06 UTC

Install update 10.0.20348.3932

2025-07-11 23:03:24 UTC

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

2025-07-11 23:03:25 UTC

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

2025-07-11 23:03:26 UTC

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

2025-07-11 23:03:27 UTC

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

2025-07-11 23:04:46 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.';

2025-07-11 23:04:48 UTC

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

2025-07-11 23:04:50 UTC

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

2025-07-11 23:04:51 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