2024-10-01 01:05:47 UTC
2.08 GB
b029528f106f4b443e0788b5dfd6f8a50277af93c9e314ad8e5c4a2d5a0e5ad5
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-rc0-signed.msi
MONGO_VERSION8.0.1-rc0
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 65.61% (1.36 GB)
[#001] sha256:bc4400a552454a735b365aa2e2cd32049a0e018d5ad5dfd553e476319e129d4d - 0.0% (1.26 KB)
[#002] sha256:96847095c5920550d7764e0ceb22b9c7f5e7c06b84e67f3d65bcf4f10f656093 - 0.0% (1.25 KB)
[#003] sha256:ceef4dc019ab0895744e06b402a8da5503231b423252b98ebaf0fa8c62785a56 - 0.0% (1.25 KB)
[#004] sha256:750f9adde7e4a6915cc9bc760591b210137d0470adef09483bde617b1db0781d - 0.0% (1.25 KB)
[#005] sha256:99697782c73e8d280a5b0ab885d6a1ad3ecfd3ff6cb3dc4fe45ba313021b0b43 - 34.39% (731 MB)
[#006] sha256:6d728b2bf3609c7fac8ce304cb9f4d43beeaa9223940ef1b19a5f908f1a05330 - 0.0% (1.26 KB)
[#007] sha256:7946be23bc4dd87cbb8543b076f0034c0591389843ec7c64b919b45681c0765e - 0.0% (1.25 KB)
[#008] sha256:28c596685475e931aaadf7aabab7b632f3aa81a9ddce977e093a7ed507d29130 - 0.0% (1.25 KB)
Apply image 10.0.20348.2700
2024-10-01 01:02:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-10-01 01:02:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.1-rc0
2024-10-01 01:02:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-rc0-signed.msi
2024-10-01 01:02:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b029528f106f4b443e0788b5dfd6f8a50277af93c9e314ad8e5c4a2d5a0e5ad5
2024-10-01 01:05: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', '/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-10-01 01:05:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-10-01 01:05:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-10-01 01:05:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2024-10-01 01:04:36 UTC
2.32 GB
b029528f106f4b443e0788b5dfd6f8a50277af93c9e314ad8e5c4a2d5a0e5ad5
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-rc0-signed.msi
MONGO_VERSION8.0.1-rc0
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 69.18% (1.6 GB)
[#001] sha256:d3df1081281f02fd67775d4f231da60624d91666acd019009651420c3d61bd9e - 0.0% (1.27 KB)
[#002] sha256:e6cf92184fe08da0cf7d56ef00f1003681c014326f9606dae8e7e01d0d5122e9 - 0.0% (1.26 KB)
[#003] sha256:4234de18fb487336d77174a6ca81d36c2730c7c557881299a4bc484ce2d917aa - 0.0% (1.27 KB)
[#004] sha256:0e27d6ccbee2dfe83529033eecb5c810f5d5625542d3fe3e0d50c764fe65b0ee - 0.0% (1.26 KB)
[#005] sha256:6fb2899fb1ad7f193a13d5ea30ad75f2ebc524fbab868302a590addfed098ea4 - 30.82% (731 MB)
[#006] sha256:1f287caba953f3a2f34817ece88bff15fce2f01d8610e933b1c3df8697d38d38 - 0.0% (1.27 KB)
[#007] sha256:d29d26f8a9a7ca3702a26d851e7c43caeb647de923ed170d36050c44b4d83b93 - 0.0% (1.25 KB)
[#008] sha256:83e15bf5440dab7d894b31465a73a6439c7b0bc2b82cd9a2cee8aca221a48fbb - 0.0% (1.27 KB)
Apply image 10.0.17763.6293
2024-10-01 01:02:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-10-01 01:02:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.1-rc0
2024-10-01 01:02:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-rc0-signed.msi
2024-10-01 01:02:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b029528f106f4b443e0788b5dfd6f8a50277af93c9e314ad8e5c4a2d5a0e5ad5
2024-10-01 01:04:34 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-10-01 01:04:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-10-01 01:04:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-10-01 01:04:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]