2024-01-11 00:07:45 UTC
2.06 GB
1b515c022f3b2f8bc83c53c1c47f21c007fca2241ce623e00ad6f86d8f899f3f
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.24-rc0-signed.msi
MONGO_VERSION5.0.24-rc0
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 62.71% (1.29 GB)
[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 23.1% (488 MB)
[#002] sha256:480a1cff155baa0e54e6d709a3e759cc80320204b5886b906b1ec3454faf8f51 - 0.0% (1.29 KB)
[#003] sha256:83014ca55c320dca67fe92623e47df362661dd7efb9f9fd5ee73f8840b9c6b0c - 0.0% (1.26 KB)
[#004] sha256:47ea819b69bf894314f88338aa092187b7ee562940020cee3376275aa7dafc3e - 0.0% (1.26 KB)
[#005] sha256:4d4ee9e19ceab98a171e529ace8edd40fb0c5b03fc9d5d3914340475d2b1cc8c - 0.0% (1.29 KB)
[#006] sha256:caae885684b9adb52e303571498da83624419c45e37e90761d32b24972d48fa6 - 14.19% (300 MB)
[#007] sha256:987c5fce0b04c81432f366e3d0682354d67d25ecb9bdd6436819f53f8a6a567e - 0.0% (1.29 KB)
[#008] sha256:5371766a1f404cc08ce0b839314422f63327b40753733ee5df0ee1ab02d01bef - 0.0% (1.26 KB)
[#009] sha256:376eca5e12e3156421466b569ed329de471562a51fb72f4d70f2edf7bc45a794 - 0.0% (1.26 KB)
Apply image 10.0.20348.1787
2024-01-04 03:43:51 UTCInstall update 10.0.20348.2227
2024-01-11 00:06:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-01-11 00:06:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.24-rc0
2024-01-11 00:06:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.24-rc0-signed.msi
2024-01-11 00:06:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=1b515c022f3b2f8bc83c53c1c47f21c007fca2241ce623e00ad6f86d8f899f3f
2024-01-11 00:07:40 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=Client,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 ' mongo --version'; mongo --version; 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-01-11 00:07:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-01-11 00:07:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-01-11 00:07:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]