Skip to content

Commit

Permalink
Update latest to 10.28.1i (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Apr 25, 2024
1 parent 586f98a commit 02a1f93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Images are provided for [IB gateway](https://github.com/users/gnzsnz/packages/co

| Channel | IB Gateway Version | IBC Version | Docker Tags |
| -------- | ------------------- | ---------------- | ---------------------------------------------- |
| `latest` | `10.28.1h` | `3.18.0` | `latest` `10.28` `10.28.1h` |
| `latest` | `10.28.1i` | `3.18.0` | `latest` `10.28` `10.28.1i` |
| `stable` | `10.19.2l` | `3.18.0` | `stable` `10.19` `10.19.2l` |

All tags are available in the container repository for [ib-gateway](https://github.com/users/gnzsnz/packages/container/package/ib-gateway) and [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop). IB Gateway and TWS share the same version numbers and tags.
Expand All @@ -34,7 +34,7 @@ All tags are available in the container repository for [ib-gateway](https://gith

There are two images available, [ib-gateway](https://github.com/users/gnzsnz/packages/container/package/ib-gateway) and [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop). You can use the sample docker compose files as a starting point.

Create a `docker-compose.yml` file (or include ib-gateway services on your existing one). There are sample files provided for [ib-gateway](https://github.com/gnzsnz/ib-gateway-docker/blob/master/docker-compose.yml) and for [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop).
Create a `docker-compose.yml` file (or include ib-gateway services on your existing one). There are sample files provided for [ib-gateway](https://github.com/gnzsnz/ib-gateway-docker/blob/master/docker-compose.yml) and for [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/blob/master/tws-docker-compose.yml).

```yaml
name: algo-trader
Expand Down
5 changes: 3 additions & 2 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
# production image and consume unnecessary space.
##############################################################################

# hadolint global ignore=DL3008
FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.28.1h
ENV IB_GATEWAY_VERSION=10.28.1i
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

Expand Down Expand Up @@ -48,7 +49,7 @@ COPY ./scripts /root/scripts

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.28.1h
ENV IB_GATEWAY_VERSION=10.28.1i
# IB Gateway user constants
ARG USER_ID="${USER_ID:-1000}"
ARG USER_GID="${USER_GID:-1000}"
Expand Down
7 changes: 5 additions & 2 deletions latest/Dockerfile.tws
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
# This is a dedicated stage used as source for needed files.
#
##############################################################################
ARG IB_VERSION=10.28.1h

# hadolint global ignore=DL3008

ARG IB_VERSION=10.28.1i
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} as setup

WORKDIR /
Expand All @@ -15,7 +18,7 @@ WORKDIR /

FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce

ENV IB_GATEWAY_VERSION=10.28.1h
ENV IB_GATEWAY_VERSION=10.28.1i
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

Expand Down

0 comments on commit 02a1f93

Please sign in to comment.