2019-03-20 11:54:39 UTC
2.18 GB
af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
MONGO_VERSION4.1.9
[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 70.99% (1.55 GB)
[#001] sha256:be86bca8de59067e592a8becc2e83ed2465a6d9bce324043e434aa4a15493b00 - 25.38% (566 MB)
[#002] sha256:82981f58be95926db2383949a2f5a368e6a47da5ecef767833272099e4524a63 - 0.0% (1.18 KB)
[#003] sha256:b1501c291f68281052ae54dcbbad370903dd05e9fb6b37e966116ec93503ab9d - 0.0% (1.18 KB)
[#004] sha256:5b4324751ae260c43f1e4941a1591b659254a10f3733787ae1915c238e6e9322 - 0.0% (1.18 KB)
[#005] sha256:f35b1448739332dd52c5224d6dcb4e9567c3051f607499da3cf7dabe0c70f779 - 0.0% (1.18 KB)
[#006] sha256:b64169979823b39ec7565793d1b93c7af2930f6d3d48f4a0a40ede5a5d8e88b9 - 3.64% (81.1 MB)
[#007] sha256:33739b6c152e89f967ea36773443cd33883debdc74e12252364b9670f2d6c0a9 - 0.0% (1.18 KB)
[#008] sha256:5e992e9a8fb3bee7d0a9984668962380f414ba1752e682bce6198e1f9730a92a - 0.0% (1.17 KB)
[#009] sha256:9e62e74eae87a426ec82d016672d64e4cd6f17bb49c52a302aeed0a1ee919eae - 0.0% (1.18 KB)
Apply image 10.0.17134.1
2019-03-08 23:20:01 UTCInstall update 10.0.17134.648
2019-03-15 10:36:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-03-20 11:50:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.1.9
2019-03-20 11:50:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.9-signed.msi
2019-03-20 11:51:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=af71f53e1a1a92756b9c6c36c15cd6ec6be3cd292ef3636c8cd75d0216d0079f
2019-03-20 11:54:33 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'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2019-03-20 11:54:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-03-20 11:54:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-03-20 11:54:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]