2024-04-12 01:06:24 UTC
2.5 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:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 61.53% (1.54 GB)
[#001] sha256:e920b78002850882cc637991bf16e3cd3fdd45576cf3e930819c98f6b43518d3 - 19.15% (490 MB)
[#002] sha256:ac61194ea7e5190627734acb0a0408e4431b30b1f5218813de06d78db098b322 - 0.0% (1.27 KB)
[#003] sha256:098a92cda88045fc9983eedc6300e238805687b697446c6fa74366047f4f1fc5 - 0.0% (1.26 KB)
[#004] sha256:d8df4878ec8f005657ba10d2d8ada8b5ea3ec8b91684cf909a03e25c4df3a2e8 - 0.0% (1.26 KB)
[#005] sha256:4bf770bd94670b794f2bbccbd9c029bb3b4c9f5f7b466fb981818529168f391d - 0.0% (1.27 KB)
[#006] sha256:9e6493ece0fa9ff16b411b25d95176e560aedb750fe724c7cc7450221afed40c - 19.32% (494 MB)
[#007] sha256:16aa5c612abeb271505ca61ef098d8a0f38315bcf9fe49a76d2ae6b4302da6b6 - 0.0% (1.27 KB)
[#008] sha256:be12f2093418ae700b1cb2cf3976057bf428f9f375d9ff87d6105e8588d076a0 - 0.0% (1.27 KB)
[#009] sha256:c9314e2d1ac8aaffefd015fea78b370266a12a4b6c8dd7ed53e82bf674fbbe50 - 0.0% (1.27 KB)
Apply image 10.0.17763.4499
2024-04-06 02:39:33 UTCInstall update 10.0.17763.5696
2024-04-12 01:04:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-04-12 01:04:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.15-rc0
2024-04-12 01:04:30 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:04:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=56729cf4652023a9700e3ac94547ff0a31a10a4e01a7e6e66fe943a179ea643d
2024-04-12 01:06:20 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:06:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-04-12 01:06:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-04-12 01:06:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]