Skip to content

Commit

Permalink
Update stable to 10.19.2l (#89)
Browse files Browse the repository at this point in the history
* Update `stable` to `10.19.2l`

* remove version from docker compose
update README
Changes to be committed:
	modified:   README.md
	modified:   docker-compose.yml
	modified:   template_README.md
	modified:   tws-docker-compose.yml

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: gonzo <gonzalosaenz@gmail.com>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent 2b28d69 commit cced1b5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.1f` | `3.18.0` | `latest` `10.28` `10.28.1f` |
| `stable` | `10.19.2k` | `3.18.0` | `stable` `10.19` `10.19.2k` |
| `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 @@ -37,8 +37,6 @@ There are two images available, [ib-gateway](https://github.com/users/gnzsnz/pac
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).

```yaml
version: "3.4"

name: algo-trader
services:
ib-gateway:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

name: algo-trader
services:
ib-gateway:
Expand Down
4 changes: 2 additions & 2 deletions stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.19.2k
ENV IB_GATEWAY_VERSION=10.19.2l
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
ENV IBC_VERSION=3.18.0

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

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.19.2k
ENV IB_GATEWAY_VERSION=10.19.2l
# IB Gateway user constants
ARG USER_ID="${USER_ID:-1000}"
ARG USER_GID="${USER_GID:-1000}"
Expand Down
4 changes: 2 additions & 2 deletions stable/Dockerfile.tws
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is a dedicated stage used as source for needed files.
#
##############################################################################
ARG IB_VERSION=10.19.2k
ARG IB_VERSION=10.19.2l
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} as setup

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

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

ENV IB_GATEWAY_VERSION=10.19.2k
ENV IB_GATEWAY_VERSION=10.19.2l
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
ENV IBC_VERSION=3.18.0

Expand Down
2 changes: 0 additions & 2 deletions template_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ There are two images available, [ib-gateway](https://github.com/users/gnzsnz/pac
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).

```yaml
version: "3.4"

name: algo-trader
services:
ib-gateway:
Expand Down
2 changes: 0 additions & 2 deletions tws-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

name: algo-trader
services:
tws:
Expand Down

0 comments on commit cced1b5

Please sign in to comment.