Block a user
forgeflow/ff-ibgateway (b70cf79)
Published 2026-04-07 11:28:01 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/ff-ibgateway:b70cf79sha256:5005fd5fe17ec5fb584d7b847edf33213ac36adfb7568b38df5b0dacae47d3d6
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| ARG IB_GATEWAY_CHANNEL |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl libxtst6 libxi6 libxrender1 libfontconfig1 libfreetype6 x11-apps x11-utils xvfb x11vnc imagemagick unzip && rm -rf /var/lib/apt/lists/* |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c useradd -m -s /bin/bash -u 1000 ibgateway |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c curl -sSL "https://download2.interactivebrokers.com/installers/ibgateway/${IB_GATEWAY_CHANNEL}-standalone/ibgateway-${IB_GATEWAY_CHANNEL}-standalone-linux-x64.sh" -o /tmp/ibgateway-install.sh && chmod +x /tmp/ibgateway-install.sh && /tmp/ibgateway-install.sh -q -dir /opt/ibgateway && rm /tmp/ibgateway-install.sh |
| COPY file:cbb52b5f3ea4dacd8ea07b9cdb0b0c11f64268a39ca65808d423d2bf07619bc9 in /opt/ff-ibgateway.jar |
| COPY file:f911be13ed97d8b865f7709170f9b2df3f9c557e917e281a82b01508d4876e6d in /opt/entrypoint.sh |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c chmod +x /opt/entrypoint.sh |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c mkdir -p /home/ibgateway/Jts && chown -R ibgateway:ibgateway /home/ibgateway |
| |1 IB_GATEWAY_CHANNEL=stable /bin/sh -c mkdir -p /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix |
| EXPOSE 5900 |
| EXPOSE 4001 |
| USER ibgateway |
| WORKDIR /home/ibgateway |
| ENTRYPOINT ["/opt/entrypoint.sh"] |