Namespace
library
Image / Tag
mongo:4.4.0-rc7-windowsservercore-1809
Content Digest
sha256:397e91683339f30823570df0116e84cbc5954bc0bf5f05203e8871c66235c3c2
Details
Created

2020-05-27 18:49:56 UTC

Size

1.98 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2cfcb05237b05c480761421a78126fcc69761e8396c99e222dcd433c0c5230f1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc7


Layers

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

[#001] sha256:6e220442d94ba050201e82fee90c58b5e714748e7906735032367404c473c91c - 0.0% (1.12 KB)

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

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

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

[#005] sha256:7e23083c29faa7ef259a9da86e2fc53d4cae2cfa3cf50cef3fdd392dfb5a097b - 19.18% (389 MB)

[#006] sha256:26005df8dc2749db3ea8a606283c1749ed8b1c49fb48f73e664eaba993663414 - 0.0% (1.12 KB)

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

[#008] sha256:0f69a4cd6bbf2a72ebb194850174a5672de9de41e8e8c33f1db1ef45445af9c7 - 0.0% (1.14 KB)


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

Apply image 1809-amd64

2020-05-13 13:04:34 UTC

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

2020-05-27 18:30:47 UTC

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

2020-05-27 18:30:48 UTC

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

2020-05-27 18:30:48 UTC

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

2020-05-27 18:49:50 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-05-27 18:49:53 UTC

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

2020-05-27 18:49:54 UTC

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

2020-05-27 18:49:56 UTC

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