UnusualAlpha / ib-gateway-docker

Docker image with IB Gateway and IBC
MIT License
221 stars 88 forks source link

Package tag staleness #91

Open jlixfeld opened 1 year ago

jlixfeld commented 1 year ago

Describe the bug Stable is currently 10.22.2a and Latest currently 10.23.2b but tags are behind so the versions running in the images differ

I see branches and PRs for the correct versions but sees those haven't made their way into images yet.

To Reproduce

% docker run --pull always -it ghcr.io/unusualalpha/ib-gateway:stable ls -al /root/Jts/ibgateway
stable: Pulling from unusualalpha/ib-gateway
Digest: sha256:7d5c3e5d0e49197f7abeab871d6c48e43996de8177d7cac2262cba0795367603
Status: Image is up to date for ghcr.io/unusualalpha/ib-gateway:stable
total 12
drwxr-xr-x 3 root root 4096 Jan 19  2023 .
drwxr-xr-x 3 root root 4096 Jan 19  2023 ..
drwxr-xr-x 5 root root 4096 Jan 19  2023 10.19.1j
%
gnzsnz commented 1 year ago

Hi @jlixfeld ,

I noticed the issue while working on a potential pull request.

I have created a copy of this repo and managed to automatically build new docker images for stable (10.19.2b) and latest (10.24.1b). you can find them here.

Please take into account that i build this to test my changes, so they are included in the new images. however i don't expect my changes to cause problems. I have:

so basically these images are on par with IBC 3.18.0 plus timezone support.

I will submit a pull request to merge this changes.