Namespace
library
Image / Tag
mongo:6.0.20-rc3-windowsservercore-1809
Content Digest
sha256:64c5598cde09c5b7a3ce6174299f63522b14fc8281899c7e3aa61c4fc74fbe01
Details
Created

2025-01-14 23:34:16 UTC

Size

2.47 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4c4688f61b8bce42885b8db64ea4fa4d27ab265b056e8d1b715409ed371f3070

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc3-signed.msi

MONGO_VERSION

6.0.20-rc3


Layers

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

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

[#002] sha256:93bf89b20933a100b7f6de9bda9e657c8c9ea8ba6aa5a70495c19e3b54e83250 - 0.0% (1.26 KB)

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

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

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

[#006] sha256:7312900c03a4568be28b597ef79ce64b7a4c31383c4602205610595c8cb8ae0e - 19.88% (502 MB)

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

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

[#009] sha256:2bc2b463162725f26a46e9104261fdfed01360338e0bf44653fec866f7eb4588 - 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:32:38 UTC

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

2025-01-14 23:32:40 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.20-rc3

2025-01-14 23:32:40 UTC

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

2025-01-14 23:32:41 UTC

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

2025-01-14 23:34:15 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-01-14 23:34:15 UTC

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

2025-01-14 23:34:16 UTC

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

2025-01-14 23:34:16 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