Namespace
library
Image / Tag
mongo:4.4.12-rc1-windowsservercore-ltsc2016
Content Digest
sha256:fc54ae7c6f26cf46bffa2f4f6ac8a62fe541b14142d7841eea4b4798a7e83c8b
Details
Created

2022-01-12 04:05:39 UTC

Size

6.08 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9a3b5cb9035c9701bfbc4e8bdef637b5380de73d5d22fdc38d6e543dde80847e

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.12-rc1-signed.msi

MONGO_VERSION

4.4.12-rc1


Layers

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

[#001] sha256:8428508ffd63b4af1ba690ec41e82a116f10ec6c3fb70962348f5448d42e5835 - 33.84% (2.06 GB)

[#002] sha256:25aec0a6b64c784bf7521344203ee5def4d38eedfdd68f4b452d3250b5b9ddcf - 0.0% (1.3 KB)

[#003] sha256:56a45add0efaa0f0cb0f6eac0d01f92aca308c1de40b0c98cdd03e7bacbd1bc4 - 0.0% (1.39 KB)

[#004] sha256:57968e121752fe68f44033d42f5b8cd631cf830832f3981c0946e9458fb01f33 - 0.0% (1.4 KB)

[#005] sha256:88ef6712d94089de2e18a2f2e85987cccc6cfc6fff946b00a56178775b9695d8 - 0.0% (1.36 KB)

[#006] sha256:656a4ae6a799338c06434d3e7ddad2bfa798044f410361acaa8dc4d270a955e8 - 3.78% (235 MB)

[#007] sha256:81f8212a7164c71b3f842890641ab7f7b7a971cbaa6ed01a828723b4db531e9a - 0.0% (1.39 KB)

[#008] sha256:ac6f2cafb2f37691b0eb8b21b9bc5f2440860072f5b1a00f6e1cf4d4b2478f7a - 0.0% (1.38 KB)

[#009] sha256:6cdcba4d652a852ac50e149a2be8306f0e2470837f225cef585bafad894996c3 - 0.0% (1.37 KB)


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

Apply image 1607-RTM-amd64

2022-01-06 14:33:00 UTC

Install update ltsc2016-amd64

2022-01-11 19:57:39 UTC

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

2022-01-11 20:01:06 UTC

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

2022-01-11 20:01:07 UTC

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

2022-01-11 20:01:09 UTC

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

2022-01-12 04:05: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'); 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-01-12 04:05:37 UTC

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

2022-01-12 04:05:38 UTC

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

2022-01-12 04:05:39 UTC

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