Block a user
forgeflow/ff-ibgateway (2a10eeb)
Published 2026-04-16 13:37:35 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/ff-ibgateway:2a10eebsha256:e828e4b05740a490ea8a1a82640eb15f9b41b3e6ddfef296f73d38a97ee2c8d1
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| 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:0a4f3d0d5f1bad43c9b17d015e2e2f1654c824ca26cb0a332de46e8a74f5b304 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"] |