Namespace
library
Image / Tag
mongo:3.6.13-windowsservercore-ltsc2016
Content Digest
sha256:eb1844271bdde8762d0e41fdeabd4c7e7cf5b13e55a9fd5c0185b0be7e82e5e0
Details
Created

2019-08-14 01:51:58 UTC

Size

5.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b7cf208f31432fa511273a65a4a983866b98be4f7f5e61c5c99279a873f22b71

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.13-signed.msi

MONGO_VERSION

3.6.13


Layers

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

[#001] sha256:234c9b9e497c8b74a6abb4af1355a93bba8d4376237ea7fd03f1a0609664585f - 28.33% (1.53 GB)

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

[#003] sha256:828508b7a82f4345e37b92156f49025494a414def403248faa1dc214884ab144 - 0.0% (1.17 KB)

[#004] sha256:20944bb9d57c99853a46b90438abd17da7f66cb48f3d1e0e426775405e978016 - 0.0% (1.12 KB)

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

[#006] sha256:c026f757007f2ebf21df3cc52eeb2ca27ca3f84a1d9b434bd9ffff11832d576e - 1.61% (89 MB)

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

[#008] sha256:4bbac24ae10e9f339c8ad3012c4a078e4f054828df544259fea55f361ed2e473 - 0.0% (1.18 KB)

[#009] sha256:80647f26825c73a979054f55b05a461a8adaf8ba98af604d2833408186701fc9 - 0.0% (1.16 KB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-08-07 20:03:59 UTC

Install update ltsc2016-amd64

2019-08-14 01:38:13 UTC

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

2019-08-14 01:41:42 UTC

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

2019-08-14 01:41:44 UTC

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

2019-08-14 01:41:45 UTC

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

2019-08-14 01:51:52 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-08-14 01:51:54 UTC

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

2019-08-14 01:51:56 UTC

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

2019-08-14 01:51:58 UTC

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