Namespace
library
Image / Tag
mongo:4.1.6-windowsservercore-1803
Content Digest
sha256:e3bce0e981c9b681ddb18a6b04af7a6cf9b73c748d855e601e5bfa1a31e55951
Details
Created

2018-12-25 20:31:43 UTC

Size

2.6 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

MONGO_VERSION

4.1.6


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 59.41% (1.55 GB)

[#001] sha256:4a716b198c71b782955b21f1eed303f89f487eaef823ebccdeb452b764512b3b - 20.9% (557 MB)

[#002] sha256:edcb8af516ba153b07675737209648bd886ef5c8b56e7c912ead73de6e7b2b28 - 0.0% (1.18 KB)

[#003] sha256:e384ba70d4fc9ee039bf4623e817b4cb0dd52b65f637554148ef09f6be4ecaad - 0.0% (1.18 KB)

[#004] sha256:717858d1829265b83a87a5947ded40c8e9afc91a89711fe8bd51547683fdb010 - 0.0% (1.19 KB)

[#005] sha256:e22921f35abbb34acd9b0f30015ab24f4a2b24b247b1c8fd39f5e802183eccf5 - 0.0% (1.18 KB)

[#006] sha256:09406dc137ff6766f4e8d4c3be28fcbd1d44386bbc530c99b8cc127c69f2290d - 19.69% (525 MB)

[#007] sha256:9f4cc2fd82ad1e983ff2dc387dc6abb250eb91ab1172bbcbf6d667f41a09e159 - 0.0% (1.17 KB)

[#008] sha256:8ba34c5f2550ab48d56f70d695d590e3c8b3e56cdb1c6fdfd76be413014d17d6 - 0.0% (1.17 KB)

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


History
2018-04-12 09:20:54 UTC

Apply image 10.0.17134.1

2018-12-06 19:45:44 UTC

Install update 10.0.17134.469

2018-12-25 19:28:55 UTC

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

2018-12-25 20:07:55 UTC

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

2018-12-25 20:07:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

2018-12-25 20:07:58 UTC

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

2018-12-25 20:31:36 UTC

powershell -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'); 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.';

2018-12-25 20:31:39 UTC

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

2018-12-25 20:31:41 UTC

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

2018-12-25 20:31:43 UTC

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