Namespace
library
Image / Tag
mongo:rc-windowsservercore-ltsc2016
Content Digest
sha256:04503120473675ff530f47a61e885cbaf3e2624b1791084a1ab58f1b5693a29b
Details
Created

2019-08-08 23:25:17 UTC

Size

5.4 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:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.16% (3.79 GB)

[#001] sha256:a816556df6ab81da5fe05f09f52050098042b11001ccce80336f3c312a840d65 - 28.24% (1.53 GB)

[#002] sha256:569687b16c6d860ffcbe521b5cf3f3564df9d3abcfe21ebf8b766651bb5d68d3 - 0.0% (1.18 KB)

[#003] sha256:b5910e8af8fee3a7022f712ac37d125ce2892c42381363b07da2945844352981 - 0.0% (1.14 KB)

[#004] sha256:6f72f346c18f120bfe616201796632480704c55e92c427a0446914d03ae46091 - 0.0% (1.16 KB)

[#005] sha256:0e63e15c44b96b09900d33444b38f21fc3158d105834079414ec076ea54d28b0 - 0.0% (1.18 KB)

[#006] sha256:dddf62cf3b88ce358765602becc93cfa136fd726a2704cc234b66f19596f462b - 1.6% (88.6 MB)

[#007] sha256:b8d9a1e044e1ab72aeafde04d11c1d85c76802ba7c504822c25d8b38125ecac8 - 0.0% (1.16 KB)

[#008] sha256:358d551b8446f3ac8de106e65a91ce2c9958c585efa86a7ab7b7a116a94ed9b9 - 0.0% (1.16 KB)

[#009] sha256:5b2f5215fbfc20a89e04fb508a9629eb989d8d30db8badd1762d2b5fa0e339b1 - 0.0% (1.16 KB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-07-05 15:56:18 UTC

Install update ltsc2016-amd64

2019-07-10 14:30:47 UTC

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

2019-08-08 23:14:54 UTC

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

2019-08-08 23:14:55 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:14:56 UTC

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

2019-08-08 23:25:11 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:25:13 UTC

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

2019-08-08 23:25:15 UTC

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

2019-08-08 23:25:17 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete