2024-07-10 17:18:05 UTC
2.8 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:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 54.96% (1.54 GB)
[#001] sha256:b5f98e7fe87492b83d7775a348ae0c94412b638ab5bba1a80b03c3a547708acd - 19.57% (561 MB)
[#002] sha256:38d58613d074435ff58233e5bb67c6325c1a2c7b654f147e7ac4ac18b7f47101 - 0.0% (1.3 KB)
[#003] sha256:5b2abb09cf900682fdf77a10221e4dade93a9af5c38376a50d9c0126e3a29f71 - 0.0% (1.26 KB)
[#004] sha256:2583812cdabce556d482913af78db95a95255e63ca82421c0bbf6f8bbeb5f87d - 0.0% (1.27 KB)
[#005] sha256:c848d2fe168085420376d086ec611aa2c3d889ec7b1d0c3679dcb230711161cd - 0.0% (1.27 KB)
[#006] sha256:2ef1aeed2009a8e73fe4a329034e9b689c1b8f449c19c5a7f5a4484d8c606edd - 25.47% (730 MB)
[#007] sha256:9a11af563afac6f3886b217e99d3e71eedfd177d2c881b24fe9889c12dffb2bb - 0.0% (1.27 KB)
[#008] sha256:0184df7812199aa7668796d537b451de5832ad87122ace0fb0740bc3e6245f35 - 0.0% (1.25 KB)
[#009] sha256:b73dafd90fc5bc2d838bdfda98567f45f9726bbe280f52de8c0403261fe9554b - 0.0% (1.26 KB)
Apply image 10.0.17763.4499
2024-07-03 00:34:32 UTCInstall update 10.0.17763.6054
2024-07-10 17:15:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-07-10 17:15:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.0-rc11
2024-07-10 17:15:05 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:15:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc
2024-07-10 17:18:03 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:18:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-07-10 17:18:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-07-10 17:18:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]