mvberg / ib-gateway-docker

Interactive Brokers Trading Gateway running in Docker
MIT License
224 stars 105 forks source link

Update major version to 974 #6

Closed krumware closed 5 years ago

krumware commented 5 years ago

This branch updates the major version of IB Gateway to 974 from the QuantConnect builds. Also included:

krumware commented 5 years ago

@mvberg, I don't think this closes #4, but I included a change to the username here. I still want to see if we come across info about the default users. -- edit: I missed your commit 3 hours ago which accomplishes the same --

Also, I'm on the fence about the need for the dos2unix additions. Despite my usage of git config --global core.autocrlf true, sometimes other windows users still have trouble with building and line-endings (one of those cases here for me)

krumware commented 5 years ago

There is also more room for Dockerfile optimization, but that is outside of this PRs responsibility.

mvberg commented 5 years ago

LGTM. Thanks @krumware!

Also, I'm on the fence about the need for the dos2unix additions.

i don't think it hurts

krumware commented 5 years ago

Thanks for the merge! Side note, do you want to tag this and the old version as releases/tags? In case others prefer the previous image

mvberg commented 5 years ago

Side note, do you want to tag this and the old version as releases/tags?

yes, seems it is time to do proper "versioning" and also maybe set up CI to publish to a registry ...

added you a collab - any experience with Cirrus CI? haven't been in the OSS world in some time :)

krumware commented 5 years ago

Thanks for the invite! I don't with Cirrus in particular. But I think in this case it is probably simple enough to sign up free account or org on Docker Cloud and manually add the tags to the automatic build configurations with a regex for the tags.