Namespace
library
Image / Tag
mongo:5.0.31-rc0-windowsservercore-1809
Content Digest
sha256:b7f86326c93b8eecd9314594af2872e197144ac0880fd70baf857f36c72b0eab
Details
Created

2025-01-14 23:43:59 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

96ebfde8a9540459d8a46e8ba6afabd9dc9ee61e700d8c956a6d98b78511f954

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.31-rc0


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 70.58% (1.6 GB)

[#001] sha256:09e6adf68d473b439b895dbef289349826f793d13a35d136c1e4a98b09d23cd4 - 16.49% (383 MB)

[#002] sha256:494ec05de510f423332b65dbfe195f7ceeefc004ae39ce2053d97923e105ed03 - 0.0% (1.3 KB)

[#003] sha256:67dbf0a1a42b4cfd9b3a617e530ef08508a0707d04a241ca5efdb16126a6b8f8 - 0.0% (1.26 KB)

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

[#005] sha256:98e42ca98a8e7e90133cf6398e92919b236edb8ef03b601d76dd75807a632aa7 - 0.0% (1.29 KB)

[#006] sha256:dfb5a6e9e2782ac4a29af9ec558ca4b8f90f974e33a7310b84709acceb0cd4c9 - 12.93% (300 MB)

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

[#008] sha256:95ce8fd107cb16d911c65136cb5a5dd4c222caad0bf97b47548a3a8342d89eff - 0.0% (1.26 KB)

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


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-01-09 09:46:25 UTC

Install update 10.0.17763.6775

2025-01-14 23:42:31 UTC

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

2025-01-14 23:42:32 UTC

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

2025-01-14 23:42:33 UTC

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

2025-01-14 23:42:34 UTC

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

2025-01-14 23:43:57 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-14 23:43:58 UTC

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

2025-01-14 23:43:59 UTC

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

2025-01-14 23:43:59 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