Namespace
library
Image / Tag
mongo:5.0.31-rc1-windowsservercore-ltsc2022
Content Digest
sha256:095036e45d2b2595b790a05f8b54502f94dbd189db3ada260cd94515f1bc0775
Details
Created

2025-01-16 17:31:00 UTC

Size

2.4 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

598aed12e48cab241ef048580d624fbbc78c24b947e56e5702e9a8cedba0476d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.31-rc1


Layers

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

[#001] sha256:440cf16a6c1eb5c6c232aa5e54099878e9ddb01fb83b65139ec4e2618d1e00de - 31.06% (763 MB)

[#002] sha256:6907fffbf06a8f5b14a171e74f85423d3b7eb6b0c069a350b5c0faa532c1c13e - 0.0% (1.25 KB)

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

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

[#005] sha256:b238b72cda2ae6509b1d09d69d403eb01f16f73f6138afe2c6fdb73dc74eb65d - 0.0% (1.25 KB)

[#006] sha256:3d5e386c0a401e8c450a0b76f792e4ae8943f19db7d14bd8ef194371f2940323 - 12.17% (299 MB)

[#007] sha256:d3fed372edd6c492f8a06a9c0850572e46c1ede40c73d0bac68d6d08ecfad7ad - 0.0% (1.25 KB)

[#008] sha256:12bf313a59f44849a93366f4a5ed1b63cb92ad4d231d09fd7ad1249a5cdedd52 - 0.0% (1.26 KB)

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


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

Apply image 10.0.20348.2700

2025-01-12 10:10:43 UTC

Install update 10.0.20348.3091

2025-01-16 17:30:14 UTC

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

2025-01-16 17:30:14 UTC

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

2025-01-16 17:30:15 UTC

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

2025-01-16 17:30:16 UTC

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

2025-01-16 17:30:52 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=Client,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 ' mongo --version'; mongo --version; 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-01-16 17:30:56 UTC

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

2025-01-16 17:30:59 UTC

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

2025-01-16 17:31:00 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