2024-07-10 17:03:09 UTC
2.7 GB
5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc11-signed.msi
MONGO_VERSION8.0.0-rc11
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 47.81% (1.29 GB)
[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 25.86% (716 MB)
[#002] sha256:2e8405ba5664676d42a26d077199cd1ef75a3bf652112e5a81de993dd780c8c5 - 0.0% (1.25 KB)
[#003] sha256:94b1de670acf1cc1b64e390152b85f16682d560710cb95b29242d06b6894ae80 - 0.0% (1.25 KB)
[#004] sha256:2e4c43460b37f8a9de4cd2e338d9a48a927da8ef0f5aaedd11b36547012b37eb - 0.0% (1.26 KB)
[#005] sha256:53c136eafede59e9126b98208b480729535630d5c61862da9e644a01012cb6ae - 0.0% (1.25 KB)
[#006] sha256:6ebb574661908b016ff737b139d04a5949a02f93b78c30d1b3f390d5ecbe7e8f - 26.33% (729 MB)
[#007] sha256:05ab41518793ee1a7a16b8a1cfc977e58ec46ad8b2df8f606ef283815422ae9a - 0.0% (1.25 KB)
[#008] sha256:b8ebab193e3b4a9a0643ccb10d309553eaa30d9043216e6c0e98aeee8d0484c7 - 0.0% (1.26 KB)
[#009] sha256:51a44fb11fd29afa5bf81f7007ec59d87776e86c0f9645be3a9f9e4f12eaa234 - 0.0% (1.26 KB)
Apply image 10.0.20348.1787
2024-07-03 10:07:02 UTCInstall update 10.0.20348.2582
2024-07-10 17:01:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-07-10 17:01:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.0-rc11
2024-07-10 17:01:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc11-signed.msi
2024-07-10 17:01:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc
2024-07-10 17:03:07 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-07-10 17:03:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-07-10 17:03:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-07-10 17:03:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]