2023-08-24 00:17:48 UTC
2.24 GB
d951a5682950a153f62818af3d3fe33879729f7fbba847c1662484811b4c6e70
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.1-rc0-signed.msi
MONGO_VERSION7.0.1-rc0
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 57.62% (1.29 GB)
[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 16.96% (390 MB)
[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)
[#003] sha256:45fa321427728206ac2b3a027037967ba4c8ea85c7f76b537b918a81599528ad - 0.0% (1.38 KB)
[#004] sha256:316dd07bed3ce9a0b8f57fbb3fb1815d7f87bfcdcd0ad803da8615aa6db2de07 - 0.0% (1.39 KB)
[#005] sha256:7afdea983027341751030ac6d032dbf760ffd40c474a44bf8e34e0de23e758f7 - 0.0% (1.4 KB)
[#006] sha256:756026ef8f262849154301057de8e5e477085c515da69c224985d5421e8c1b6d - 25.41% (584 MB)
[#007] sha256:c4c35768dd214b950577c9c6c048c91958c2bb035b9f0e92d0783886ac7cfadf - 0.0% (1.39 KB)
[#008] sha256:ca464a2e1939da74bf53d08f0e295d4c0d0d5bad7dff9f204fb4c195ae2e0844 - 0.0% (1.36 KB)
[#009] sha256:dd0461a1c9f747b4578d5021b557aab5d0054e5157d74cd30ee64f1b06dfc6a0 - 0.0% (1.36 KB)
Apply image 10.0.20348.1787
2023-08-03 10:01:10 UTCInstall update 10.0.20348.1906
2023-08-10 01:08:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-08-24 00:15:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.1-rc0
2023-08-24 00:15:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.1-rc0-signed.msi
2023-08-24 00:15:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=d951a5682950a153f62818af3d3fe33879729f7fbba847c1662484811b4c6e70
2023-08-24 00:17:44 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.';
2023-08-24 00:17:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-08-24 00:17:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-08-24 00:17:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]