Namespace
library
Image / Tag
mongo:8.0-rc-windowsservercore-1809
Content Digest
sha256:5172bce3492cf0a5247261370bc8ac608c9e5cc0ae39a43d19d470501de13df2
Details
Created

2025-03-13 22:37:24 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.6-rc2


Layers

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

[#001] sha256:c77bec5e4bac3c7f6dc5d56da5ffc11e72881485b3a55330c17c915ad653f955 - 14.76% (411 MB)

[#002] sha256:6b0d50136bf875b605809d3e6860ede15cc69de5de3d7e60802042edf0ee6b4d - 0.0% (1.26 KB)

[#003] sha256:ec6ad36f81b8bd0b6d3e583f8cc0b089f4533e28b307495f97f995260d01f681 - 0.0% (1.27 KB)

[#004] sha256:fae18254e327ebb25f78baa7a88b4445b896a6341aea7b162ced4d2395e9a860 - 0.0% (1.27 KB)

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

[#006] sha256:5f84e73da531d94118a14ef13aa6f1076375bbd3a41643e32290339c70ffc257 - 26.37% (735 MB)

[#007] sha256:71f80a72f8dad0d5ab712c828e24e7308c7432304f42b3b1435afcba41ec6e82 - 0.0% (1.27 KB)

[#008] sha256:ddbd893e612cf9c43e7d9e6d0dda60909bb5dbb01f9b5824b0da779085844934 - 0.0% (1.27 KB)

[#009] sha256:e2f4896d94ac06b2851978205bdac589a5adb9443011df65c7bee0b1eab6fce3 - 0.0% (1.26 KB)


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

Apply image 10.0.17763.6293

2025-03-05 22:09:20 UTC

Install update 10.0.17763.7009

2025-03-13 22:34:52 UTC

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

2025-03-13 22:34:54 UTC

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

2025-03-13 22:34:55 UTC

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

2025-03-13 22:34:55 UTC

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

2025-03-13 22:37: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.';

2025-03-13 22:37:22 UTC

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

2025-03-13 22:37:23 UTC

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

2025-03-13 22:37:24 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