-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add new command: hal build #24
Comments
If such a command is introduced, it will be as |
Simply if you commit a new change within your git hub repo and would like to update the image with this change |
@cmoulliard shouldn't Tekton take care of that scenario? |
Tekton has developed a client but it don't support to trigger a new build, will also imply that you install another tool after kubectl, hal ,... https://github.com/tektoncd/cli |
I meant, shouldn't Tekton rebuild images automatically when the associated repo has changed? Isn't that the whole point? |
This is not supported by the existing Tekton operator which just creates |
New feature
I'm thinking that we need a command
hal new-build
able to start/trigger a new taskrun build.The easiest approach is to delete the
taskrun
resource which has been created by the operator for the specified component and then a new one will be re-created automatically.Of course, this approach means that we will not use any update of the
buildConfig
and that we will deploy a newTask/TaskRun
The text was updated successfully, but these errors were encountered: