ajpierce / ib_tws_docker

A Docker container for running a headless Interactive Brokers' TWS instance whose API is exposed on port 4001
32 stars 21 forks source link

orgsync/java8 is gone #2

Open rmoriz opened 8 years ago

rmoriz commented 8 years ago

Hi

the base image orgsync/java8 is gone from docker hub. Looks like orgsync moved all of their images to a private repo at quay.io.

related:

https://github.com/orgsync/docker-java/blob/master/Dockerfile https://quay.io/repository/orgsync/java?tag=latest&tab=tags

workaround:

index 8fbf951..44a601d 100644
--- i/Dockerfile
+++ w/Dockerfile
@@ -1,7 +1,7 @@
 #############################################################
 # Dockerfile to build Interactive Broker TWS container images
 #############################################################
-FROM orgsync/java8
+FROM quay.io/orgsync/java:1.8.0_66-b17

However maybe it's better to "in-source" the mentioned java dockerfile and switch to the official debian (or ubuntu) base image.

ajpierce commented 8 years ago

Thanks for letting me know! I'll find a new base image in short order On Apr 16, 2016 12:44 PM, "Roland Moriz" notifications@github.com wrote:

Hi

the base image orgsync/java8 is gone from docker hub. Looks like orgsync moved all of their images to a private repo at quay.io.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ajpierce/ib_tws_docker/issues/2

rmoriz commented 8 years ago

Also the latest TWS is not compatible anymore with IB Controller and the Stable TWS version needs an updated IB Controller version too.

vgoklani commented 8 years ago

I’m having the same issues too.

On Apr 16, 2016, at 1:24 PM, Roland Moriz notifications@github.com wrote:

Also the latest TWS is not compatible anymore with IB Controller and the Stable TWS version needs an updated IB Controller version too.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ajpierce/ib_tws_docker/issues/2#issuecomment-210861343

ajpierce commented 8 years ago

@rmoriz Thanks again for the feedback and the fix! I've gone ahead and implemented the solution you've provided here: https://github.com/ajpierce/ib_tws_docker/commit/5da50083f6d27f25339c1225242ac09f093596be

I know we're not out of the woods yet, so I've logged in issues #3 #4 and #5.

Thanks again for your contribution!