Namespace
library
Image / Tag
mongo:rc-windowsservercore-1803
Content Digest
sha256:bd189382d7880789546af7d904160c6c9952fd88c3fb8be92c215b804cff26ff
Details
Created

2019-08-08 23:45:00 UTC

Size

2.63 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7be51dd4056f43743fb56d9145df7d107a9e3ebd743e1bcfe857073857535b56

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc8-signed.msi

MONGO_VERSION

4.2.0-rc8


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 58.88% (1.55 GB)

[#001] sha256:2c94705eec1366ad664f9523fe8b5dc4ceed4b4dd7f784e64a526c588201bdc4 - 23.81% (640 MB)

[#002] sha256:ca923bbdbfb45b97fa3deacb0fab791394bb70acb0e732a28742f352b9e98b5f - 0.0% (1.15 KB)

[#003] sha256:cc5e9a380372b8d9e6d42ce37a2146f2e83cbf4fd7f31da27da67f75b2672720 - 0.0% (1.16 KB)

[#004] sha256:206e06d3d13405284d0685ff2827e772d0a66868e92716f17a19f97d90da0d44 - 0.0% (1.16 KB)

[#005] sha256:96d4f807f1bd381f11733870f619c81ce0697e97fd4ad0fd4cb72bf15dcd093e - 0.0% (1.15 KB)

[#006] sha256:9c31959def1f6a77de703a4951e6664dc49ab491a2f87c4daa3e6d37f2830336 - 17.31% (465 MB)

[#007] sha256:71baef6c2ac61c923c9fcff4b2904c55ad56c275db0492ce0a3df77bbcb19128 - 0.0% (1.17 KB)

[#008] sha256:7426f80962c792699de798e4af8938aad05ded57d0d35aa4045590f8c63c51af - 0.0% (1.15 KB)

[#009] sha256:9ce6b32be2f43a5e2647a5ad3662f01d43f6fac9ee160f81503b0bde563939e8 - 0.0% (1.19 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-07-05 15:30:33 UTC

Install update 1803-amd64

2019-07-10 22:21:16 UTC

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

2019-08-08 23:25:27 UTC

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

2019-08-08 23:25:28 UTC

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

2019-08-08 23:25:29 UTC

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

2019-08-08 23:44:54 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-08 23:44:57 UTC

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

2019-08-08 23:44:58 UTC

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

2019-08-08 23:45:00 UTC

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