2024-03-13 00:08:52 UTC
2.55 GB
e22bab04e716f29c70420a247f6e10814fc344488c985860ff58b074a1fb53af
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.7-rc2-signed.msi
MONGO_VERSION7.0.7-rc2
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 60.17% (1.54 GB)
[#001] sha256:a22a88a4a0d197cb745939f382a7898094af0a089fce3173f283651a01da996b - 17.3% (452 MB)
[#002] sha256:e6766be3055abde89e999fc7feae38b2f3ac2ad80db4ed34ce81b0b04bd10259 - 0.0% (1.25 KB)
[#003] sha256:7dc78ac688ad5a28517855f4c408fa9da4e645ae5854fd5855b6ded18f2a4550 - 0.0% (1.27 KB)
[#004] sha256:ba3b5999de3fa407f4e0cd2e392eefc8c52b714b9dd5f0dde05d0eca7c99ad48 - 0.0% (1.26 KB)
[#005] sha256:fbf36d2d3906bcf405aa7b592d6709a1aa81fbdca5050a6a027742292d51ef67 - 0.0% (1.29 KB)
[#006] sha256:bcf76c9d56974ef549e9a4c136ca83f5f60c85963c252c88fdd580afa867220c - 22.53% (590 MB)
[#007] sha256:560f749fb55bc43dc0e7ff78c26ec2c2574b854c84c6bbf342286b9aaebd5257 - 0.0% (1.26 KB)
[#008] sha256:1632c8f2889e8f8f93d03ddd1faba596d2d156789fd4d0011b82d64c0f489bf6 - 0.0% (1.27 KB)
[#009] sha256:c523dde7a8f12b5e83bc5f295d937d16c304034593a137e42d5c42c2262a8f95 - 0.0% (1.26 KB)
Apply image 10.0.17763.4499
2024-03-04 01:18:21 UTCInstall update 10.0.17763.5576
2024-03-13 00:06:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-03-13 00:06:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.7-rc2
2024-03-13 00:06:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.7-rc2-signed.msi
2024-03-13 00:06:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=e22bab04e716f29c70420a247f6e10814fc344488c985860ff58b074a1fb53af
2024-03-13 00:08:50 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.';
2024-03-13 00:08:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-03-13 00:08:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-03-13 00:08:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]