• Joined on 2026-01-11

forgeflow/ff-ibgateway (024b798)

Published 2026-04-15 19:58:06 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/ff-ibgateway:024b798
sha256:e4920d0414c19e1daeb5f4e02fdaebd1a954448f7d038f99e2f9fd49c7167de7

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:7a0128892c3ca7c054c420fd74c80969aa5eec904e6a958865cf0b65ef4a241e 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"]
Details
Container
2026-04-15 19:58:06 +00:00
1
OCI / Docker
linux/amd64
436 MiB
Versions (5) View all
latest 2026-04-16
2a10eeb 2026-04-16
024b798 2026-04-15
b70cf79 2026-04-07
60ee874 2026-04-02