Namespace
library
Image / Tag
mongo:4.4.0-rc14-windowsservercore-1809
Content Digest
sha256:7e4ef9d5c5a99eaf5d7012f8d57cb4f55c5ef6ebbd3b1e357eef225555353b70
Details
Created

2020-07-23 19:49:10 UTC

Size

2.54 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

74febaa98cd4dc7095aa34c9451235e50f3fa5d662230b465800eba79b865a9d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc14


Layers

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

[#001] sha256:fc1b9e59edad2bf789457b52138acc367e86072b73bf862eaf96be70f4d4edbb - 21.74% (564 MB)

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

[#003] sha256:fd666845ca3bdcc15c24652e0ff79e818b4d354ed8d9f00a9b78c0a69fb0dea1 - 0.0% (1.06 KB)

[#004] sha256:a23643aa0c2818301a47e42fedeaa69d320141a602993824327ee39034d79d83 - 0.0% (1.05 KB)

[#005] sha256:519ec84d6a917f6fc3d70328053e275180956b182e9c17814ab2ea3824d789b7 - 0.0% (1.05 KB)

[#006] sha256:4e99108a8f1ac902218296eabd2ca1661fa2c97d872ef52cf3b807e3146eda25 - 15.15% (393 MB)

[#007] sha256:9f5c2cf8ea61e8374ec34fc6fa6fa5a44754721cec2905155ca79d847927087c - 0.0% (1.12 KB)

[#008] sha256:455ff26c7051f08d062c946fa3968c4cc7aad659875c18e725b9b46a8508376e - 0.0% (1.15 KB)

[#009] sha256:4111fda336322ed7db23e968ca25ce17c9a022ed20ba8caf1e8c523d00087a3e - 0.0% (1.12 KB)


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

Apply image 1809-RTM-amd64

2020-07-08 04:26:49 UTC

Install update 1809-amd64

2020-07-15 12:15:48 UTC

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

2020-07-23 19:31:04 UTC

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

2020-07-23 19:31:06 UTC

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

2020-07-23 19:31:07 UTC

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

2020-07-23 19:49:04 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-07-23 19:49:06 UTC

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

2020-07-23 19:49:07 UTC

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

2020-07-23 19:49:10 UTC

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