2024-07-16 00:07:07 UTC
2.8 GB
94f871a89c8f67a225eae85cb6cfd4ce10be0b901986275d4fe49c7385d931ee
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc13-signed.msi
MONGO_VERSION8.0.0-rc13
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 54.96% (1.54 GB)
[#001] sha256:b5f98e7fe87492b83d7775a348ae0c94412b638ab5bba1a80b03c3a547708acd - 19.57% (561 MB)
[#002] sha256:17417200182a098c711096dcd6768899980bf23c4e7120e6df6bd2f06c8a5f2b - 0.0% (1.27 KB)
[#003] sha256:24b61cf51d962d99cc722320bd30e655c694b5b139a7c10e1865c8026593c56d - 0.0% (1.26 KB)
[#004] sha256:8e525bebf7cac7c8fbd6a15b50630cd5c204a20bf2fce780185ed0ce086c9d1a - 0.0% (1.26 KB)
[#005] sha256:2dfe8279d7fbe718189887c5644190d3005f2769034223a2838824ff808962de - 0.0% (1.26 KB)
[#006] sha256:7905f4fea74bbbd0cf37f6c7e02d449a0f4cd2feaffadab5f6955d639b93a8ea - 25.46% (729 MB)
[#007] sha256:1e2815d8d3d6f0de908ebbc6cce43a55c72d54058bd14fab8e51e91f93cf184f - 0.0% (1.26 KB)
[#008] sha256:77df187fbca5861924a2331179d4c1b61da08071eda3567313fb1eedb901ea94 - 0.0% (1.26 KB)
[#009] sha256:01aec95a2e4d88b66dca192e1888769bc6d70698c2306db45617b30fd686348f - 0.0% (1.27 KB)
Apply image 10.0.17763.4499
2024-07-03 00:34:32 UTCInstall update 10.0.17763.6054
2024-07-16 00:05:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-07-16 00:05:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.0-rc13
2024-07-16 00:05:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc13-signed.msi
2024-07-16 00:05:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=94f871a89c8f67a225eae85cb6cfd4ce10be0b901986275d4fe49c7385d931ee
2024-07-16 00:07:05 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-16 00:07:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-07-16 00:07:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-07-16 00:07:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]