2016-11-15 00:40:22 UTC
4.36 GB
25811f525841ae6a8ecb3615c7d93068b0a5f4d028d1488918d26a04f513b4dd
MONGO_DOWNLOAD_URLhttp://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.0-rc3-signed.msi
MONGO_VERSION3.4.0-rc3
[#000] sha256:9c7f9c7d9bc2915388ecc5d08e89a7583658285469d7325281f95d8ee279cc60 - 79.81% (3.48 GB)
[#001] sha256:d33fff6043a134da85e10360f9932543f1dfc0c3a22e1edd062aa9b088a86c5b - 18.77% (838 MB)
[#002] sha256:f24cd6bb1240a6a8641fa44a4bbea3e59d3729b9e1513ca48370c4576b6fddea - 0.0% (1.19 KB)
[#003] sha256:a099ebc3c6efc0734f987197861c64690cd1334fae2eddbd7b0a4e5bd46996b2 - 0.0% (1.18 KB)
[#004] sha256:b25141512d7a5b8caf57f0e745b74424cd152c9812467304bf4ce60e8747b784 - 0.0% (1.19 KB)
[#005] sha256:016d4e0e34271dfee115895f20bcb419dded7736f4913d1cae7998a71ae717f3 - 0.0% (1.19 KB)
[#006] sha256:bd925e2655d189cc843e9c477b414d8ef3a54b3296dd9bae986e46ece364807e - 1.43% (63.7 MB)
[#007] sha256:b9fba7382b12b8058ed5125ea58060b1aa944be5ad3a73d97d4b4f6b7ba47e7e - 0.0% (1.18 KB)
[#008] sha256:46a860ad89f48ea63685d56a5c1fbfa70293bd846bfb38f94e39af65e6b98f69 - 0.0% (1.18 KB)
[#009] sha256:3cbd5a3d64b93e39d1bd1abdfba46261be17f437400dbc516c0a8df4aa9d3afc - 0.0% (1.19 KB)
powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2016-11-15 00:38:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.0-rc3
2016-11-15 00:38:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.0-rc3-signed.msi
2016-11-15 00:38:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=25811f525841ae6a8ecb3615c7d93068b0a5f4d028d1488918d26a04f513b4dd
2016-11-15 00:40:04 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' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2016-11-15 00:40:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2016-11-15 00:40:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2016-11-15 00:40:22 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.