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
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
I'm ad interested in local builds like img as I am with services. I'm also interested in getting a builder service in k8s, what you'd that take? For others, I mean. If they did it, what api should teeny expose to be plugged in and so on.
We haven't worked out the integration points yet; just posting this up here as something we'd like to see in the future. Once we break out the acrbuild integration into a plugin, we should have a better idea what's needed to add new container image builders.
closing as a duplicate of #700 so we can track one ticket
@AkihiroSuda can CBI run builds locally as well? A pluggable interface sounds nice, but at the same time we have users (me) who wants to use their local container builders to do the build and push steps as their machines are vastly quicker for processing power than what's available in the cloud. That said I wouldn't be opposed to allowing someone to add support for CBI once we have the infra in place to support image builder drivers. Might be a good discussion point to carry on in #700.
Yes, but as CBI is designed as Kubernetes CRD & controller, it requires Kubernetes on local. (e.g. Minikube, Docker for Mac/Win)
My idea is to keep both existing non-kube builders and CBI.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in #691 we introduced a new container builder integration for ACR Build. It would be great to split this out into a plugin or driver architecture:
UX to be determined/sussed out
The text was updated successfully, but these errors were encountered: