2016-09-23 22:39:54 UTC
3.53 GB
f6a81d9e4158816203d91acc1df290714150807cbc4b3da7f36a4209ff76de26
MONGO_DOWNLOAD_URLhttp://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.3.14-signed.msi
MONGO_VERSION3.3.14
[#000] sha256:1239394e5a8ab79fbd3b751dc5d98decf5886f14339958fdf5c1f96c89da58a7 - 91.29% (3.22 GB)
[#001] sha256:be0175dbdd12c150c89a273c6ae8a093858f186a1b130670b81917d39cfc62c3 - 0.0% (1.32 KB)
[#002] sha256:dfe883eff4994fbceb894d01dd7cc6bd7e3ab5903f730c7144ea2e799aa566a5 - 0.11% (3.87 MB)
[#003] sha256:ada6bb992bf4ea2cc5989c48ce3fc80faaccbc1048ae992e1d30bb5fdc45ee74 - 0.0% (1.32 KB)
[#004] sha256:a12e083409caa3acfe15ed75aff4ecd6d2fdea5dfeabe7bdcca1f4cfa5888290 - 0.0% (1.31 KB)
[#005] sha256:8d22bac7145f6d3dfdb0c6bdc61b7da4ab35569ae37d3ab5ae771b6156b25364 - 0.0% (1.31 KB)
[#006] sha256:1c817bf5910b6286b5f4d737ff246a4dfe0b090d078d61d0a213ff1f75df6382 - 8.6% (311 MB)
[#007] sha256:61083fcdc448dce0432fccca43bae88d9d0b3f911299820d73d54f69293ea028 - 0.0% (1.31 KB)
[#008] sha256:17634f6b20c2cfa89963f2b3b8d57f0fdd2cd6901e0a44752097114c944f33a0 - 0.0% (1.32 KB)
[#009] sha256:499fc5fb3c32e59e4fb27868883a927c324f332866fb98a629975bf40a8c9c4d - 0.0% (1.32 KB)
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2016-08-17 20:30:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; [Environment]::SetEnvironmentVariable('PATH', 'C:\mongodb\bin;' + $env:PATH, [EnvironmentVariableTarget]::Machine);
2016-09-23 22:35:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.3.14
2016-09-23 22:35:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.3.14-signed.msi
2016-09-23 22:35:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=f6a81d9e4158816203d91acc1df290714150807cbc4b3da7f36a4209ff76de26
2016-09-23 22:39:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2016-09-23 22:39:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2016-09-23 22:39:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2016-09-23 22:39:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
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.