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
The implementation to make this work will rely heavily in Shipwright/CLI.
For this repository(Shipwright/Build) we need to find the right way to signalise to our controllers, the desire of using local source code from users. API changes and code changes when creating a TaskRun are required, in order to make this functional.
Implementation details
As previously mentioned, we would like to propose an approach where we abuse of the usage of container registries ( you need one to build an image, you probably have one if you are running in k8s ), so that the local source code is pushed into a bundle image that self-extracts on runtime.
The above is just one approach of many, CLI should be generic enough to extend to further approaches, like relying on s3 to store code or other ways of storing.
Adding this to the v0.6.0 milestone because this is a feature we would like to have soon. Getting agreement in the enhancement proposal (merged and marked "implementable") is a prerequisite to completing this feature.
Idea:
Provide support for local source code. But adding here some key points on adopting this feature. EP for feedback.
Context
Requirements
Implementation details
Examples
Note: The changes in CLI include a pinned module, please modify this to your local one.
The text was updated successfully, but these errors were encountered: