2024-09-11 00:02:41 UTC
1.85 GB
94b6c9575bbd9474484bf35857c5b018855cc799dd22e02dac7f11b1e3b7998e
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.18-rc0-signed.msi
MONGO_VERSION6.0.18-rc0
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 73.58% (1.36 GB)
[#001] sha256:2f0288f4292bf1e42af4c76aa03e435e7a02d1e8bcd39bc98623cae795bc89d6 - 0.0% (1.25 KB)
[#002] sha256:0b8bc0f8f5e53970931a3819851a7de4d8a8d2a33701fa95fb3d75ca8ebc6da3 - 0.0% (1.25 KB)
[#003] sha256:047110ea5108e88088f6e0f384a4d72c404a4b0d3277557d63314f22471dc0db - 0.0% (1.26 KB)
[#004] sha256:ec1f146a72d247f4294c3e32e0fd18200b547fc0cd87e6491b735f4f25f7091d - 0.0% (1.25 KB)
[#005] sha256:3905e2cceef41dbfafccfe6c52c7dbe5d8b8282f361f9a3a6471acf10b270c3b - 26.42% (501 MB)
[#006] sha256:40e03aaa3ba00805b5d6035f742fbf7a3953ddd064e0108d7c08d3fd0184b73b - 0.0% (1.26 KB)
[#007] sha256:59b505a41679b096dcb18c80a9a0bb2425b328be0fd46dfc2ae41db5abf52f1c - 0.0% (1.26 KB)
[#008] sha256:e1c46ef5a14b568063813ceb874e200b118787e49aff8a6baa23322f085fa7fe - 0.0% (1.29 KB)
Apply image 10.0.20348.2700
2024-09-11 00:01:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2024-09-11 00:01:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.18-rc0
2024-09-11 00:01:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.18-rc0-signed.msi
2024-09-11 00:01:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=94b6c9575bbd9474484bf35857c5b018855cc799dd22e02dac7f11b1e3b7998e
2024-09-11 00:02:38 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-09-11 00:02:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2024-09-11 00:02:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2024-09-11 00:02:41 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.