Fix for version 980#11
Open
kaminsod wants to merge 1 commit into
Open
Conversation
martinffx
added a commit
to martinffx/ib-gateway-docker
that referenced
this pull request
May 24, 2026
- Add VERSION variable extracted from Dockerfile (TWS + IBC versions) - Replace with docker-compose build ib-gateway #1 [internal] load local bake definitions #1 reading from stdin 687B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.39kB 0.0s done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:24.04 #3 ... antequant#4 [auth] library/ubuntu:pull token for registry-1.docker.io antequant#4 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:24.04 #3 DONE 0.8s antequant#5 [internal] load .dockerignore antequant#5 transferring context: 2B done antequant#5 DONE 0.0s antequant#6 [internal] load build context antequant#6 transferring context: 63B done antequant#6 DONE 0.0s antequant#7 [builder 1/7] FROM docker.io/library/ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b antequant#7 resolve docker.io/library/ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b 0.0s done antequant#7 DONE 0.0s antequant#8 [app 5/10] COPY --from=builder /root/install-ibgateway.sh install-ibgateway.sh antequant#8 CACHED antequant#9 [app 9/10] COPY --from=builder /root/run.sh run.sh antequant#9 CACHED antequant#10 [app 3/10] RUN useradd -ms /bin/bash docker antequant#10 CACHED antequant#11 [app 4/10] WORKDIR /home/docker antequant#11 CACHED #12 [builder 5/7] RUN wget -q --progress=bar:force:noscroll --show-progress https://github.com/IbcAlpha/IBC/releases/download/3.23.0/IBCLinux-3.23.0.zip -O ibc.zip && unzip ibc.zip -d /opt/ibc && chmod a+x /opt/ibc/*.sh /opt/ibc/*/*.sh #12 CACHED #13 [builder 4/7] RUN wget -q --progress=bar:force:noscroll --show-progress https://download2.interactivebrokers.com/installers/tws/stable-standalone/tws-stable-standalone-linux-x64.sh -O install-ibgateway.sh && chmod a+x install-ibgateway.sh #13 CACHED #14 [app 8/10] COPY --from=builder /opt/ibc /opt/ibc #14 CACHED #15 [builder 2/7] RUN apt update && apt install -y unzip dos2unix wget && rm -rf /var/lib/apt/lists/* #15 CACHED #16 [app 7/10] RUN mkdir .vnc && x11vnc -storepasswd password .vnc/passwd #16 CACHED #17 [app 2/10] RUN apt update && apt install -y x11vnc xvfb socat && rm -rf /var/lib/apt/lists/* #17 CACHED #18 [builder 3/7] WORKDIR /root #18 CACHED #19 [builder 6/7] COPY run.sh run.sh #19 CACHED #20 [app 6/10] RUN printf "/home/docker/Jts/1030\nn" | ./install-ibgateway.sh #20 CACHED #21 [builder 7/7] RUN dos2unix run.sh #21 CACHED #22 [app 10/10] COPY ibc_config.ini ibc/config.ini #22 CACHED #23 exporting to image #23 exporting layers done #23 exporting manifest sha256:81f20955da401074b2262a14f15647bc34911e2b7781caaf7d8acb454d25aa8a done #23 exporting config sha256:8fb3460441016fef7a34997708f02a12c52af1669ff5e538921dcc2706f7eda0 done #23 exporting attestation manifest sha256:392b58ebda36e1e1d3d030ae6baad3ab9849933c8d1093aed8bc156379839a40 0.0s done #23 exporting manifest list sha256:7ea4b36d74ee49b77def19892ca8a24b5578e6af566c76e5617b86709370591d done #23 naming to docker.io/martinffx/ib-gateway-docker:latest done #23 DONE 0.0s #24 resolving provenance for metadata file #24 DONE 0.0s Error: Working tree is dirty. Commit or stash changes first. that: - Verifies clean working tree - Verifies on main branch - Checks tag doesn't already exist - Creates annotated version tag (e.g., v1030-ibc3.23.0) - Creates/updates annotated tag - Pushes both tags to trigger GitHub Actions CI/CD - Auto-computes version from Dockerfile contents
martinffx
added a commit
to martinffx/ib-gateway-docker
that referenced
this pull request
May 24, 2026
- Add VERSION variable extracted from Dockerfile (TWS + IBC versions) - Replace with docker-compose build ib-gateway #1 [internal] load local bake definitions #1 reading from stdin 687B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.39kB 0.0s done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:24.04 #3 ... antequant#4 [auth] library/ubuntu:pull token for registry-1.docker.io antequant#4 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:24.04 #3 DONE 0.8s antequant#5 [internal] load .dockerignore antequant#5 transferring context: 2B done antequant#5 DONE 0.0s antequant#6 [internal] load build context antequant#6 transferring context: 63B done antequant#6 DONE 0.0s antequant#7 [builder 1/7] FROM docker.io/library/ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b antequant#7 resolve docker.io/library/ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b 0.0s done antequant#7 DONE 0.0s antequant#8 [app 5/10] COPY --from=builder /root/install-ibgateway.sh install-ibgateway.sh antequant#8 CACHED antequant#9 [app 9/10] COPY --from=builder /root/run.sh run.sh antequant#9 CACHED antequant#10 [app 3/10] RUN useradd -ms /bin/bash docker antequant#10 CACHED antequant#11 [app 4/10] WORKDIR /home/docker antequant#11 CACHED #12 [builder 5/7] RUN wget -q --progress=bar:force:noscroll --show-progress https://github.com/IbcAlpha/IBC/releases/download/3.23.0/IBCLinux-3.23.0.zip -O ibc.zip && unzip ibc.zip -d /opt/ibc && chmod a+x /opt/ibc/*.sh /opt/ibc/*/*.sh #12 CACHED #13 [builder 4/7] RUN wget -q --progress=bar:force:noscroll --show-progress https://download2.interactivebrokers.com/installers/tws/stable-standalone/tws-stable-standalone-linux-x64.sh -O install-ibgateway.sh && chmod a+x install-ibgateway.sh #13 CACHED #14 [app 8/10] COPY --from=builder /opt/ibc /opt/ibc #14 CACHED #15 [builder 2/7] RUN apt update && apt install -y unzip dos2unix wget && rm -rf /var/lib/apt/lists/* #15 CACHED #16 [app 7/10] RUN mkdir .vnc && x11vnc -storepasswd password .vnc/passwd #16 CACHED #17 [app 2/10] RUN apt update && apt install -y x11vnc xvfb socat && rm -rf /var/lib/apt/lists/* #17 CACHED #18 [builder 3/7] WORKDIR /root #18 CACHED #19 [builder 6/7] COPY run.sh run.sh #19 CACHED #20 [app 6/10] RUN printf "/home/docker/Jts/1030\nn" | ./install-ibgateway.sh #20 CACHED #21 [builder 7/7] RUN dos2unix run.sh #21 CACHED #22 [app 10/10] COPY ibc_config.ini ibc/config.ini #22 CACHED #23 exporting to image #23 exporting layers done #23 exporting manifest sha256:81f20955da401074b2262a14f15647bc34911e2b7781caaf7d8acb454d25aa8a done #23 exporting config sha256:8fb3460441016fef7a34997708f02a12c52af1669ff5e538921dcc2706f7eda0 done #23 exporting attestation manifest sha256:392b58ebda36e1e1d3d030ae6baad3ab9849933c8d1093aed8bc156379839a40 0.0s done #23 exporting manifest list sha256:7ea4b36d74ee49b77def19892ca8a24b5578e6af566c76e5617b86709370591d done #23 naming to docker.io/martinffx/ib-gateway-docker:latest done #23 DONE 0.0s #24 resolving provenance for metadata file #24 DONE 0.0s Error: Working tree is dirty. Commit or stash changes first. that: - Verifies clean working tree - Verifies on main branch - Checks tag doesn't already exist - Creates annotated version tag (e.g., v1030-ibc3.23.0) - Creates/updates annotated tag - Pushes both tags to trigger GitHub Actions CI/CD - Auto-computes version from Dockerfile contents
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 980 has a different window title, login interface and different installer prompts.
Not tested with older versions of gateway.