This repository contains resources for building the official tableau-server containers published to ghcr.io.
Automatic built docker image from official tableau server-in-container_setup-tool steps:
- https://help.tableau.com/current/server-linux/en-us/server-in-container_quickstart.htm
- https://help.tableau.com/current/server-linux/en-us/server-in-container_setup-tool.htm
This docker image include the following drivers:
- Mysql
- Postgresql
- Vertica
- PreReq: docker installed
- From your side, you only need to pull docker image and up the tableau container with your license and settings
export LICENSE_KEY="XXXX"
export TSM_REMOTE_PASSWORD="YYYY"
export PUBLIC_HOST="My-public-ip"
make pull-image
make up
# BE Patient, the container will take 20mn to be up and running !
- This CI workflows run the server-in-container_setup-tool script and build docker image for tableau server details in .github
- Docker image are automatically push in ghcr.io repository