I have a nonstandard gitlab installation (independent registry and docker-in-docker), and I need to add parameters such as DOCKER_HOST to the .gitlab-ci.yml file for all renku projects.
How can I do that for all renku projects?
I have a nonstandard gitlab installation (independent registry and docker-in-docker), and I need to add parameters such as DOCKER_HOST to the .gitlab-ci.yml file for all renku projects.
How can I do that for all renku projects?
You can host project templates in a repository. For example this is how we host the community contributed project templates for Renku: GitHub - SwissDataScienceCenter/contributed-project-templates: A repository of community-developed project templates.
The quickest way to get started is as follows:
Here are relevant parts of the documentation: Templates in Renku — Renku documentation
Here is the official renku template repo:
That works. Thank you.