2024-01-11 00:01:10 UTC
2.16 GB
1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.28-rc0-signed.msi
MONGO_VERSION4.4.28-rc0
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 71.25% (1.54 GB)
[#001] sha256:9da94e8356538054b9b2e3023814100ffe07d42ee8f8dec0ad82a450371abd52 - 18.09% (400 MB)
[#002] sha256:f704faf08259d94f7f6637e908cd02e6633cc431c404912f8a37ad9390c899a4 - 0.0% (1.26 KB)
[#003] sha256:e2cb422a65ffb4210fa2e1fee8ef236c20750d7113d604b20a2c0d15609a578f - 0.0% (1.27 KB)
[#004] sha256:6ac92ad79485f8362aa0940a98f9e4b8afdcf549c4a38aa0b589efd8b0d121e8 - 0.0% (1.26 KB)
[#005] sha256:7cd1bc76f525f11034c29f3faba83e6cc4138315692422e3a9067f9418ca6eca - 0.0% (1.26 KB)
[#006] sha256:1f9eeb1827fdc2274678ce06a9ccee187768ec572b6a1f0287252a0d35d3813d - 10.66% (236 MB)
[#007] sha256:8f3a4734b2fd232dc76414e39986f970c8009f35ec59405057ecf5ed6d5d8ae7 - 0.0% (1.27 KB)
[#008] sha256:c9bbcb386828bf28b29f51141487c97bcf82b144c27496ee50023e41ba172f6f - 0.0% (1.27 KB)
[#009] sha256:48dfd288bc2a2474feaa2c5f61d8e7fbed9f0922bb5404941049dafd1428869a - 0.0% (1.27 KB)
Apply image 10.0.17763.4499
2024-01-02 22:50:56 UTCInstall update 10.0.17763.5329
2024-01-11 00:00:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-01-11 00:00:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.28-rc0
2024-01-11 00:00:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.28-rc0-signed.msi
2024-01-11 00:00:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1
2024-01-11 00:01:05 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\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 ' 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.';
2024-01-11 00:01:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-01-11 00:01:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-01-11 00:01:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.