A repository for the creation of other binary packages of Trino, beyond the default tarball and container images from the main trino repository and documented on the Trino website, specifically the installation documentation
Setup for creating an RPM package of Trino, migrated from Trino 470 as archive and potential usage for newer versions after the removal of the RPM from the core Trino project.
Find more information about building and using the RPM in the documentation.
Setup for creating a custom tar.gz package of Trino built on top of the core
package available with Trino 472 and newer. The example includes configuration
files, a limited subset of Trino plugins, and instructions for your own
customizations.
Find more information about building and using the custom tarball package in the documentation.
Setup for creating a custom container (Docker) image of Trino built on top of
the trinodb/trino-core image available with Trino 472 and newer. The example
includes configuration files, a limited subset of Trino plugins, and
instructions for your own customizations. The resulting image is suitable for
deployment to Kubernetes with the Trino Helm
charts, as well as direct use with Docker
and Docker compose.
Find more information about building and using the custom container image in the documentation.
The packages in this repository are built and released against specific Trino versions, available as tags in this repository:
Other Trino versions can be used by updating the version references as documented in the README for each package: RPM, custom tarball, and custom container image. For best results, start from the nearest lower tagged version relative to the Trino version you want to use.
The following other package ideas are suitable for implementation in this repository.
- RPM suitable for different distributions
- Packages such as apk, deb, and others for other Linux distributions
- Homebrew or other special packages
- Docker image with Trino CLI only