Skip to content

pli01/tableau-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic built docker image from official tableau-server in-container_setup-tool steps

CI

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:

This docker image include the following drivers:

  • Mysql
  • Postgresql
  • Vertica

Run it

  • 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