2022-03-01 02:25:23 UTC
2.29 GB
8942cb7d5eba2ac1875dc88a0b776d975f5680a17b56a9e8136556997f143223
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.13-rc0-signed.msi
MONGO_VERSION4.4.13-rc0
[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 50.92% (1.17 GB)
[#001] sha256:898469748ff68223ab87b654b29fb366c1f4f2b7cfad7a37426346ea16db8dfa - 39.18% (919 MB)
[#002] sha256:ff78097ae7bacc8d0990c9620bbe5ddc9639d4f309f097c6cdd3cc7a68e56aad - 0.0% (1.39 KB)
[#003] sha256:14eb0eed39604ef8cb3eb726baa4afc3b1e4e9f02ae280d6643dec6642fea461 - 0.0% (1.36 KB)
[#004] sha256:3d4a68c1c9c3df75ca60b1c4066f3bf259a6ac3f096f038a4189844b1313737c - 0.0% (1.36 KB)
[#005] sha256:d5181aa644fb226ceaae624584d4a38f3d009d0801405d3af0a4809ea363d072 - 0.0% (1.39 KB)
[#006] sha256:e0184578cd384b324f77599793aa50fb786d226aff45aff857c122ebffe91173 - 9.89% (232 MB)
[#007] sha256:8af1dd37954573c12054f6e42dddf5f5f3bf3a0f90829cd8d72a35807383ce6e - 0.0% (1.4 KB)
[#008] sha256:41b447470712bd838ea68f2960b5923b8dc14167f6884b980219ab949fae9847 - 0.0% (1.4 KB)
[#009] sha256:bb5d5c1039842d3661f30f03573cbd5c8033eceaf31369608bec7b24d2a37deb - 0.0% (1.36 KB)
Apply image 2022-RTM-amd64
2022-02-01 02:49:40 UTCInstall update ltsc2022-amd64
2022-02-09 14:56:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-03-01 02:23:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.13-rc0
2022-03-01 02:24:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.13-rc0-signed.msi
2022-03-01 02:24:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8942cb7d5eba2ac1875dc88a0b776d975f5680a17b56a9e8136556997f143223
2022-03-01 02:25:19 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=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.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 ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2022-03-01 02:25:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-03-01 02:25:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-03-01 02:25:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]