Namespace
library
Image / Tag
mongo:4.4.8-rc0-windowsservercore-1809
Content Digest
sha256:4eaf7b7ac2729ccaca6efc3cf22570e78736c0425e0830b71c3a46779946742b
Details
Created

2021-07-30 00:18:16 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1b272d4288dcedb26094af0c117956f93ec011ce6acfbeb957eeb06f904ce668

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.8-rc0-signed.msi

MONGO_VERSION

4.4.8-rc0


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.9% (1.6 GB)

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 33.15% (922 MB)

[#002] sha256:adcec6ff907307155c0652222cc9b95a0cc964d4c371e02767e72a5c90472192 - 0.0% (1.39 KB)

[#003] sha256:7d0cd8e249e2766606d572b0c30027f193c6d1fe04df491c42e718b290a68314 - 0.0% (1.35 KB)

[#004] sha256:fe8358d32f8fb46423a9353da32516b50f115ec6377d2fec928a57e55db435c6 - 0.0% (1.25 KB)

[#005] sha256:ab12ce55e11bb0c11169789da8bf5947dc9b84ffa55e8c890cf42bdf71a24462 - 0.0% (1.26 KB)

[#006] sha256:f2f3178886b0aa3fdc30fa91d09f06f56c3e22e53a87f5c0228f61c0b5d83442 - 7.96% (221 MB)

[#007] sha256:1cdd73ce2d9cf4ef9e4e3d5f797cc8b025961d3a83eb2ad3f3b77c1dc136a07c - 0.0% (1.27 KB)

[#008] sha256:81adeba3f513ab3729b5e1cace97da657f0184c22cb4996d352223849b32732c - 0.0% (1.28 KB)

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


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-14 01:07:27 UTC

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

2021-07-30 00:15:56 UTC

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

2021-07-30 00:15:58 UTC

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

2021-07-30 00:16:00 UTC

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

2021-07-30 00:18:08 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.';

2021-07-30 00:18:11 UTC

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

2021-07-30 00:18:13 UTC

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

2021-07-30 00:18:16 UTC

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