2025-02-13 00:33:33 UTC
2.56 GB
88fe05d7f324e72b9d17cbfe9bde652053c398efc7cffc0249c944faf4f32b34
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.16-signed.msi
MONGO_VERSION7.0.16
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 62.59% (1.6 GB)
[#001] sha256:c3af2bd0a1965eaed07372d9df47eb5ee783273fad4e91a30412cdd07c198cc7 - 15.16% (397 MB)
[#002] sha256:faaee021797baaee665b4b1c15a22e794516313abfa3446688438d511042e508 - 0.0% (1.25 KB)
[#003] sha256:ff8c889a81fff989ba6c1e84e9c3f94cfdcbbd8a1e9a9a94221f20c635a84abe - 0.0% (1.27 KB)
[#004] sha256:5c7318ad57d502ce4ef523437c8634167cf5fef27fd9965090c05f16395be78d - 0.0% (1.27 KB)
[#005] sha256:4873846340bd932e680db9ba43ddf6941d19275f6a678871e1c0bd3432291dc7 - 0.0% (1.27 KB)
[#006] sha256:10f37ddf659f37f9736c4b7aad757acacb4177461df8adfa4a3f5b4848686368 - 22.26% (583 MB)
[#007] sha256:9742902ecfc19d9c890b4c4e36f6af7f59065006ae3d868845d5a959229f9186 - 0.0% (1.36 KB)
[#008] sha256:f53f3273f095c8c1ee33d838b57f91d28889d0f969774a1c055cd6a90f949d58 - 0.0% (1.33 KB)
[#009] sha256:6e333cda17b8734929e92fbf0cfaa7b93d9d9955b41c0fcc797f6b835c07a766 - 0.0% (1.32 KB)
Apply image 10.0.17763.6293
2025-02-07 18:15:33 UTCInstall update 10.0.17763.6893
2025-02-13 00:31:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-02-13 00:31:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.16
2025-02-13 00:31:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.16-signed.msi
2025-02-13 00:31:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=88fe05d7f324e72b9d17cbfe9bde652053c398efc7cffc0249c944faf4f32b34
2025-02-13 00:33: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'); 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.';
2025-02-13 00:33:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-02-13 00:33:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-02-13 00:33:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]