2024-04-15 18:02:42 UTC
2.59 GB
5c83d9884b0a55923aae028561719a246ef92329f5cb72a11166ee2d719a6faa
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.9-rc0-signed.msi
MONGO_VERSION7.0.9-rc0
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 59.27% (1.54 GB)
[#001] sha256:e920b78002850882cc637991bf16e3cd3fdd45576cf3e930819c98f6b43518d3 - 18.45% (490 MB)
[#002] sha256:83951cf487d60a33a15c7c0fe69f266808262bee0f4f08de69e815475ffbba4e - 0.0% (1.29 KB)
[#003] sha256:fc7366ebf06ddd00dc0052b67cea26fec5813c16a7ad51c761547aa2d9f6fc66 - 0.0% (1.27 KB)
[#004] sha256:cf11305cf72d12c8c4148737dffce11c20117bc613ee9578a4e211fe70a321b8 - 0.0% (1.27 KB)
[#005] sha256:7948907b9248dfe4334026373d4d2e033dbf88e9cce3ce4db2048f6ae2376eac - 0.0% (1.25 KB)
[#006] sha256:e1ebf5afec48669d959d70c8f6d0495e4afadb59fa93dd009cf9697a7762449f - 22.28% (592 MB)
[#007] sha256:dd0f8c61b0683781074c90f5118fbece182dfdb8f868bd0ab12f6a7816623ec8 - 0.0% (1.26 KB)
[#008] sha256:ee8a011197df1a3d7472e035d8d5dcc9f0bae967723a524d46825cc256a3fe77 - 0.0% (1.27 KB)
[#009] sha256:c2b8b5730b4578186b13db158bb1c943d71f59bc68db1a00e2b54b5155ff0cda - 0.0% (1.3 KB)
Apply image 10.0.17763.4499
2024-04-06 02:39:33 UTCInstall update 10.0.17763.5696
2024-04-15 18:00:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-04-15 18:00:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.9-rc0
2024-04-15 18:00:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.9-rc0-signed.msi
2024-04-15 18:00:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=5c83d9884b0a55923aae028561719a246ef92329f5cb72a11166ee2d719a6faa
2024-04-15 18:02:40 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-04-15 18:02:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-04-15 18:02:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-04-15 18:02:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]