-
Notifications
You must be signed in to change notification settings - Fork 74
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 tekton config for build and push operations using ansible-bender #209
base: master
Are you sure you want to change the base?
Conversation
Build succeeded.
|
Congratulations! The build has finished successfully. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
nice, looks good! the question is: how do we make this available to everyone and make sure it works? |
@TomasTomecek I guess, If one uses their own kubernetes cluster for a project, they can use this as a microservice in that cluster to build playbooks and push the final images to registry which we can automate the process using this Tekton pipelines service and some shell scripts. |
yes, it's expected that people have a k8s cluster on their own: my question was mainly around of fact that how do people even discover that they can use bender and ansible playbooks to build images in their tekton pipeline I'd say that we should ask the tekton devs about this |
@TomasTomecek I am little aware of this however I am doubting if there is any library for Tekton manifests so that devs can directly pull and use them. |
FWIW, I would be happy to post this to the k8s slack community!! Thank you @kmehant and @TomasTomecek !! |
Fixes #55
Tasks:
I have used buildah's manifests as boilerplates.