2021-05-11 23:58:18 UTC
2.52 GB
ebc275ea0b2f69f2297e329877cb8174c69d2a5da3c41306b5b7a06aa45796e8
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.23-signed.msi
MONGO_VERSION3.6.23
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 63.62% (1.6 GB)
[#001] sha256:8116de3c91c3f1ef2d6c09b49ef5407c9b4d672896eb3af5182a997c3c5379c9 - 28.0% (721 MB)
[#002] sha256:c049a65ed9206719f5c04428cb853623400e8ab1668243872b1134775f752962 - 0.0% (1.4 KB)
[#003] sha256:af43e506c53440ad09d8e3d8d28da0572bdb5fb2585cff7c32f9150add8a2d9d - 0.0% (1.41 KB)
[#004] sha256:266d67fce156b20492d637ca414bcf724c7c49b5f51aeecefe126d091c474053 - 0.0% (1.4 KB)
[#005] sha256:a6412b8dff95bf66f633f13fcacc76cfc3792bfa527af4a705fe43ad2c5b9a49 - 0.0% (1.4 KB)
[#006] sha256:4b29c27943a96936fd7f9f3db2e7cd0a6b04b4d090e6be3e420237e61ea940b8 - 8.38% (216 MB)
[#007] sha256:9574d631beb757810238376cdfe620f7d6d1d9412711548bd6976b291889c138 - 0.0% (1.4 KB)
[#008] sha256:dbdf8df467b8ff7dfa85c3749b3e3a302c6db5957be67cb313dd7dc9d371b6ae - 0.0% (1.4 KB)
[#009] sha256:60cb35e6510407cbcbe7cb2b4edbf6ba2eadc69c3245b38b88cd432394c86c88 - 0.0% (1.41 KB)
Apply image 1809-RTM-amd64
2021-05-08 09:21:48 UTCInstall update 1809-amd64
2021-05-11 23:54:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-05-11 23:54:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.23
2021-05-11 23:54:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.23-signed.msi
2021-05-11 23:54:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=ebc275ea0b2f69f2297e329877cb8174c69d2a5da3c41306b5b7a06aa45796e8
2021-05-11 23:58:11 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=Server,Client,Router,MiscellaneousTools,MonitoringTools,ImportExportTools' ); if (-Not (Test-Path C:\mongodb\bin\mongo.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.';
2021-05-11 23:58:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-05-11 23:58:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-05-11 23:58:18 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.