Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stable to 10.30.1o #190

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Images are provided for [IB gateway][1] and [TWS][2]. With the following tags:
| Image| Channel | IB Gateway Version | IBC Version | Docker Tags |
| --- | -------- | ------------------- | ---------------- | ---------------------------------------------- |
| [ib-gateway][1] | `latest` | `10.32.1i` | `3.20.0` | `latest` `10.32` `10.32.1i` |
| [ib-gateway][1] |`stable` | `10.30.1m` | `3.20.0` | `stable` `10.30` `10.30.1m` |
| [ib-gateway][1] |`stable` | `10.30.1o` | `3.20.0` | `stable` `10.30` `10.30.1o` |
| [tws-rdesktop][2] | `latest` | `10.32.1i` | `3.20.0` | `latest` `10.32` `10.32.1i` |
| [tws-rdesktop][2] |`stable` | `10.30.1m` | `3.20.0` | `stable` `10.30` `10.30.1m` |
| [tws-rdesktop][2] |`stable` | `10.30.1o` | `3.20.0` | `stable` `10.30` `10.30.1o` |

All tags are available in the container repository for [ib-gateway][1] and [tws-rdesktop][2]. IB Gateway and TWS share the same version numbers and tags.

Expand Down
4 changes: 2 additions & 2 deletions stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# hadolint global ignore=DL3008
FROM ubuntu:24.04 AS setup

ENV IB_GATEWAY_VERSION=10.30.1m
ENV IB_GATEWAY_VERSION=10.30.1o
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
ENV IBC_VERSION=3.20.0

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

FROM ubuntu:24.04

ENV IB_GATEWAY_VERSION=10.30.1m
ENV IB_GATEWAY_VERSION=10.30.1o
# 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 @@ -7,7 +7,7 @@

# hadolint global ignore=DL3008

ARG IB_VERSION=10.30.1m
ARG IB_VERSION=10.30.1o
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} AS setup

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

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

ENV IB_GATEWAY_VERSION=10.30.1m
ENV IB_GATEWAY_VERSION=10.30.1o
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
ENV IBC_VERSION=3.20.0

Expand Down
Loading