Namespace
library
Image / Tag
mongo:4.4.0-rc10-windowsservercore-ltsc2016
Content Digest
sha256:b972e8394fce7c17e3d25c32b1c6d9e8c9f49131a6f3d723e1f2c9b5ca4675a7
Details
Created

2020-06-18 20:51:33 UTC

Size

5.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3bef49f1503da23b39ee6681e93303bdab6aa67cda0bdb1b97c89e7ee0ec76f5

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc10-signed.msi

MONGO_VERSION

4.4.0-rc10


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 66.21% (3.79 GB)

[#001] sha256:375fbabb84945635805b46a02a17ac15a3177bcaae7404cfab5f1ceb0460cb60 - 27.07% (1.55 GB)

[#002] sha256:30efe9163d37226b077b25cd93b088cebd2ddbaadf173d143b9fe0ddecaeae53 - 0.0% (1.12 KB)

[#003] sha256:e19df3191156125ea1bbd63c53d256f83d15f0cfaa1f677ef191c48c303841e7 - 0.0% (1.13 KB)

[#004] sha256:788c4366b7c9e5a09b58069148af8b3791b4ca82423aba95ce83b483423704e3 - 0.0% (1.13 KB)

[#005] sha256:5cd2f58c1d2da59a2eebdbdba8d947fba55443df619d2750963a76cd3df8de2e - 0.0% (1.14 KB)

[#006] sha256:7e273aa7ba75f9bb43bf008d78dfa5751fe98da365d964083fb5c9160a191bc6 - 6.72% (394 MB)

[#007] sha256:314d26216e21f0a905a0536a1676190d2dc38f650f7602f81251ee2b05b5e114 - 0.0% (1.1 KB)

[#008] sha256:408752ee9ba8edb537c8574b64e9700fe2c85a5cac087a88438bf307c77fe53f - 0.0% (1.14 KB)

[#009] sha256:bc1b6e6628eff791ec9a752702b1feed4639ca359af95c776eecebef25832e26 - 0.0% (1.13 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-06-01 18:53:00 UTC

Install update ltsc2016-amd64

2020-06-10 12:52:06 UTC

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

2020-06-18 20:15:15 UTC

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

2020-06-18 20:15:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc10-signed.msi

2020-06-18 20:15:17 UTC

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

2020-06-18 20:51:29 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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.';

2020-06-18 20:51:30 UTC

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

2020-06-18 20:51:31 UTC

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

2020-06-18 20:51:33 UTC

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