2024-08-06 23:59:29 UTC
2.65 GB
86b878731b6d156dee7e6511a41db92b4cb57bff08fe011ba0e6c38264b91bf2
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.13-rc0-signed.msi
MONGO_VERSION7.0.13-rc0
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 57.96% (1.54 GB)
[#001] sha256:b5f98e7fe87492b83d7775a348ae0c94412b638ab5bba1a80b03c3a547708acd - 20.64% (561 MB)
[#002] sha256:5341cfad83312dd89163bd06e2cc6c6f1857a109461b96374dbe8d7cdf0c89f4 - 0.0% (1.25 KB)
[#003] sha256:c6da6817002f6b61392eb7d9443a41123cb41395a66e8bfc59a8e765ce945539 - 0.0% (1.26 KB)
[#004] sha256:aaf7dad48e8e617513f193d6bda94607ec949dbe9bf4475d8243e9680af282da - 0.0% (1.27 KB)
[#005] sha256:7515e54c5d290aaa998ae87116877f1c144711bce019160e5c5fc250474287dc - 0.0% (1.25 KB)
[#006] sha256:58f11ab8d414a63a3927774af86b49ad1e6260fb10c2be63a2b2b102aa20d21b - 21.4% (581 MB)
[#007] sha256:ae77d9d173f28637b3013e2bb048687105425b48c4ba86f4ee8dad83d5a21c8d - 0.0% (1.26 KB)
[#008] sha256:9a3da5a077fe4dc160a5106a081095cc392e2a496fb2b0dec47cc375c1316dd9 - 0.0% (1.27 KB)
[#009] sha256:74ff007f0b15e8d41f065b5a5ee9cd307476f3eeea18d322bc64ec2e123060b8 - 0.0% (1.31 KB)
Apply image 10.0.17763.4499
2024-07-03 00:34:32 UTCInstall update 10.0.17763.6054
2024-08-06 23:57:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-08-06 23:57:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.13-rc0
2024-08-06 23:57:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.13-rc0-signed.msi
2024-08-06 23:57:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=86b878731b6d156dee7e6511a41db92b4cb57bff08fe011ba0e6c38264b91bf2
2024-08-06 23:59:26 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-08-06 23:59:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-08-06 23:59:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-08-06 23:59:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]