Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public Docker Repository #951

Open
zmumi opened this issue Nov 22, 2022 · 2 comments
Open

Public Docker Repository #951

zmumi opened this issue Nov 22, 2022 · 2 comments

Comments

@zmumi
Copy link

zmumi commented Nov 22, 2022

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
Copy link
Author

zmumi commented Mar 1, 2023

Any luck here?

@lukass77
Copy link

lukass77 commented Mar 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants