Namespace
library
Image / Tag
mongo:3.2.10-windowsservercore
Content Digest
sha256:ed4a7f75ec9f5ef8841770e96cc95a54776c04975a683f419ac3de1d9d27dcc5
Details
Created

2016-11-15 00:35:32 UTC

Size

4.35 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

630b614df367d8ca98f7d57e3937cae7c3915e1fb8da100f316c680da8d7f4ef

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.10-signed.msi

MONGO_VERSION

3.2.10


Layers

[#000] sha256:9c7f9c7d9bc2915388ecc5d08e89a7583658285469d7325281f95d8ee279cc60 - 79.98% (3.48 GB)

[#001] sha256:d33fff6043a134da85e10360f9932543f1dfc0c3a22e1edd062aa9b088a86c5b - 18.8% (838 MB)

[#002] sha256:f24cd6bb1240a6a8641fa44a4bbea3e59d3729b9e1513ca48370c4576b6fddea - 0.0% (1.19 KB)

[#003] sha256:150659dc1fe91c9d16af696d263f2c0eb53c4be9d99914ceb51be8184ad7e31e - 0.0% (1.19 KB)

[#004] sha256:60532d5cfa14ad947a92de17bc7bb70eecb3d7f4528339d3001341750676a304 - 0.0% (1.18 KB)

[#005] sha256:e72ac5c5f9a45c8963aa27e3fd4fc30478286eb10329a2dba81c494e8713e6b5 - 0.0% (1.2 KB)

[#006] sha256:86af14a39b3170927b5cfc5976c9dba9ff68f8c504c0b1ba064eb5825bd8b68c - 1.22% (54.3 MB)

[#007] sha256:7872dd787197a15007db02ed80eb6ca5340e78108e9d777a25c84fe8cf57f109 - 0.0% (1.18 KB)

[#008] sha256:be1c48367e4869c8c0364b0ffb2631312113a17ec1ca4562b56989633e4c507e - 0.0% (1.19 KB)

[#009] sha256:f94e70be766465a13298476bdb674c2049015a84f1e605240b223e65c38db1f0 - 0.0% (1.18 KB)


History
2016-11-15 00:01:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2016-11-15 00:34:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.2.10

2016-11-15 00:34:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.10-signed.msi

2016-11-15 00:34:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=630b614df367d8ca98f7d57e3937cae7c3915e1fb8da100f316c680da8d7f4ef

2016-11-15 00:35:18 UTC

powershell -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:35:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2016-11-15 00:35:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp

2016-11-15 00:35:32 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]