2020-07-15 18:03:49 UTC
5.73 GB
ec40c182692e78c7ab9381fd7045f66b8ed396ff7bbb345e299393debd6346ed
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc13-signed.msi
MONGO_VERSION4.4.0-rc13
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 66.17% (3.79 GB)
[#001] sha256:802c4beb8b091968ccf1bb4a853ded7955ddb79e6f8775a5155cb5ed07dcbcab - 27.11% (1.55 GB)
[#002] sha256:3393eecaf56a66035ab178b379bacf81d30373b630b34b2973501f259aadb0f6 - 0.0% (1.1 KB)
[#003] sha256:a65dce549b1454f61bda7b44d15256c38437b173395032d3fc659245d96ca9b8 - 0.0% (1.15 KB)
[#004] sha256:4c9bef1dccf7a6efc269977629c52fd3d9197df70da6c00c36588ee257e6a347 - 0.0% (1.1 KB)
[#005] sha256:8fec979fd38b21b7e957d1d8ffd5982e29fea7b7a63a1be0b8500a3654c05a67 - 0.0% (1.12 KB)
[#006] sha256:11013917d7f160ab718ffa14e0802895c3e9321a508d5f272a3070ddbd4754a2 - 6.72% (394 MB)
[#007] sha256:b4a3abd8c5b861153de1a577abc40443c928d521d105a6d9b6624ff4d75be21e - 0.0% (1.1 KB)
[#008] sha256:c39c4c2d73764996b509eb109839dc926fa90455702b8edfc4ec7713d9ce1be6 - 0.0% (1.12 KB)
[#009] sha256:542ee0b40ab807120babe9fcd9250a48e70abaff23fcdb57c7280a8308cb75e0 - 0.0% (1.14 KB)
Apply image 1607-RTM-amd64
2020-07-07 21:05:00 UTCInstall update ltsc2016-amd64
2020-07-15 12:24:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2020-07-15 17:45:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.0-rc13
2020-07-15 17:45:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc13-signed.msi
2020-07-15 17:45:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=ec40c182692e78c7ab9381fd7045f66b8ed396ff7bbb345e299393debd6346ed
2020-07-15 18:03:45 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', '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.';
2020-07-15 18:03:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2020-07-15 18:03:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2020-07-15 18:03:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]