trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add container

mosabua opened this issue · comments

Besides the executable JAR we should at least provide a container image to run Trino Gateway.

Tasks

Hi @mosabua, are we looking to have the gateway follow the same release strategy as the core Trino repository? Do you happen to have a link to any docs/runbooks/etc which detail how the existing releases are done?

(I've seen https://github.com/trinodb/trino/tree/master/core/docker but was curious to where the building and releasing of the images actually occurs)

Or is that portion of it done manually by a maintainer?

The build for the release is done by @martint typically as part of the release - scripts are in the release-scripts repo ..

For trino-gateway I think we want a similar maven module setup that runs as part of the build but the scripts for the release will also be in this same trino-gateway repo

Duplicate of #48

We could also consider reviving a docker compose setup that we removed with https://github.com/trinodb/trino-gateway/pull/146/files .. if users desire that.

All done with release 6.

Also includes work in