turnilo icon indicating copy to clipboard operation
turnilo copied to clipboard

Public Docker Repository

Open zmumi opened this issue 3 years ago • 2 comments

I wonder if sharing publicly available docker image wouldn't be an enabler for this project. Surely each user could build and push their images to their private repos, but that's extra work repeated possibly numerous times. I'd expect that having maintainer-approved ready-to-use images would decrease the learning curve and foster adoption.

When it comes to implementation, I'd expect that it should be quite straightforward to push to an additional repository - private GCP repo support is already there (it possibly could be reused/extended).

WDYT?

zmumi avatar Nov 22 '22 13:11 zmumi

Any luck here?

zmumi avatar Mar 01 '23 10:03 zmumi

building docker image from git tag docker build https://github.com/allegro/turnilo.git#1.39.0 -t turnilo:1.39.0

question - after I have the built docker image , do I have any option to set env variable to inject / set path to my config.yaml file ? suggest to have set of docker enviriment params can look on this as example (outdated) - https://hub.docker.com/r/uchhatre/turnilo need easy way to inject to turnilo the config.yaml file , and druiid cluster url

lukass77 avatar Mar 13 '23 13:03 lukass77