2019-07-10 23:09:36 UTC
2.62 GB
682c5913d551d3508cb3446fe4929ae97552b5a344469855b58c9473f4f58dd6
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.13-signed.msi
MONGO_VERSION4.1.13
[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 58.9% (1.55 GB)
[#001] sha256:2c94705eec1366ad664f9523fe8b5dc4ceed4b4dd7f784e64a526c588201bdc4 - 23.82% (640 MB)
[#002] sha256:ca923bbdbfb45b97fa3deacb0fab791394bb70acb0e732a28742f352b9e98b5f - 0.0% (1.15 KB)
[#003] sha256:ebef3886be2eba3d90af50357b0d58f5bc7f1bdbe6997c30bc5eaa6b8f9a24ec - 0.0% (1.18 KB)
[#004] sha256:00c827872776b5ee6322431d707a103f2d7ac0b9648e21f28bc349569260aa7b - 0.0% (1.18 KB)
[#005] sha256:8729b9559f0350f594c312d494648f1961a4dc31cc7a427040f5bc4e0c7529cd - 0.0% (1.15 KB)
[#006] sha256:deddf6b4841b3b6ad571d7c1803cde9d3da626ad785cc276803fdf54ec12baf6 - 17.28% (464 MB)
[#007] sha256:fd7b313d1da559147e73135408e48f2997dedb9aa471aeb37e56aa37fb45199f - 0.0% (1.15 KB)
[#008] sha256:39d5fb445df73b6c309263892f679b10dbe01930eb710e6386c9e72c776181f0 - 0.0% (1.15 KB)
[#009] sha256:747d3e3a52a82b0e5b48cef3918bc0026495a49116e860df51eff1004d0435ce - 0.0% (1.15 KB)
Apply image 1803-RTM-amd64
2019-07-05 15:30:33 UTCInstall update 1803-amd64
2019-07-10 22:21:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2019-07-10 22:50:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.1.13
2019-07-10 22:50:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.13-signed.msi
2019-07-10 22:50:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=682c5913d551d3508cb3446fe4929ae97552b5a344469855b58c9473f4f58dd6
2019-07-10 23:09:30 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-07-10 23:09:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2019-07-10 23:09:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2019-07-10 23:09:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]