Namespace
library
Image / Tag
mongo:4.1-windowsservercore-1803
Content Digest
sha256:9ad9ac47cd28ebb0225de55bcb887644d3f5bad2f22c83551b9c6cfdc07a39a4
Details
Created

2019-07-10 23:09:36 UTC

Size

2.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

682c5913d551d3508cb3446fe4929ae97552b5a344469855b58c9473f4f58dd6

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.1.13


Layers

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

[#001] sha256:2c94705eec1366ad664f9523fe8b5dc4ceed4b4dd7f784e64a526c588201bdc4 - 23.82% (640 MB)

[#002] sha256:ca923bbdbfb45b97fa3deacb0fab791394bb70acb0e732a28742f352b9e98b5f - 0.0% (1.15 KB)

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

[#004] sha256:00c827872776b5ee6322431d707a103f2d7ac0b9648e21f28bc349569260aa7b - 0.0% (1.18 KB)

[#005] sha256:8729b9559f0350f594c312d494648f1961a4dc31cc7a427040f5bc4e0c7529cd - 0.0% (1.15 KB)

[#006] sha256:deddf6b4841b3b6ad571d7c1803cde9d3da626ad785cc276803fdf54ec12baf6 - 17.28% (464 MB)

[#007] sha256:fd7b313d1da559147e73135408e48f2997dedb9aa471aeb37e56aa37fb45199f - 0.0% (1.15 KB)

[#008] sha256:39d5fb445df73b6c309263892f679b10dbe01930eb710e6386c9e72c776181f0 - 0.0% (1.15 KB)

[#009] sha256:747d3e3a52a82b0e5b48cef3918bc0026495a49116e860df51eff1004d0435ce - 0.0% (1.15 KB)


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

Apply image 1803-RTM-amd64

2019-07-05 15:30:33 UTC

Install update 1803-amd64

2019-07-10 22:21:16 UTC

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

2019-07-10 22:50:23 UTC

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

2019-07-10 22:50:24 UTC

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

2019-07-10 22:50:25 UTC

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

2019-07-10 23:09:30 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.';

2019-07-10 23:09:32 UTC

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

2019-07-10 23:09:34 UTC

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

2019-07-10 23:09:36 UTC

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