Namespace
library
Image / Tag
mongo:7.0.0-rc7-windowsservercore-ltsc2022
Content Digest
sha256:46800aa7c9273e8d568679284b9a1691b5e0e57712e77ebc4e9805de7165a288
Details
Created

2023-07-14 04:05:13 UTC

Size

2.19 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ef84bba152b14e3e076186f0d951ee11d7cd9cfded5bd88c0f856e398b62c920

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc7-signed.msi

MONGO_VERSION

7.0.0-rc7


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 59.11% (1.29 GB)

[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 14.85% (333 MB)

[#002] sha256:1b2bae42a1ce047820c1f128e4587a430377ba56a110db0d98ec3ccfbd3de58a - 0.0% (1.4 KB)

[#003] sha256:40571ce689488c47e83c8a4856fe8ba1b9a00b0260d97e1c6418b24107885173 - 0.0% (1.39 KB)

[#004] sha256:dd04e645d1a4804dbf116b0dadc634a2eb4a222136de2f554fae5ef4034abf12 - 0.0% (1.39 KB)

[#005] sha256:a986dcbb8fbf8ff90da51d0a2a4475f7c6dfd0ad64110bf0cc0608f2d6c6591f - 0.0% (1.38 KB)

[#006] sha256:67bd9fcb4ebf6452dfc2ea63884789494a811de1ebe54dd397b3a4fc40af169b - 26.04% (583 MB)

[#007] sha256:2d67c1c69f43e5ffaf1dcfceec756bc63dd90e652b18214ea9566cf98a303692 - 0.0% (1.34 KB)

[#008] sha256:adace3996a3a63f3b4cc81015fb74897281349dc92259ec61edb27e6e077c5dd - 0.0% (1.37 KB)

[#009] sha256:036af2b0a0fa8fcae2459023b5c472f340e0dbe4de2f785e943d44d1008f4db6 - 0.0% (1.37 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-07-07 21:29:32 UTC

Install update 10.0.20348.1850

2023-07-13 22:35:15 UTC

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

2023-07-14 04:02:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.0-rc7

2023-07-14 04:02:40 UTC

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

2023-07-14 04:02:41 UTC

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

2023-07-14 04:05:09 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.';

2023-07-14 04:05:11 UTC

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

2023-07-14 04:05:12 UTC

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

2023-07-14 04:05:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]