ib_tws_docker icon indicating copy to clipboard operation
ib_tws_docker copied to clipboard

orgsync/java8 is gone

Open rmoriz opened this issue 8 years ago • 4 comments

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.

rmoriz avatar Apr 16 '16 16:04 rmoriz

Thanks for letting me know! I'll find a new base image in short order On Apr 16, 2016 12:44 PM, "Roland Moriz" [email protected] 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

ajpierce avatar Apr 16 '16 16:04 ajpierce

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

rmoriz avatar Apr 16 '16 17:04 rmoriz

I’m having the same issues too.

On Apr 16, 2016, at 1:24 PM, Roland Moriz [email protected] 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

vgoklani avatar Apr 17 '16 07:04 vgoklani

@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!

ajpierce avatar Apr 20 '16 01:04 ajpierce