-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implement working kaniko build Task #62
Comments
is the plan to delegate the execution of |
That's a great question: + @aaron-prindle @imjasonh if you have any thoughts I'm not sure myself. What I don't want to do is duplicate what knative/build is already doing - if we wrap knative/build, I hope we will use the Build CRD and controller however possible, otherwise I hope we will import from knative/build as needed, which might mean refactoring knative/build a bit. @imjasonh do you have any vision for how we can morph Build to Task? Or should we start adding Task features into Build right away and deal with renaming later? |
/assign @pivotal-nader-ziada |
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
- Change the CRD of PipelineResource to make the kind with the same name, the word resource makes the cluster roles rbac not work - add resource Lister in taskrun controller - move tracking of build after its created, - update build obejct with input git resources - add PipelineResource to webhook validation - add integration test
Expected Behavior
Once we have implemented a simple hellworld Task (#59) a user should be able to define a Task that can build and push an image to a registry using Kaniko. This would mean that:
Should include:
Actual Behavior
Once #59 is complete, it will be possible to run simple helloworld Task, but it won't be possible to use inputs or outputs.
Steps to Reproduce the Problem
gcr.io/some-registry
is a registry that you/your service account can push to):(Or alternatively you can use the kaniko build template, but that would mean adding support for build templates:
TaskRun
like this:status
of theTaskRun
has been updated appropriately, e.g. see this example which contains:Additional Info
Blocked by #59 (helloworld task), #58 (GitHub resource)
The text was updated successfully, but these errors were encountered: