2024-06-12 18:22:08 UTC
2.56 GB
9300e98c3b6e4f51ca31b6beac97f8593f3f40b13c771560b3685178880481cb
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.16-rc0-signed.msi
MONGO_VERSION6.0.16-rc0
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 60.13% (1.54 GB)
[#001] sha256:56a5fd77f8cb6921d3e283f98213bf8c163d3502a75b4a8e4a809a15654f7d1a - 20.77% (544 MB)
[#002] sha256:b33ce618304a1417922ff1f45daa38d2404769de251649ce3d2b95954401f8c4 - 0.0% (1.33 KB)
[#003] sha256:8ec2b98e70554af0d1f0c965752ea751d19e085de476ef75a0f9e878370dcd6a - 0.0% (1.3 KB)
[#004] sha256:cd7e70ec68c2b0ed0e122151d91500bcb5438359ee489a51025775dae1c4c959 - 0.0% (1.32 KB)
[#005] sha256:c6eb56b7411f93fa4b6eae46f68d76662923136c89f020d90e46a1884b9e1811 - 0.0% (1.34 KB)
[#006] sha256:22fd1373a1b6f2bd91c1dedef9b7da81c064575b915ab384199f2926a08c70c4 - 19.11% (500 MB)
[#007] sha256:4f744fc7a18bdbf8c8a48cac988d046bb69dcc3c8a81f3e6030ba3386e6f967e - 0.0% (1.31 KB)
[#008] sha256:87fc294f3519204d25e4a4d85affd929317bb95cd049dab06fb581a819681dee - 0.0% (1.3 KB)
[#009] sha256:e4f2b9a90008833cb9196e4e5bca927ade5a3e5c4ab1142fd2396d1bf95b5ed2 - 0.0% (1.3 KB)
Apply image 10.0.17763.4499
2024-06-07 11:19:50 UTCInstall update 10.0.17763.5936
2024-06-12 18:19:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-06-12 18:19:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.16-rc0
2024-06-12 18:19:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.16-rc0-signed.msi
2024-06-12 18:19:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=9300e98c3b6e4f51ca31b6beac97f8593f3f40b13c771560b3685178880481cb
2024-06-12 18:22:04 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-06-12 18:22:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-06-12 18:22:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-06-12 18:22:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]