Block a user
forgeflow/ff-ibgateway (60ee874)
Published 2026-04-02 11:38:40 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/ff-ibgateway:60ee874sha256:09c2568963a8af23aab3f139df7a52d954fada5db51e062409d5afac6e2f85ad
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| 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:011fbefd361a63d04c5e751797b16546d2692b7fe4c3d7686ea8691852277866 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"] |