You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Gort and would like to know how people normally deploy Gort and commands? Currently I'm thinking that I clone Gort into my own repo and push it up to my internal company's org. This will then get built and deployed by our CI/CD system. My question is around commands and bundles? Are those in a completely different repo, say for example gort-commands and all teams have to update this repo to add their own commands. Or do the commands/bundles (Dockerfile definitions) have to live in the same repo as Gort itself. If my commands (Dockerfile definitions) live in a separate repo completely, how does gort bundle install know how to pull in the right image from a completely different repository?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm new to Gort and would like to know how people normally deploy Gort and commands? Currently I'm thinking that I clone Gort into my own repo and push it up to my internal company's org. This will then get built and deployed by our CI/CD system. My question is around commands and bundles? Are those in a completely different repo, say for example
gort-commands
and all teams have to update this repo to add their own commands. Or do the commands/bundles (Dockerfile definitions) have to live in the same repo as Gort itself. If my commands (Dockerfile definitions) live in a separate repo completely, how doesgort bundle install
know how to pull in the right image from a completely different repository?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions