2024-04-12 01:04:30 UTC
2.34 GB
56729cf4652023a9700e3ac94547ff0a31a10a4e01a7e6e66fe943a179ea643d
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.15-rc0-signed.msi
MONGO_VERSION6.0.15-rc0
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 55.15% (1.29 GB)
[#001] sha256:197484daab96ebaf9683bc9230fb0043a8780d2afef249baa386f372a548b76a - 24.26% (582 MB)
[#002] sha256:757560448d4610930c390106fca0b0eb163eff49bc6f9ceb65a89922c0aaa2ea - 0.0% (1.27 KB)
[#003] sha256:a96e16c2dafd7daf3d94742cdc5dec3dfc4bc27b88bc0a67a44730a558973664 - 0.0% (1.26 KB)
[#004] sha256:3a526bd2a67792abdbfffc8f0be1fce6c187050bcabc5b803adf611f19888a53 - 0.0% (1.26 KB)
[#005] sha256:7854148f6fe4693d30a2c1ab5223c01aa6a256beb85ad2d7980868105333871f - 0.0% (1.26 KB)
[#006] sha256:f1cef95287e68970bb196b8c8b4d00285e4bdf54cc9f9657736d1cb209f47b39 - 20.59% (494 MB)
[#007] sha256:5161e267a1aa94bfb11b1393ef01a5c18db8c66d175d2feb4e3122b7fcf7a23a - 0.0% (1.26 KB)
[#008] sha256:4615bbaf11b5229b0146e1818b0ce253e7c02fd56f73486a2d9fa10a71b9cc67 - 0.0% (1.26 KB)
[#009] sha256:173a5a1f6ba3e91ed859998a301fd059d5791e186367f3177c08bf3e53d695c1 - 0.0% (1.26 KB)
Apply image 10.0.20348.1787
2024-04-05 09:25:01 UTCInstall update 10.0.20348.2402
2024-04-12 01:03:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-04-12 01:03:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.15-rc0
2024-04-12 01:03:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.15-rc0-signed.msi
2024-04-12 01:03:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=56729cf4652023a9700e3ac94547ff0a31a10a4e01a7e6e66fe943a179ea643d
2024-04-12 01:04:26 UTCpowershell -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.';
2024-04-12 01:04:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-04-12 01:04:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-04-12 01:04:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]